Home
last modified time | relevance | path

Searched refs:sadb_lifetime (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.h369 extern void print_lifetimes(FILE *, time_t, struct sadb_lifetime *,
370 struct sadb_lifetime *, struct sadb_lifetime *, struct sadb_lifetime *,
388 extern boolean_t save_lifetime(struct sadb_lifetime *, FILE *);
H A Dipsec_util.c1978 print_lifetimes(FILE *file, time_t wallclock, struct sadb_lifetime *current, in print_lifetimes()
1979 struct sadb_lifetime *hard, struct sadb_lifetime *soft, in print_lifetimes()
1980 struct sadb_lifetime *idle, boolean_t vflag) in print_lifetimes()
2797 struct sadb_lifetime *currentlt = NULL, *hardlt = NULL, *softlt = NULL; in print_samsg()
2798 struct sadb_lifetime *idlelt = NULL; in print_samsg()
2821 currentlt = (struct sadb_lifetime *)current; in print_samsg()
2824 hardlt = (struct sadb_lifetime *)current; in print_samsg()
2827 softlt = (struct sadb_lifetime *)current; in print_samsg()
2830 idlelt = (struct sadb_lifetime *)current; in print_samsg()
2960 save_lifetime(struct sadb_lifetime *lifetime, FILE *ofile) in save_lifetime()
[all …]
/illumos-gate/usr/src/uts/common/net/
H A Dpfkeyv2.h122 typedef struct sadb_lifetime { struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1762 struct sadb_lifetime *hard = NULL, *soft = NULL; /* Current? */ in doaddup()
1763 struct sadb_lifetime *idle = NULL; in doaddup()