Searched refs:IPPROTO_IGMP (Results 1 – 18 of 18) sorted by relevance
| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | print-ip.c | 421 #ifndef IPPROTO_IGMP in ip_print() 422 #define IPPROTO_IGMP 2 in ip_print() macro 424 case IPPROTO_IGMP: in ip_print()
|
| /openbsd-src/usr.sbin/mrouted/ |
| H A D | igmp.c | 46 if ((igmp_socket = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP)) == -1) in init_igmp() 59 ip->ip_p = IPPROTO_IGMP; in init_igmp()
|
| /openbsd-src/regress/sys/netinet/mcast/ |
| H A D | mcroute.c | 156 s = socket(AF_INET, SOCK_RAW, IPPROTO_IGMP); in main()
|
| /openbsd-src/usr.sbin/dvmrpd/ |
| H A D | packet.c | 256 if (ip_hdr->ip_p != IPPROTO_IGMP) in ip_hdr_sanity_check()
|
| H A D | dvmrpd.c | 209 IPPROTO_IGMP)) == -1) in main()
|
| H A D | dvmrpe.c | 89 IPPROTO_IGMP)) == -1) in dvmrpe()
|
| /openbsd-src/sys/netinet/ |
| H A D | in_proto.c | 272 .pr_protocol = IPPROTO_IGMP,
|
| H A D | in.h | 73 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
|
| H A D | igmp.c | 639 ip->ip_p = IPPROTO_IGMP; in igmp_sendpkt()
|
| H A D | ip_mroute.c | 509 so->so_proto->pr_protocol != IPPROTO_IGMP) in ip_mrouter_init()
|
| H A D | ip_input.c | 567 if (ip->ip_p == IPPROTO_IGMP) { in ip_input_if()
|
| /openbsd-src/usr.sbin/npppd/npppd/ |
| H A D | npppd_subr.c | 320 case IPPROTO_IGMP: in ip_is_idle_packet()
|
| /openbsd-src/lib/libpcap/ |
| H A D | gencode.c | 1409 #ifndef IPPROTO_IGMP in gen_proto_abbrev() 1410 #define IPPROTO_IGMP 2 in gen_proto_abbrev() 1414 b1 = gen_proto(IPPROTO_IGMP, Q_IP, Q_DEFAULT); in gen_proto_abbrev() 1411 #define IPPROTO_IGMP gen_proto_abbrev() macro
|
| /openbsd-src/usr.bin/netstat/ |
| H A D | inet.c | 776 int mib[] = { CTL_NET, PF_INET, IPPROTO_IGMP, IGMPCTL_STATS }; in igmp_stats()
|
| /openbsd-src/sbin/sysctl/ |
| H A D | sysctl.c | 637 (mib[2] == IPPROTO_IGMP && mib[3] == IGMPCTL_STATS) || in parse()
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | if_mvpp.c | 1266 ret = mvpp2_prs_ip4_proto(sc, IPPROTO_IGMP, in mvpp2_prs_ip4_init() 4186 (proto != IPPROTO_IGMP)) in mvpp2_prs_ip4_proto()
|
| /openbsd-src/sys/net/ |
| H A D | pipex.c | 2956 case IPPROTO_IGMP: in ip_is_idle_packet()
|
| H A D | pf.c | 6968 if (pd->proto == IPPROTO_IGMP) { in pf_walk_header()
|