Searched refs:secs_str (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 1884 char secs_str[SECS_STR_SIZE]; /* buffer for seconds representation */ in print_lifetimes() local 1955 secs2out(soft->sadb_lifetime_addtime, secs_str, in print_lifetimes() 1956 sizeof (secs_str), SPC_END)); in print_lifetimes() 1960 secs2out(soft->sadb_lifetime_usetime, secs_str, in print_lifetimes() 1961 sizeof (secs_str), SPC_END)); in print_lifetimes() 2007 secs2out(scratch, secs_str, in print_lifetimes() 2008 sizeof (secs_str), SPC_BEGIN)); in print_lifetimes() 2035 secs2out(hard->sadb_lifetime_addtime, secs_str, in print_lifetimes() 2036 sizeof (secs_str), SPC_END)); in print_lifetimes() 2040 secs2out(hard->sadb_lifetime_usetime, secs_str, in print_lifetimes() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 1553 char secs_str[SECS_STR_SIZE]; /* lifetime string representation */ in print_lt_limits() local 1558 secs_str, sizeof (secs_str), SPC_BEGIN), xfp->p1xf_max_kbytes, in print_lt_limits() 1632 char secs_str[SECS_STR_SIZE]; /* seconds lifetime representation */ in print_lifetime() local 1677 prefix, remain, secs2out(remain, secs_str, in print_lifetime() 1678 sizeof (secs_str), SPC_BEGIN)); in print_lifetime() 2112 char secs_str[SECS_STR_SIZE]; /* seconds string representation */ in print_rule() local 2128 secs_str, sizeof (secs_str), SPC_BEGIN)); in print_rule() 2132 secs_str, sizeof (secs_str), SPC_BEGIN)); in print_rule() 2136 secs_str, sizeof (secs_str), SPC_BEGIN)); in print_rule()
|