sadb_lifetime
struct sadb_lifetime *hard = NULL, *soft = NULL; /* Current? */
struct sadb_lifetime *idle = NULL;
print_lifetimes(FILE *file, time_t wallclock, struct sadb_lifetime *current,
struct sadb_lifetime *hard, struct sadb_lifetime *soft,
struct sadb_lifetime *idle, boolean_t vflag)
struct sadb_lifetime *currentlt = NULL, *hardlt = NULL, *softlt = NULL;
struct sadb_lifetime *idlelt = NULL;
currentlt = (struct sadb_lifetime *)current;
hardlt = (struct sadb_lifetime *)current;
softlt = (struct sadb_lifetime *)current;
idlelt = (struct sadb_lifetime *)current;
save_lifetime(struct sadb_lifetime *lifetime, FILE *ofile)
if (!save_lifetime((struct sadb_lifetime *)ext,
extern void print_lifetimes(FILE *, time_t, struct sadb_lifetime *,
struct sadb_lifetime *, struct sadb_lifetime *, struct sadb_lifetime *,
extern boolean_t save_lifetime(struct sadb_lifetime *, FILE *);