Home
last modified time | relevance | path

Searched refs:ND_NEIGHBOR_ADVERT (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dicmp6.h123 #define ND_NEIGHBOR_ADVERT 136 /* neighbor advertisement */ macro
772 case ND_NEIGHBOR_ADVERT: \
/f-stack/freebsd/netinet/
H A Dicmp6.h119 #define ND_NEIGHBOR_ADVERT 136 /* neighbor advertisement */ macro
768 case ND_NEIGHBOR_ADVERT: \
/f-stack/freebsd/netinet6/
H A Dsend.c155 case ND_NEIGHBOR_ADVERT: in send_output()
H A Dnd6_nbr.c1017 nd_na->nd_na_type = ND_NEIGHBOR_ADVERT; in nd6_na_output_fib()
1081 ICMP6STAT_INC(icp6s_outhist[ND_NEIGHBOR_ADVERT]); in nd6_na_output_fib()
H A Dicmp6.c803 case ND_NEIGHBOR_ADVERT: in icmp6_input()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h996 #ifndef ND_NEIGHBOR_ADVERT
997 # define ND_NEIGHBOR_ADVERT 136 macro
H A Dfil.c9450 icmpreplytype6[ND_NEIGHBOR_SOLICIT] = ND_NEIGHBOR_ADVERT; in ipf_main_load()