Lines Matching refs:sadb_lifetime
1978 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()
3301 if (!save_lifetime((struct sadb_lifetime *)ext, in save_assoc()