Searched refs:sadb_ident (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libipsec/
H A Dpfkey_dump.c207 struct sadb_ident *m_sid, *m_did;
234 m_sid = (struct sadb_ident *)mhp[SADB_EXT_IDENTITY_SRC];
235 m_did = (struct sadb_ident *)mhp[SADB_EXT_IDENTITY_DST];
/freebsd-current/sbin/setkey/
H A Dtest-pfkey.c372 struct sadb_ident m_id;
383 (caddr_t)&m_id, sizeof(struct sadb_ident),
/freebsd-current/sys/net/
H A Dpfkeyv2.h132 struct sadb_ident { struct
/freebsd-current/sys/netipsec/
H A Dkey_debug.c320 struct sadb_ident *id = (struct sadb_ident *)ext;
H A Dkey.c375 [SADB_EXT_IDENTITY_SRC] = sizeof(struct sadb_ident),
376 [SADB_EXT_IDENTITY_DST] = sizeof(struct sadb_ident),
5962 const struct sadb_ident *idsrc, *iddst;
5982 idsrc = (const struct sadb_ident *)mhp->ext[SADB_EXT_IDENTITY_SRC];
5983 iddst = (const struct sadb_ident *)mhp->ext[SADB_EXT_IDENTITY_DST];
6800 struct sadb_ident *id;
6804 id = (struct sadb_ident *)p;
6810 p += sizeof(struct sadb_ident) + PFKEY_ALIGN8(fqdnlen);
6815 struct sadb_ident *id;
6823 id = (struct sadb_ident *)
[all...]

Completed in 202 milliseconds