Searched defs:secs_str (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1884 char secs_str[SECS_STR_SIZE]; /* buffer for seconds representation */ local
1955 secs2out(soft->sadb_lifetime_addtime, secs_str,
1956 sizeof (secs_str), SPC_END));
1960 secs2out(soft->sadb_lifetime_usetime, secs_str,
1961 sizeof (secs_str), SPC_END));
2007 secs2out(scratch, secs_str,
2008 sizeof (secs_str), SPC_BEGIN));
2035 secs2out(hard->sadb_lifetime_addtime, secs_str,
2036 sizeof (secs_str), SPC_END));
2040 secs2out(hard->sadb_lifetime_usetime, secs_str,
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1553 char secs_str[SECS_STR_SIZE]; /* lifetime string representation */ local
1558 secs_str, sizeof (secs_str), SPC_BEGIN), xfp->p1xf_max_kbytes,
1632 char secs_str[SECS_STR_SIZE]; /* seconds lifetime representation */ local
1677 prefix, remain, secs2out(remain, secs_str,
1678 sizeof (secs_str), SPC_BEGIN));
2112 char secs_str[SECS_STR_SIZE]; /* seconds string representation */ local
2128 secs_str, sizeof (secs_str), SPC_BEGIN));
2132 secs_str, sizeo
[all...]

Completed in 69 milliseconds