Searched refs:IPPROTO_IGMP (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | ipproto.h | 46 #ifndef IPPROTO_IGMP 47 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
|
| D | ipproto.c | 31 { IPPROTO_IGMP, "IGMP" },
|
| D | print-ip-demux.c | 159 case IPPROTO_IGMP: in ip_demux_print()
|
| /netbsd/src/sys/netinet/ |
| D | igmp.c | 617 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()
|
| D | in.h | 78 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
|
| D | in_proto.c | 436 .pr_protocol = IPPROTO_IGMP,
|
| D | ip_input.c | 699 if (ip->ip_p == IPPROTO_IGMP) { in ip_input()
|
| D | ip_mroute.c | 593 so->so_proto->pr_protocol != IPPROTO_IGMP) in ip_mrouter_init()
|
| /netbsd/src/usr.sbin/mrouted/ |
| D | igmp.c | 48 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/ |
| D | xennet_checksum.c | 169 case IPPROTO_IGMP: in xennet_checksum_fill()
|
| /netbsd/src/usr.sbin/altq/libaltq/ |
| D | qop_cbq.c | 434 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/ |
| D | ipfsyncd.c | 329 igmpfd = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP);
|
| /netbsd/src/sys/kern/ |
| D | uipc_mbufdebug.c | 203 case IPPROTO_IGMP: in str_ipproto()
|
| /netbsd/src/usr.bin/kdump/ |
| D | kdump.c | 587 CASERETURN(IPPROTO_IGMP); in sockproto()
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | gencode.c | 5392 #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()
|