HomeSort by: relevance | last modified time | path
    Searched defs:nd_opt_each (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
nd6.h 146 } nd_opt_each; member in union:nd_opts
148 #define nd_opts_src_lladdr nd_opt_each.src_lladdr
149 #define nd_opts_tgt_lladdr nd_opt_each.tgt_lladdr
150 #define nd_opts_pi nd_opt_each.pi_beg
151 #define nd_opts_pi_end nd_opt_each.pi_end
152 #define nd_opts_rh nd_opt_each.rh
153 #define nd_opts_mtu nd_opt_each.mtu
154 #define nd_opts_nonce nd_opt_each.nonce
155 #define nd_opts_search nd_opt_each.search
156 #define nd_opts_last nd_opt_each.las
    [all...]
  /src/usr.sbin/rtadvd/
rtadvd.c 114 } nd_opt_each; member in union:nd_opts
116 #define nd_opts_src_lladdr nd_opt_each.src_lladdr
117 #define nd_opts_tgt_lladdr nd_opt_each.tgt_lladdr
118 #define nd_opts_pi nd_opt_each.pi
119 #define nd_opts_rh nd_opt_each.rh
120 #define nd_opts_mtu nd_opt_each.mtu
121 #define nd_opts_list nd_opt_each.list

Completed in 12 milliseconds