Searched refs:IPPROTO_IGMP (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | ipproto.h | 50 #ifndef IPPROTO_IGMP 51 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
|
| H A D | ipproto.c | 28 { IPPROTO_IGMP, "IGMP" },
|
| H A D | print-ip.c | 445 case IPPROTO_IGMP: in ip_print_demux()
|
| /freebsd-13.1/cddl/lib/libdtrace/ |
| H A D | ip.d | 132 #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 D | in_proto.c | 202 .pr_protocol = IPPROTO_IGMP, 327 SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| H A D | in.h | 143 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
|
| H A D | raw_ip.c | 403 if (proto != IPPROTO_IGMP) { in rip_input()
|
| H A D | ip_input.c | 769 if (ip->ip_p == IPPROTO_IGMP) in ip_input()
|
| H A D | igmp.c | 2274 ip->ip_p = IPPROTO_IGMP; in igmp_v1v2_queue_report() 3579 ip->ip_p = IPPROTO_IGMP; in igmp_v3_encap_report()
|
| H A D | ip_mroute.c | 661 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 D | pkt_hash.c | 191 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 D | ip.c | 333 case IPPROTO_IGMP: in FilterCheck() 802 case IPPROTO_IGMP: in PacketCheck()
|
| /freebsd-13.1/sbin/ipf/ipfsync/ |
| H A D | ipfsyncd.c | 327 igmpfd = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP);
|
| /freebsd-13.1/contrib/ipfilter/tools/ |
| H A D | ipfsyncd.c | 327 igmpfd = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP);
|
| /freebsd-13.1/usr.bin/netstat/ |
| H A D | main.c | 110 igmp_stats, NULL, "igmp", 1, IPPROTO_IGMP },
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_ksocket.c | 142 { "igmp", IPPROTO_IGMP, PF_INET },
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | gencode.c | 5337 #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()
|