Searched refs:SADB_EXT_SA (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sbin/setkey/
H A Dsetkey.c449 if ((sa = (struct sadb_sa *)mhp[SADB_EXT_SA]) != NULL) {
541 if ((sa = (struct sadb_sa *)mhp[SADB_EXT_SA]) != NULL) {
H A Dtest-pfkey.c455 m_sa.sadb_sa_exttype = SADB_EXT_SA;
H A Dparse.y939 m_sa.sadb_sa_exttype = SADB_EXT_SA;
1123 m_sa.sadb_sa_exttype = SADB_EXT_SA;
/freebsd-current/sys/net/
H A Dpfkeyv2.h300 #define SADB_EXT_SA 1 macro
/freebsd-current/sys/netipsec/
H A Dkey.c366 [SADB_EXT_SA] = sizeof(struct sadb_sa),
399 [SADB_EXT_SA] = sizeof(struct sadb_sa),
3345 if (!SADB_CHECKHDR(mhp, SADB_EXT_SA)) {
3346 if (SADB_CHECKLEN(mhp, SADB_EXT_SA)) {
3350 sa0 = (const struct sadb_sa *)mhp->ext[SADB_EXT_SA];
3597 SADB_EXT_SA, SADB_X_EXT_SA2, SADB_X_EXT_SA_REPLAY,
3621 case SADB_EXT_SA:
3850 p->sadb_sa_exttype = SADB_EXT_SA;
5006 m_sa->sadb_sa_exttype = SADB_EXT_SA;
5373 if (SADB_CHECKHDR(mhp, SADB_EXT_SA) ||
[all...]
H A Dkey_debug.c203 case SADB_EXT_SA:
/freebsd-current/lib/libipsec/
H A Dpfkey_dump.c224 m_sa = (struct sadb_sa *)mhp[SADB_EXT_SA];
H A Dpfkey.c1687 case SADB_EXT_SA:
1902 p->sadb_sa_exttype = SADB_EXT_SA;

Completed in 197 milliseconds