Searched defs:mysa (Results 1 - 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c2610 vchar_t *mysa; local
2618 mysa = vmalloc(sablen);
2619 if (mysa == NULL) {
2627 ((struct ipsecdoi_sa_b *)mysa->v)->doi = htonl(rmconf->doitype);
2628 ((struct ipsecdoi_sa_b *)mysa->v)->sit = htonl(rmconf->sittype);
2630 (void)setph1prop(props, mysa->v + sizeof(struct ipsecdoi_sa_b));
2632 return mysa;

Completed in 104 milliseconds