Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6.c696 switch (nd_opt->nd_opt_type) { in nd6_options()
702 if (ndopts->nd_opt_array[nd_opt->nd_opt_type]) { in nd6_options()
705 nd_opt->nd_opt_type); in nd6_options()
708 ndopts->nd_opt_array[nd_opt->nd_opt_type] = in nd6_options()
713 if (ndopts->nd_opt_array[nd_opt->nd_opt_type] == 0) { in nd6_options()
714 ndopts->nd_opt_array[nd_opt->nd_opt_type] = in nd6_options()
727 if (ndopts->nd_opt_array[nd_opt->nd_opt_type] == 0) { in nd6_options()
728 ndopts->nd_opt_array[nd_opt->nd_opt_type] in nd6_options()
743 "option ignored\n", nd_opt->nd_opt_type); in nd6_options()
H A Dnd6_nbr.c817 nd_opt->nd_opt_type = ND_OPT_SOURCE_LINKADDR; in nd6_ns_output()
837 nd_opt->nd_opt_type = ND_OPT_NONCE; in nd6_ns_output()
1556 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR; in nd6_na_output()
H A Dnd6_rtr.c488 if (rt->nd_opt_type != ND_OPT_ROUTE_INFO) { in nd6_ra_input()
652 if (pt->nd_opt_type != ND_OPT_PREFIX_INFORMATION) { in nd6_ra_input()
H A Dicmp6.c2918 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR; in icmp6_redirect_output()
/xnu-8019.80.24/bsd/netinet/
H A Dicmp6.h329 u_int8_t nd_opt_type; member
/xnu-8019.80.24/tests/
H A Dnet_bridge.c1390 nd_opt->nd_opt_type = ND_OPT_SOURCE_LINKADDR; in ethernet_nd6_frame_populate()
1411 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR; in ethernet_nd6_frame_populate()
1428 nd_opt->nd_opt_type = ND_OPT_SOURCE_LINKADDR; in ethernet_nd6_frame_populate()
2723 T_ASSERT_EQ(nd_opt->nd_opt_type, opt_type, NULL); in validate_mac_nat_nd6()