Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dipproto.h46 #ifndef IPPROTO_IGMP
47 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
Dipproto.c31 { IPPROTO_IGMP, "IGMP" },
Dprint-ip-demux.c159 case IPPROTO_IGMP: in ip_demux_print()
/netbsd/src/sys/netinet/
Digmp.c617 ip->ip_p = IPPROTO_IGMP; in igmp_sendpkt()
684 CTL_NET, PF_INET, IPPROTO_IGMP, CTL_EOL); in sysctl_net_inet_igmp_setup()
690 CTL_NET, PF_INET, IPPROTO_IGMP, CTL_CREATE, CTL_EOL); in sysctl_net_inet_igmp_setup()
Din.h78 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
Din_proto.c436 .pr_protocol = IPPROTO_IGMP,
Dip_input.c699 if (ip->ip_p == IPPROTO_IGMP) { in ip_input()
Dip_mroute.c593 so->so_proto->pr_protocol != IPPROTO_IGMP) in ip_mrouter_init()
/netbsd/src/usr.sbin/mrouted/
Digmp.c48 if ((igmp_socket = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP)) < 0) in init_igmp()
61 ip->ip_p = IPPROTO_IGMP; in init_igmp()
/netbsd/src/sys/arch/xen/xen/
Dxennet_checksum.c169 case IPPROTO_IGMP: in xennet_checksum_fill()
/netbsd/src/usr.sbin/altq/libaltq/
Dqop_cbq.c434 u_int8_t ctl_protos[3] = {IPPROTO_ICMP, IPPROTO_IGMP, IPPROTO_RSVP}; in qcmd_cbq_add_ctl_filters()
437 u_int8_t ctl6_protos[3] = {IPPROTO_ICMPV6, IPPROTO_IGMP, IPPROTO_RSVP}; in qcmd_cbq_add_ctl_filters()
/netbsd/src/external/bsd/ipf/dist/tools/
Dipfsyncd.c329 igmpfd = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP);
/netbsd/src/sys/kern/
Duipc_mbufdebug.c203 case IPPROTO_IGMP: in str_ipproto()
/netbsd/src/usr.bin/kdump/
Dkdump.c587 CASERETURN(IPPROTO_IGMP); in sockproto()
/netbsd/src/external/bsd/libpcap/dist/
Dgencode.c5392 #ifndef IPPROTO_IGMP in gen_proto_abbrev_internal()
5393 #define IPPROTO_IGMP 2 in gen_proto_abbrev_internal() macro
5397 b1 = gen_proto(cstate, IPPROTO_IGMP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()