HomeSort by relevance Sort by last modified time
    Searched defs:sab (Results 1 - 4 of 4) 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)
1327 bp = (caddr_t)(sab + 1);
1328 tlen = sa->l - sizeof(*sab);
3168 struct ipsecdoi_sa_b *sab; local
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialcli.py 22 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/
dr0xx.cpp 587 A &sab = static_cast<A&>(b); // expected-error {{private base}} member in namespace:dr54

Completed in 813 milliseconds