Home
last modified time | relevance | path

Searched defs:sadb_ident (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/net/
H A Dpfkeyv2.h119 struct sadb_ident { struct
120 uint16_t sadb_ident_len; argument
121 uint16_t sadb_ident_exttype; argument
122 uint16_t sadb_ident_type; argument
123 uint16_t sadb_ident_reserved; argument
124 uint64_t sadb_ident_id; argument
H A Dpfkeyv2_convert.c698 import_identity(struct ipsec_id **id, struct sadb_ident *sadb_ident, in import_identity()
759 struct sadb_ident *sadb_ident = (struct sadb_ident *) *p; in export_identity() local
H A Dpfkeyv2_parsemessage.c639 struct sadb_ident *sadb_ident = (struct sadb_ident *)p; in pfkeyv2_parsemessage() local