Searched refs:IPPROTO_IGMP (Results 1 – 18 of 18) sorted by relevance
| /src/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 | 26 { IPPROTO_IGMP, "IGMP" },
|
| H A D | print-ip-demux.c | 159 case IPPROTO_IGMP: in ip_demux_print()
|
| /src/cddl/lib/libdtrace/ |
| H A D | ip.d | 130 #pragma D binding "1.5" IPPROTO_IGMP 131 inline short IPPROTO_IGMP = 2; variable 178 proto == IPPROTO_IGMP ? "IGMP" :
|
| /src/sys/netinet/ |
| H A D | in_proto.c | 116 SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| H A D | raw_ip.c | 386 if (proto != IPPROTO_IGMP) { in rip_input() 704 if (inp->inp_ip_p != IPPROTO_IGMP) in rip_ctloutput() 797 if (inp->inp_ip_p != IPPROTO_IGMP) in rip_ctloutput()
|
| H A D | in.h | 140 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
|
| H A D | ip_input.c | 365 IPPROTO_REGISTER(IPPROTO_IGMP, igmp_input, NULL); in ip_init() 796 if (ip->ip_p == IPPROTO_IGMP) { in ip_input()
|
| H A D | igmp.c | 2283 ip->ip_p = IPPROTO_IGMP; in igmp_v1v2_queue_report() 3593 ip->ip_p = IPPROTO_IGMP; in igmp_v3_encap_report()
|
| /src/tools/tools/netmap/ |
| H A D | pkt_hash.c | 190 case IPPROTO_IGMP: in decode_ip_n_hash() 265 case IPPROTO_IGMP: in decode_ipv6_n_hash()
|
| /src/usr.sbin/ppp/ |
| H A D | ip.c | 331 case IPPROTO_IGMP: in FilterCheck() 800 case IPPROTO_IGMP: in PacketCheck()
|
| /src/sys/netgraph/ |
| H A D | ng_ksocket.c | 148 { "igmp", IPPROTO_IGMP, PF_INET }, 160 { "igmp6", IPPROTO_IGMP, PF_INET6 },
|
| /src/sbin/ipf/ipfsync/ |
| H A D | ipfsyncd.c | 323 igmpfd = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP);
|
| /src/usr.bin/netstat/ |
| H A D | main.c | 103 igmp_stats, NULL, "igmp", 1, IPPROTO_IGMP },
|
| /src/sys/netipsec/ |
| H A D | ipsec_input.c | 262 case IPPROTO_IGMP: in ipsec4_input()
|
| /src/crypto/krb5/src/util/support/ |
| H A D | fake-addrinfo.c | 370 #ifdef IPPROTO_IGMP in protoname()
|
| /src/contrib/libpcap/ |
| H A D | gencode.c | 5492 #ifndef IPPROTO_IGMP in gen_proto_abbrev_internal() 5493 #define IPPROTO_IGMP 2 in gen_proto_abbrev_internal() macro 5497 b1 = gen_proto(cstate, IPPROTO_IGMP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
|
| /src/sys/netpfil/pf/ |
| H A D | pf.c | 10814 if (pd->proto == IPPROTO_IGMP) { in pf_walk_header()
|