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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c3733 sadb_sa_t *saext; local
3751 2 * sizeof (sadb_address_t) + sizeof (*saext);
3811 saext = (sadb_sa_t *)mp->b_wptr;
3812 mp->b_wptr += sizeof (*saext);
3813 saext->sadb_sa_len = SADB_8TO64(sizeof (*saext));
3814 saext->sadb_sa_exttype = SADB_EXT_SA;
3815 saext->sadb_sa_spi = assoc->ipsa_spi;
3816 saext->sadb_sa_replay = assoc->ipsa_replay_wsize;
3817 saext
[all...]

Completed in 68 milliseconds