Lines Matching refs:ns
1371 nd_neighbor_solicit_t *ns = (nd_neighbor_solicit_t *)icmp6;
1389 *targp = ns->nd_ns_target;
1639 nd_neighbor_solicit_t *ns;
1658 ns = (nd_neighbor_solicit_t *)icmp_nd;
1659 target = ns->nd_ns_target;
1672 opt = (nd_opt_hdr_t *)&ns[1];
2227 nd_neighbor_solicit_t *ns = (nd_neighbor_solicit_t *)icmp6;
2240 ns->nd_ns_target = *target;
2245 ns->nd_ns_target.s6_addr32[3];
3458 netstack_t *ns;
3462 while ((ns = netstack_next(&nh)) != NULL) {
3467 if ((ipst = ns->netstack_ip) == NULL) {
3468 netstack_rele(ns);
3472 netstack_rele(ns);