Home
last modified time | relevance | path

Searched refs:nd_opt_type (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dnd6.c464 switch (nd_opt->nd_opt_type) { in nd6_options()
470 if (ndopts->nd_opt_array[nd_opt->nd_opt_type]) { in nd6_options()
473 nd_opt->nd_opt_type)); in nd6_options()
476 ndopts->nd_opt_array[nd_opt->nd_opt_type] in nd6_options()
481 if (ndopts->nd_opt_array[nd_opt->nd_opt_type] == 0) { in nd6_options()
482 ndopts->nd_opt_array[nd_opt->nd_opt_type] in nd6_options()
503 "option ignored\n", nd_opt->nd_opt_type)); in nd6_options()
H A Dnd6_nbr.c545 nd_opt->nd_opt_type = ND_OPT_SOURCE_LINKADDR; in nd6_ns_output_fib()
565 nd_opt->nd_opt_type = ND_OPT_NONCE; in nd6_ns_output_fib()
1057 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR; in nd6_na_output_fib()
H A Dnd6_rtr.c481 if (pt->nd_opt_type != ND_OPT_PREFIX_INFORMATION) in nd6_ra_input()
H A Dicmp6.c2564 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR; in icmp6_redirect_output()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h303 u_int8_t nd_opt_type; member
/f-stack/freebsd/netinet/
H A Dicmp6.h299 u_int8_t nd_opt_type; member