Searched refs:IPPROTO_IGMP (Results 1 – 5 of 5) sorted by relevance
20 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
81 { SOCK_RAW, &inetdomain, IPPROTO_IGMP, PR_ATOMIC|PR_ADDR,
259 ip->ip_p = IPPROTO_IGMP;
171 so->so_proto->pr_protocol != IPPROTO_IGMP)
272 if (ip->ip_p == IPPROTO_IGMP) in ipintr()