Home
last modified time | relevance | path

Searched refs:IPQOS_MSG_BUF_SZ (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h122 #define IPQOS_MSG_BUF_SZ 200 macro
H A Dipqosconf.c340 char str_buf[IPQOS_MSG_BUF_SZ]; in ipqos_msg()
341 char fmt_buf[IPQOS_MSG_BUF_SZ]; in ipqos_msg()
355 (void) vsnprintf(str_buf, IPQOS_MSG_BUF_SZ, format, ap); in ipqos_msg()
375 (void) strlcat(str_buf, ": %m", IPQOS_MSG_BUF_SZ); in ipqos_msg()
391 IPQOS_MSG_BUF_SZ); in ipqos_msg()
398 IPQOS_MSG_BUF_SZ); in ipqos_msg()
401 IPQOS_MSG_BUF_SZ); in ipqos_msg()
404 IPQOS_MSG_BUF_SZ); in ipqos_msg()
406 (void) strlcat(fmt_buf, format, IPQOS_MSG_BUF_SZ); in ipqos_msg()
418 (void) strlcat(fmt_buf, ": ", IPQOS_MSG_BUF_SZ); in ipqos_msg()
[all …]