Home
last modified time | relevance | path

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

/original-bsd/sys/netinet/
H A Din.h20 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
H A Din_proto.c81 { SOCK_RAW, &inetdomain, IPPROTO_IGMP, PR_ATOMIC|PR_ADDR,
H A Digmp.c259 ip->ip_p = IPPROTO_IGMP;
H A Dip_mroute.c171 so->so_proto->pr_protocol != IPPROTO_IGMP)
H A Dip_input.c272 if (ip->ip_p == IPPROTO_IGMP) in ipintr()