Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_proto.c202 .pr_protocol = IPPROTO_IGMP,
327 SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
H A Din.h143 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
H A Draw_ip.c404 if (proto != IPPROTO_IGMP) { in rip_input()
H A Dip_input.c766 if (ip->ip_p == IPPROTO_IGMP) in ip_input()
H A Digmp.c2274 ip->ip_p = IPPROTO_IGMP; in igmp_v1v2_queue_report()
3579 ip->ip_p = IPPROTO_IGMP; in igmp_v3_encap_report()
H A Dip_mroute.c661 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 Din.h126 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
/f-stack/tools/netstat/
H A Dmain.c116 igmp_stats, NULL, "igmp", 1, IPPROTO_IGMP },
/f-stack/freebsd/netgraph/
H A Dng_ksocket.c142 { "igmp", IPPROTO_IGMP, PF_INET },