Home
last modified time | relevance | path

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

/freebsd-13.1/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.c445 case IPPROTO_IGMP: in ip_print_demux()
/freebsd-13.1/cddl/lib/libdtrace/
H A Dip.d132 #pragma D binding "1.5" IPPROTO_IGMP
133 inline short IPPROTO_IGMP = 2; variable
180 proto == IPPROTO_IGMP ? "IGMP" :
/freebsd-13.1/sys/netinet/
H A Din_proto.c202 .pr_protocol = IPPROTO_IGMP,
327 SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
H A Din.h143 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
H A Draw_ip.c403 if (proto != IPPROTO_IGMP) { in rip_input()
H A Dip_input.c769 if (ip->ip_p == IPPROTO_IGMP) in ip_input()
H A Digmp.c2274 ip->ip_p = IPPROTO_IGMP; in igmp_v1v2_queue_report()
3579 ip->ip_p = IPPROTO_IGMP; in igmp_v3_encap_report()
H A Dip_mroute.c661 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_IGMP) in ip_mrouter_init()
/freebsd-13.1/tools/tools/netmap/
H A Dpkt_hash.c191 case IPPROTO_IGMP: in decode_ip_n_hash()
266 case IPPROTO_IGMP: in decode_ipv6_n_hash()
/freebsd-13.1/usr.sbin/ppp/
H A Dip.c333 case IPPROTO_IGMP: in FilterCheck()
802 case IPPROTO_IGMP: in PacketCheck()
/freebsd-13.1/sbin/ipf/ipfsync/
H A Dipfsyncd.c327 igmpfd = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP);
/freebsd-13.1/contrib/ipfilter/tools/
H A Dipfsyncd.c327 igmpfd = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP);
/freebsd-13.1/usr.bin/netstat/
H A Dmain.c110 igmp_stats, NULL, "igmp", 1, IPPROTO_IGMP },
/freebsd-13.1/sys/netgraph/
H A Dng_ksocket.c142 { "igmp", IPPROTO_IGMP, PF_INET },
/freebsd-13.1/contrib/libpcap/
H A Dgencode.c5337 #ifndef IPPROTO_IGMP in gen_proto_abbrev_internal()
5338 #define IPPROTO_IGMP 2 in gen_proto_abbrev_internal() macro
5342 b1 = gen_proto(cstate, IPPROTO_IGMP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()