Searched refs:nd_opt_each (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet6/
H A Dnd6.h342 } nd_opt_each; member in union:nd_opts
344 #define nd_opts_src_lladdr nd_opt_each.src_lladdr
345 #define nd_opts_tgt_lladdr nd_opt_each.tgt_lladdr
346 #define nd_opts_pi nd_opt_each.pi_beg
347 #define nd_opts_pi_end nd_opt_each.pi_end
348 #define nd_opts_rh nd_opt_each.rh
349 #define nd_opts_mtu nd_opt_each.mtu
350 #define nd_opts_nonce nd_opt_each.nonce
351 #define nd_opts_search nd_opt_each.search
352 #define nd_opts_last nd_opt_each
[all...]
/freebsd-13-stable/usr.sbin/rtadvd/
H A Drtadvd.c125 } nd_opt_each; member in union:nd_opt
127 #define opt_src_lladdr nd_opt_each.src_lladdr
128 #define opt_tgt_lladdr nd_opt_each.tgt_lladdr
129 #define opt_pi nd_opt_each.pi
130 #define opt_rh nd_opt_each.rh
131 #define opt_mtu nd_opt_each.mtu
132 #define opt_list nd_opt_each.opt_list

Completed in 158 milliseconds