Symbol: sadb_sa
crypto/dist/ipsec-tools/src/libipsec/key_debug.c
366
struct sadb_sa *sa = (void *)ext;
crypto/dist/ipsec-tools/src/libipsec/pfkey.c
1286
+ sizeof(struct sadb_sa)
crypto/dist/ipsec-tools/src/libipsec/pfkey.c
1516
+ sizeof(struct sadb_sa)
crypto/dist/ipsec-tools/src/libipsec/pfkey.c
2233
struct sadb_sa *p;
crypto/dist/ipsec-tools/src/libipsec/pfkey.c
2237
len = sizeof(struct sadb_sa);
crypto/dist/ipsec-tools/src/libipsec/pfkey_dump.c
240
struct sadb_sa *m_sa;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3161
struct sadb_sa *sa;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3208
sa = (struct sadb_sa *)(mhp[SADB_EXT_SA]);
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1051
struct sadb_sa *sa;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1091
sa = (struct sadb_sa *)(mhp[SADB_EXT_SA]);
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1180
struct sadb_sa *sa;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1277
sa = (struct sadb_sa *)mhp[SADB_EXT_SA];
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1229
struct sadb_sa *sa;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1253
sa = (struct sadb_sa *)mhp[SADB_EXT_SA];
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1507
struct sadb_sa *sa;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1529
sa = (struct sadb_sa *)mhp[SADB_EXT_SA];
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1572
struct sadb_sa *sa;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1589
sa = (struct sadb_sa *)mhp[SADB_EXT_SA];
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1954
struct sadb_sa *sa;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1973
sa = (struct sadb_sa *)mhp[SADB_EXT_SA];
crypto/dist/ipsec-tools/src/racoon/pfkey.c
978
struct sadb_sa *sa;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
995
sa = (struct sadb_sa *)mhp[SADB_EXT_SA];
crypto/dist/ipsec-tools/src/setkey/parse.y
1157
struct sadb_sa m_sa;
crypto/dist/ipsec-tools/src/setkey/parse.y
1176
len = sizeof(struct sadb_sa);
crypto/dist/ipsec-tools/src/setkey/parse.y
1299
struct sadb_sa m_sa;
crypto/dist/ipsec-tools/src/setkey/parse.y
1419
len = sizeof(struct sadb_sa);
crypto/dist/ipsec-tools/src/setkey/setkey.c
478
struct sadb_sa *sa;
crypto/dist/ipsec-tools/src/setkey/setkey.c
596
sa = (struct sadb_sa *)mhp[SADB_EXT_SA];
crypto/dist/ipsec-tools/src/setkey/setkey.c
742
struct sadb_sa *sa;
crypto/dist/ipsec-tools/src/setkey/setkey.c
745
if ((sa = (struct sadb_sa *)mhp[SADB_EXT_SA]) != NULL) {
crypto/dist/ipsec-tools/src/setkey/setkey.c
925
struct sadb_sa *sa;
crypto/dist/ipsec-tools/src/setkey/setkey.c
939
if ((sa = (struct sadb_sa *)mhp[SADB_EXT_SA]) != NULL) {
sys/netipsec/key.c
3294
const struct sadb_sa *xsa;
sys/netipsec/key.c
3630
const struct sadb_sa *sa0;
sys/netipsec/key.c
4272
struct sadb_sa *p;
sys/netipsec/key.c
4275
len = PFKEY_ALIGN8(sizeof(struct sadb_sa));
sys/netipsec/key.c
4279
p = mtod(m, struct sadb_sa *);
sys/netipsec/key.c
479
sizeof(struct sadb_sa), /* SADB_EXT_SA */
sys/netipsec/key.c
507
sizeof(struct sadb_sa), /* SADB_EXT_SA */
sys/netipsec/key.c
5478
struct sadb_sa *m_sa;
sys/netipsec/key.c
5482
PFKEY_ALIGN8(sizeof(struct sadb_sa)) <= MCLBYTES);
sys/netipsec/key.c
5486
PFKEY_ALIGN8(sizeof(struct sadb_sa));
sys/netipsec/key.c
5496
m_sa = (struct sadb_sa *)(mtod(n, char *) + off);
sys/netipsec/key.c
5497
m_sa->sadb_sa_len = PFKEY_UNIT64(sizeof(struct sadb_sa));
sys/netipsec/key.c
5500
off += PFKEY_ALIGN8(sizeof(struct sadb_sa));
sys/netipsec/key.c
5727
struct sadb_sa *sa0;
sys/netipsec/key.c
5758
if (mhp->extlen[SADB_EXT_SA] < sizeof(struct sadb_sa) ||
sys/netipsec/key.c
5983
struct sadb_sa *sa0;
sys/netipsec/key.c
6014
if (mhp->extlen[SADB_EXT_SA] < sizeof(struct sadb_sa) ||
sys/netipsec/key.c
6259
struct sadb_sa *sa0;
sys/netipsec/key.c
6294
} else if (mhp->extlen[SADB_EXT_SA] < sizeof(struct sadb_sa)) {
sys/netipsec/key.c
6414
struct sadb_sa *sa0;
sys/netipsec/key.c
6433
if (mhp->extlen[SADB_EXT_SA] < sizeof(struct sadb_sa) ||
sys/netipsec/key_debug.c
299
const struct sadb_sa *sa = (const struct sadb_sa *)ext;