Home | History | Annotate | Download | only in racoon

Lines Matching full:mysa

2644 	vchar_t *mysa;
2652 mysa = vmalloc(sablen);
2653 if (mysa == NULL) {
2661 ((struct ipsecdoi_sa_b *)mysa->v)->doi = htonl(props->rmconf->doitype);
2662 ((struct ipsecdoi_sa_b *)mysa->v)->sit = htonl(props->rmconf->sittype);
2664 (void)setph1prop(props, mysa->v + sizeof(struct ipsecdoi_sa_b));
2666 return mysa;