Searched refs:byte_str (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 1883 char byte_str[BYTE_STR_SIZE]; /* byte lifetime string representation */ in print_lifetimes() local 1924 bytecnt2out(current->sadb_lifetime_bytes, byte_str, in print_lifetimes() 1925 sizeof (byte_str), SPC_END), in print_lifetimes() 1949 bytecnt2out(soft->sadb_lifetime_bytes, byte_str, in print_lifetimes() 1950 sizeof (byte_str), SPC_END), in print_lifetimes() 1975 current->sadb_lifetime_bytes, byte_str, in print_lifetimes() 1976 sizeof (byte_str), SPC_END) : ""); in print_lifetimes() 2029 bytecnt2out(hard->sadb_lifetime_bytes, byte_str, in print_lifetimes() 2030 sizeof (byte_str), SPC_END), in print_lifetimes() 2055 current->sadb_lifetime_bytes, byte_str, in print_lifetimes() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 1552 char byte_str[BYTE_STR_SIZE]; /* byte lifetime string representation */ in print_lt_limits() local 1559 bytecnt2out((uint64_t)xfp->p1xf_max_kbytes << 10, byte_str, in print_lt_limits() 1560 sizeof (byte_str), SPC_END)); in print_lt_limits() 1631 char byte_str[BYTE_STR_SIZE]; /* byte lifetime representation */ in print_lifetime() local 1656 sp->p1stat_kbytes) << 10, byte_str, sizeof (byte_str), in print_lifetime() 2111 char byte_str[BYTE_STR_SIZE]; /* kbyte string representation */ in print_rule() local 2145 byte_str, sizeof (byte_str), SPC_BEGIN)); in print_rule() 2150 byte_str, sizeof (byte_str), SPC_BEGIN)); in print_rule()
|