Home
last modified time | relevance | path

Searched refs:IPPROTO_IGMP (Results 1 – 16 of 16) sorted by last modified time

/freebsd/sys/netgraph/
H A Dng_ksocket.c141 { "igmp", IPPROTO_IGMP, PF_INET },
/freebsd/sys/netinet/
H A Draw_ip.c369 if (proto != IPPROTO_IGMP) { in rip_input()
691 if (inp->inp_ip_p != IPPROTO_IGMP) in rip_ctloutput()
785 if (inp->inp_ip_p != IPPROTO_IGMP) in rip_ctloutput()
H A Dip_input.c364 IPPROTO_REGISTER(IPPROTO_IGMP, igmp_input, NULL); in ip_init()
774 if (ip->ip_p == IPPROTO_IGMP) { in ip_input()
H A Digmp.c2271 ip->ip_p = IPPROTO_IGMP; in igmp_v1v2_queue_report()
3581 ip->ip_p = IPPROTO_IGMP; in igmp_v3_encap_report()
H A Din_proto.c117 SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
H A Din.h140 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
/freebsd/cddl/lib/libdtrace/
H A Dip.d130 #pragma D binding "1.5" IPPROTO_IGMP
131 inline short IPPROTO_IGMP = 2; variable
178 proto == IPPROTO_IGMP ? "IGMP" :
/freebsd/sys/netipsec/
H A Dipsec_input.c256 case IPPROTO_IGMP: in ipsec4_input()
/freebsd/usr.bin/netstat/
H A Dmain.c101 igmp_stats, NULL, "igmp", 1, IPPROTO_IGMP },
/freebsd/sbin/ipf/ipfsync/
H A Dipfsyncd.c323 igmpfd = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP);
/freebsd/contrib/tcpdump/
H A Dprint-ip-demux.c161 case IPPROTO_IGMP: in ip_demux_print()
H A Dipproto.c28 { IPPROTO_IGMP, "IGMP" },
H A Dipproto.h50 #ifndef IPPROTO_IGMP
51 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
/freebsd/usr.sbin/ppp/
H A Dip.c331 case IPPROTO_IGMP: in FilterCheck()
800 case IPPROTO_IGMP: in PacketCheck()
/freebsd/tools/tools/netmap/
H A Dpkt_hash.c190 case IPPROTO_IGMP: in decode_ip_n_hash()
265 case IPPROTO_IGMP: in decode_ipv6_n_hash()
/freebsd/contrib/libpcap/
H A Dgencode.c5377 #ifndef IPPROTO_IGMP in gen_proto_abbrev_internal()
5378 #define IPPROTO_IGMP 2 in gen_proto_abbrev_internal() macro
5382 b1 = gen_proto(cstate, IPPROTO_IGMP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()