Searched refs:CBUF_LEN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c141 #define CBUF_LEN 8192 /* Maximum size of the cmd */ macro
155 static char cbuf[CBUF_LEN]; /* Command buffer */
1861 static uint64_t buf[SADB_8TO64(CBUF_LEN)];
3763 if ((cbuf_offset + len + 1) >= CBUF_LEN)
3895 if ((cbuf_offset + len + 1) >= CBUF_LEN)

Completed in 67 milliseconds