Searched refs:IPPROTO_IGMP (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | in_proto.c | 202 .pr_protocol = IPPROTO_IGMP, 327 SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| H A D | in.h | 143 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
|
| H A D | raw_ip.c | 404 if (proto != IPPROTO_IGMP) { in rip_input()
|
| H A D | ip_input.c | 766 if (ip->ip_p == IPPROTO_IGMP) in ip_input()
|
| H A D | igmp.c | 2274 ip->ip_p = IPPROTO_IGMP; in igmp_v1v2_queue_report() 3579 ip->ip_p = IPPROTO_IGMP; in igmp_v3_encap_report()
|
| H A D | ip_mroute.c | 661 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_IGMP) in ip_mrouter_init()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in.h | 126 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
|
| /f-stack/tools/netstat/ |
| H A D | main.c | 116 igmp_stats, NULL, "igmp", 1, IPPROTO_IGMP },
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 142 { "igmp", IPPROTO_IGMP, PF_INET },
|