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