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

/freebsd-11-stable/sys/netinet6/
H A Dnd6.h409 } nd_opt_each; member in union:nd_opts
411 #define nd_opts_src_lladdr nd_opt_each.src_lladdr
412 #define nd_opts_tgt_lladdr nd_opt_each.tgt_lladdr
413 #define nd_opts_pi nd_opt_each.pi_beg
414 #define nd_opts_pi_end nd_opt_each.pi_end
415 #define nd_opts_rh nd_opt_each.rh
416 #define nd_opts_mtu nd_opt_each.mtu
417 #define nd_opts_nonce nd_opt_each.nonce
418 #define nd_opts_search nd_opt_each.search
419 #define nd_opts_last nd_opt_each
[all...]
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drtadvd.c123 } nd_opt_each; member in union:nd_opt
125 #define opt_src_lladdr nd_opt_each.src_lladdr
126 #define opt_tgt_lladdr nd_opt_each.tgt_lladdr
127 #define opt_pi nd_opt_each.pi
128 #define opt_rh nd_opt_each.rh
129 #define opt_mtu nd_opt_each.mtu
130 #define opt_list nd_opt_each.opt_list

Completed in 180 milliseconds