HomeSort by relevance Sort by last modified time
    Searched refs:sab (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
security.c 78 struct ipsecdoi_sa_b *sab = (struct ipsecdoi_sa_b *)sa->v; local
81 if (sa->l < sizeof(*sab)) {
87 bp = (caddr_t)(sab + 1); /* here bp points to first proposal payload */
88 len = sa->l - sizeof(*sab);
ipsec_doi.c 1295 struct ipsecdoi_sa_b *sab = (struct ipsecdoi_sa_b *)sa->v; local
1301 if (sa->l < sizeof(*sab)) {
1308 if (check_doi(ntohl(sab->doi)) < 0)
1312 if (check_situation(ntohl(sab->sit)) < 0)
1323 bp = (caddr_t)(sab + 1);
1324 tlen = sa->l - sizeof(*sab);
3164 struct ipsecdoi_sa_b *sab; local
    [all...]

Completed in 1314 milliseconds