Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libipsecutil/common/
H A Dipsec_util.h380 extern void print_lifetimes(FILE *, time_t, struct sadb_lifetime *,
381 struct sadb_lifetime *, struct sadb_lifetime *, struct sadb_lifetime *,
397 extern boolean_t save_lifetime(struct sadb_lifetime *, FILE *);
H A Dipsec_util.c1874 print_lifetimes(FILE *file, time_t wallclock, struct sadb_lifetime *current, in print_lifetimes()
1875 struct sadb_lifetime *hard, struct sadb_lifetime *soft, in print_lifetimes()
1876 struct sadb_lifetime *idle, boolean_t vflag) in print_lifetimes()
2647 struct sadb_lifetime *currentlt = NULL, *hardlt = NULL, *softlt = NULL; in print_samsg()
2648 struct sadb_lifetime *idlelt = NULL; in print_samsg()
2671 currentlt = (struct sadb_lifetime *)current; in print_samsg()
2674 hardlt = (struct sadb_lifetime *)current; in print_samsg()
2677 softlt = (struct sadb_lifetime *)current; in print_samsg()
2680 idlelt = (struct sadb_lifetime *)current; in print_samsg()
2806 save_lifetime(struct sadb_lifetime *lifetime, FILE *ofile) in save_lifetime()
[all …]
/titanic_44/usr/src/uts/common/net/
H A Dpfkeyv2.h115 typedef struct sadb_lifetime { struct
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1653 struct sadb_lifetime *hard = NULL, *soft = NULL; /* Current? */ in doaddup()
1654 struct sadb_lifetime *idle = NULL; in doaddup()