Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dicmp6.h122 #define ND_NEIGHBOR_SOLICIT 135 /* neighbor solicitation */ macro
769 case ND_NEIGHBOR_SOLICIT: \
/f-stack/freebsd/netinet/
H A Dicmp6.h118 #define ND_NEIGHBOR_SOLICIT 135 /* neighbor solicitation */ macro
765 case ND_NEIGHBOR_SOLICIT: \
/f-stack/freebsd/netinet6/
H A Dsend.c152 case ND_NEIGHBOR_SOLICIT: in send_output()
H A Dnd6_nbr.c363 ND_NEIGHBOR_SOLICIT, 0); in nd6_ns_input()
517 nd_ns->nd_ns_type = ND_NEIGHBOR_SOLICIT; in nd6_ns_output_fib()
587 ICMP6STAT_INC(icp6s_outhist[ND_NEIGHBOR_SOLICIT]); in nd6_ns_output_fib()
H A Dnd6.c1875 case ND_NEIGHBOR_SOLICIT: in nd6_is_router()
H A Dicmp6.c783 case ND_NEIGHBOR_SOLICIT: in icmp6_input()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h993 #ifndef ND_NEIGHBOR_SOLICIT
994 # define ND_NEIGHBOR_SOLICIT 135 macro
H A Dip_state.c1528 case ND_NEIGHBOR_SOLICIT :
H A Dfil.c9450 icmpreplytype6[ND_NEIGHBOR_SOLICIT] = ND_NEIGHBOR_ADVERT; in ipf_main_load()