Home
last modified time | relevance | path

Searched refs:ND_ROUTER_SOLICIT (Results 1 – 11 of 11) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dicmp6.h120 #define ND_ROUTER_SOLICIT 133 /* router solicitation */ macro
763 case ND_ROUTER_SOLICIT: \
/f-stack/freebsd/netinet/
H A Dicmp6.h116 #define ND_ROUTER_SOLICIT 133 /* router solicitation */ macro
759 case ND_ROUTER_SOLICIT: \
/f-stack/freebsd/netinet6/
H A Dsend.c161 case ND_ROUTER_SOLICIT: in send_output()
H A Draw_ip6.c544 case ND_ROUTER_SOLICIT: in rip6_output()
H A Dnd6_rtr.c230 nd6_cache_lladdr(ifp, &saddr6, lladdr, lladdrlen, ND_ROUTER_SOLICIT, 0); in nd6_rs_input()
H A Dnd6.c1895 case ND_ROUTER_SOLICIT: in nd6_is_router()
H A Dicmp6.c735 case ND_ROUTER_SOLICIT: in icmp6_input()
/f-stack/lib/
H A Dff_dpdk_kni.c343 if (hdr->icmp6_type >= ND_ROUTER_SOLICIT && hdr->icmp6_type <= ND_REDIRECT) in protocol_filter_icmp6()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h987 #ifndef ND_ROUTER_SOLICIT
988 # define ND_ROUTER_SOLICIT 133 macro
H A Dip_state.c1527 case ND_ROUTER_SOLICIT :
H A Dfil.c9449 icmpreplytype6[ND_ROUTER_SOLICIT] = ND_ROUTER_ADVERT; in ipf_main_load()