Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Dnd6.c698 switch (nd_opt->nd_opt_type) { in nd6_options()
704 if (ndopts->nd_opt_array[nd_opt->nd_opt_type]) { in nd6_options()
707 nd_opt->nd_opt_type); in nd6_options()
710 ndopts->nd_opt_array[nd_opt->nd_opt_type] = in nd6_options()
715 if (ndopts->nd_opt_array[nd_opt->nd_opt_type] == 0) { in nd6_options()
716 ndopts->nd_opt_array[nd_opt->nd_opt_type] = in nd6_options()
729 if (ndopts->nd_opt_array[nd_opt->nd_opt_type] == 0) { in nd6_options()
730 ndopts->nd_opt_array[nd_opt->nd_opt_type] in nd6_options()
745 "option ignored\n", nd_opt->nd_opt_type); in nd6_options()
H A Dnd6_nbr.c824 nd_opt->nd_opt_type = ND_OPT_SOURCE_LINKADDR; in nd6_ns_output()
844 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.c485 if (rt->nd_opt_type != ND_OPT_ROUTE_INFO) { in nd6_ra_input()
656 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-10002.41.9/bsd/netinet/
H A Dicmp6.h329 u_int8_t nd_opt_type; member
/xnu-10002.41.9/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()