Home
last modified time | relevance | path

Searched refs:IPPROTO_IGMP (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.41.9/bsd/netinet/
H A Din_proto.c196 .pr_protocol = IPPROTO_IGMP,
354 SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp,
H A Din.h112 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
H A Digmp.c2705 ip->ip_p = IPPROTO_IGMP; in igmp_v1v2_queue_report()
4151 ip->ip_p = IPPROTO_IGMP; in igmp_v3_encap_report()
H A Din.c2397 case IPPROTO_IGMP: in ipproto_cassert()
/xnu-10002.41.9/bsd/net/
H A Dbpf.c3656 case IPPROTO_IGMP: { in get_proto_trunc_len()
H A Dif_bridge.c7682 iphdr.ip_p != IPPROTO_IGMP) {