Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpfkeyv2.h112 struct sadb_key { struct
113 uint16_t sadb_key_len; argument
114 uint16_t sadb_key_exttype; argument
115 uint16_t sadb_key_bits; argument
116 uint16_t sadb_key_reserved; argument
H A Dpfkeyv2_convert.c795 import_key(struct ipsecinit *ii, struct sadb_key *sadb_key, int type) in import_key()
812 struct sadb_key *sadb_key = (struct sadb_key *) *p; in export_key() local
H A Dpfkeyv2_parsemessage.c605 struct sadb_key *sadb_key = (struct sadb_key *)p; in pfkeyv2_parsemessage() local