Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dipproto.h50 #ifndef IPPROTO_IGMP
51 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
H A Dipproto.c28 { IPPROTO_IGMP, "IGMP" },
H A Dprint-ip-demux.c161 case IPPROTO_IGMP: in ip_demux_print()
/dragonfly/sys/netinet/
H A Din_proto.c162 .pr_protocol = IPPROTO_IGMP,
364 SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW, 0, "IGMP");
H A Din.h105 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
H A Digmp.c524 ip->ip_p = IPPROTO_IGMP; in igmp_sendpkt()
H A Dip_input.c792 if (ip->ip_p == IPPROTO_IGMP) in ip_input()
/dragonfly/usr.bin/netstat/
H A Dmain.c129 igmp_stats, NULL, "igmp", IPPROTO_IGMP },
/dragonfly/usr.sbin/ppp/
H A Dip.c306 case IPPROTO_IGMP: in FilterCheck()
774 case IPPROTO_IGMP: in PacketCheck()
/dragonfly/sys/netgraph/ksocket/
H A Dng_ksocket.c144 { "igmp", IPPROTO_IGMP, PF_INET },
/dragonfly/sys/netgraph7/ksocket/
H A Dng_ksocket.c144 { "igmp", IPPROTO_IGMP, PF_INET },
/dragonfly/contrib/libpcap/
H A Dgencode.c5339 #ifndef IPPROTO_IGMP in gen_proto_abbrev_internal()
5340 #define IPPROTO_IGMP 2 in gen_proto_abbrev_internal() macro
5344 b1 = gen_proto(cstate, IPPROTO_IGMP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.c566 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_IGMP) in ip_mrouter_init()