Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.c2685 ip->ip_p = IPPROTO_IGMP; in igmp_v1v2_queue_report()
4131 ip->ip_p = IPPROTO_IGMP; in igmp_v3_encap_report()
H A Din.c2791 case IPPROTO_IGMP: in ipproto_cassert()
/xnu-8796.121.2/bsd/net/
H A Dbpf.c3374 case IPPROTO_IGMP: { in get_proto_trunc_len()