Searched refs:sadb_ident_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/net/
H A Dpfkeyv2.h135 u_int16_t sadb_ident_type; member in struct:sadb_ident
/freebsd-current/sbin/setkey/
H A Dtest-pfkey.c378 m_id.sadb_ident_type = SADB_IDENTTYPE_USERFQDN;
/freebsd-current/sys/netipsec/
H A Dkey_debug.c330 switch (id->sadb_ident_type) {
333 id->sadb_ident_type, (u_long)id->sadb_ident_id);
H A Dkey.c5986 if (idsrc->sadb_ident_type != iddst->sadb_ident_type) {
5991 switch (idsrc->sadb_ident_type) {
6015 sah->idents->type = idsrc->sadb_ident_type;
6018 sah->identd->type = iddst->sadb_ident_type;
6808 id->sadb_ident_type = SADB_IDENTTYPE_FQDN;
6827 id->sadb_ident_type = SADB_IDENTTYPE_USERFQDN;
8263 if (((const struct sadb_ident *)ext)->sadb_ident_type ==

Completed in 223 milliseconds