Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/ !
H A Dnd6.c700 switch (nd_opt->nd_opt_type) { in nd6_options()
706 if (ndopts->nd_opt_array[nd_opt->nd_opt_type]) { in nd6_options()
709 nd_opt->nd_opt_type); in nd6_options()
712 ndopts->nd_opt_array[nd_opt->nd_opt_type] = in nd6_options()
717 if (ndopts->nd_opt_array[nd_opt->nd_opt_type] == 0) { in nd6_options()
718 ndopts->nd_opt_array[nd_opt->nd_opt_type] = in nd6_options()
731 if (ndopts->nd_opt_array[nd_opt->nd_opt_type] == 0) { in nd6_options()
732 ndopts->nd_opt_array[nd_opt->nd_opt_type] in nd6_options()
747 "option ignored\n", nd_opt->nd_opt_type); in nd6_options()
H A Dnd6_nbr.c825 nd_opt->nd_opt_type = ND_OPT_SOURCE_LINKADDR; in nd6_ns_output()
845 nd_opt->nd_opt_type = ND_OPT_NONCE; in nd6_ns_output()
1571 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR; in nd6_na_output()
H A Dnd6_rtr.c487 if (rt->nd_opt_type != ND_OPT_ROUTE_INFO) { in nd6_ra_input()
658 if (pt->nd_opt_type != ND_OPT_PREFIX_INFORMATION) { in nd6_ra_input()
H A Dicmp6.c2944 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR; in icmp6_redirect_output()
/xnu-10063.101.15/bsd/netinet/ !
H A Dicmp6.h329 u_int8_t nd_opt_type; member
/xnu-10063.101.15/tests/ !
H A Dnet_bridge.c1162 nd_opt->nd_opt_type = ND_OPT_SOURCE_LINKADDR; in ethernet_nd6_frame_populate()
1183 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR; in ethernet_nd6_frame_populate()
1200 nd_opt->nd_opt_type = ND_OPT_SOURCE_LINKADDR; in ethernet_nd6_frame_populate()
2479 T_ASSERT_EQ(nd_opt->nd_opt_type, opt_type, NULL); in validate_mac_nat_nd6()