Home
last modified time | relevance | path

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

/xnu-8020.121.3/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.c2603 ip->ip_p = IPPROTO_IGMP; in igmp_v1v2_queue_report()
4034 ip->ip_p = IPPROTO_IGMP; in igmp_v3_encap_report()
/xnu-8020.121.3/bsd/net/
H A Dbpf.c3151 case IPPROTO_IGMP: { in get_proto_trunc_len()