Home
last modified time | relevance | path

Searched defs:sadb_lifetime (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/net/
H A Dpfkeyv2.h97 struct sadb_lifetime { struct
98 uint16_t sadb_lifetime_len; argument
99 uint16_t sadb_lifetime_exttype; argument
100 uint32_t sadb_lifetime_allocations; argument
101 uint64_t sadb_lifetime_bytes; argument
102 uint64_t sadb_lifetime_addtime; argument
103 uint64_t sadb_lifetime_usetime; argument
H A Dpfkeyv2_convert.c282 import_lifetime(struct tdb *tdb, struct sadb_lifetime *sadb_lifetime, int type) in import_lifetime()
357 struct sadb_lifetime *sadb_lifetime = (struct sadb_lifetime *) *p; in export_lifetime() local