Searched refs:ixm_ipsec_indst (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.c167 uint32_t ixm_ipsec_indst[IXA_MAX_ADDRLEN]; /* Inner dest address */ member in struct:ixamblk_s
302 ixm->ixm_ipsec_indst[0] = ixa->ixa_ipsec_indst[0];
303 ixm->ixm_ipsec_indst[1] = ixa->ixa_ipsec_indst[1];
304 ixm->ixm_ipsec_indst[2] = ixa->ixa_ipsec_indst[2];
305 ixm->ixm_ipsec_indst[3] = ixa->ixa_ipsec_indst[3];
427 ixa->ixa_ipsec_indst[0] = ixm->ixm_ipsec_indst[0];
428 ixa->ixa_ipsec_indst[1] = ixm->ixm_ipsec_indst[1];
429 ixa->ixa_ipsec_indst[2] = ixm->ixm_ipsec_indst[2];
430 ixa->ixa_ipsec_indst[3] = ixm->ixm_ipsec_indst[3];

Completed in 58 milliseconds