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

/external/ipsec-tools/src/racoon/
H A Dsecurity.c78 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);
H A Dipsec_doi.c1295 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)
1327 bp = (caddr_t)(sab + 1);
1328 tlen = sa->l - sizeof(*sab);
3168 struct ipsecdoi_sa_b *sab; local
3174 iph2->sa = vmalloc(sizeof(*sab));
3182 sab = (struct ipsecdoi_sa_b *)iph2->sa->v;
3183 sab
[all...]
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialcli.py22 sab = System.Array[System.Byte] variable
24 return sab([ord(x) for x in string]) # XXX will require adaption when run with a 3.x compatible IronPython
/external/clang/test/CXX/drs/
H A Ddr0xx.cpp587 A &sab = static_cast<A&>(b); // expected-error {{private base}} member in namespace:dr54

Completed in 1311 milliseconds