Lines Matching refs:ixas
2368 ip_xmit_attr_t ixas; in ndp_xmit() local
2435 bzero(&ixas, sizeof (ixas)); in ndp_xmit()
2436 ixas.ixa_flags = IXAF_SET_ULP_CKSUM | IXAF_NO_HW_CKSUM; in ndp_xmit()
2438 ixas.ixa_ifindex = ill->ill_phyint->phyint_ifindex; in ndp_xmit()
2439 ixas.ixa_ipst = ipst; in ndp_xmit()
2440 ixas.ixa_cred = kcred; in ndp_xmit()
2441 ixas.ixa_cpid = NOPID; in ndp_xmit()
2442 ixas.ixa_tsl = NULL; in ndp_xmit()
2443 ixas.ixa_zoneid = zoneid; in ndp_xmit()
2450 ixas.ixa_multicast_ttl = ip6h->ip6_hops; in ndp_xmit()
2519 (void) ip_output_simple(mp, &ixas); in ndp_xmit()
2520 ixa_cleanup(&ixas); in ndp_xmit()