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

/freebsd-10.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-10.3-release/cddl/lib/libdtrace/
H A Dip.d131 #pragma D binding "1.0" IPPROTO_IGMP
132 inline short IPPROTO_IGMP = 2;
177 proto == IPPROTO_IGMP ? "IGMP" :
/freebsd-10.3-release/sys/netinet/
H A Din_proto.c222 .pr_protocol = IPPROTO_IGMP,
387 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.c377 if (proto != IPPROTO_IGMP) {
H A Digmp.c2226 ip->ip_p = IPPROTO_IGMP;
3533 ip->ip_p = IPPROTO_IGMP;
H A Dip_input.c642 if (ip->ip_p == IPPROTO_IGMP)
H A Dip_mroute.c663 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_IGMP)
/freebsd-10.3-release/contrib/ipfilter/tools/
H A Dipfsyncd.c327 igmpfd = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP);
/freebsd-10.3-release/usr.sbin/ppp/
H A Dip.c331 case IPPROTO_IGMP:
800 case IPPROTO_IGMP:
/freebsd-10.3-release/usr.bin/netstat/
H A Dmain.c203 igmp_stats, NULL, "igmp", 1, IPPROTO_IGMP },
/freebsd-10.3-release/sys/netgraph/
H A Dng_ksocket.c145 { "igmp", IPPROTO_IGMP, PF_INET },
/freebsd-10.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 156 milliseconds