Searched refs:IPPROTO_IGMP (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dipproto.h52 #ifndef IPPROTO_IGMP
53 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
H A Dipproto.c33 { IPPROTO_IGMP, "IGMP" },
H A Dprint-ip.c427 case IPPROTO_IGMP:
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dipft_ef.c115 case IPPROTO_IGMP :
H A Dipft_td.c165 case IPPROTO_IGMP :
/freebsd-9.3-release/sys/netinet/
H A Din_proto.c208 .pr_protocol = IPPROTO_IGMP,
373 SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW, 0, "IGMP");
H A Din.h141 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
H A Draw_ip.c375 if (proto != IPPROTO_IGMP) {
H A Digmp.c2229 ip->ip_p = IPPROTO_IGMP;
3526 ip->ip_p = IPPROTO_IGMP;
H A Dip_input.c663 if (ip->ip_p == IPPROTO_IGMP)
H A Dip_mroute.c662 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_IGMP)
/freebsd-9.3-release/usr.sbin/ppp/
H A Dip.c331 case IPPROTO_IGMP:
800 case IPPROTO_IGMP:
/freebsd-9.3-release/usr.bin/netstat/
H A Dmain.c222 igmp_stats, NULL, "igmp", 1, IPPROTO_IGMP },
/freebsd-9.3-release/sys/netgraph/
H A Dng_ksocket.c144 { "igmp", IPPROTO_IGMP, PF_INET },
/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.c4790 #ifndef IPPROTO_IGMP
4791 #define IPPROTO_IGMP 2 macro
4795 b1 = gen_proto(IPPROTO_IGMP, Q_IP, Q_DEFAULT);

Completed in 216 milliseconds