Searched refs:bytecnt2out (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libipsecutil/common/ |
H A D | mapfile-vers | 82 bytecnt2out;
|
H A D | ipsec_util.h | 373 extern char *bytecnt2out(uint64_t, char *, size_t, int);
|
H A D | ipsec_util.c | 131 bytecnt2out(uint64_t num, char *buf, size_t bufsiz, int flags) in bytecnt2out() function 1924 bytecnt2out(current->sadb_lifetime_bytes, byte_str, in print_lifetimes() 1949 bytecnt2out(soft->sadb_lifetime_bytes, byte_str, in print_lifetimes() 1974 bytecnt2out(soft->sadb_lifetime_bytes - in print_lifetimes() 2029 bytecnt2out(hard->sadb_lifetime_bytes, byte_str, in print_lifetimes() 2054 bytecnt2out(hard->sadb_lifetime_bytes - in print_lifetimes()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 1559 bytecnt2out((uint64_t)xfp->p1xf_max_kbytes << 10, byte_str, in print_lt_limits() 1582 bytecnt2out((uint64_t)sp->p1stat_kbytes << 10, bytestr, in print_lt_usage() 1655 bytecnt2out((uint64_t)(xfp->p1xf_max_kbytes - in print_lifetime() 2144 bytecnt2out((uint64_t)(rp->rule_p2_lifetime_kb) << 10, in print_rule() 2149 bytecnt2out(((uint64_t)(rp->rule_p2_softlife_kb)) << 10, in print_rule()
|