Searched refs:IPQOS_MSG_BUF_SZ (Results 1 – 2 of 2) sorted by relevance
122 #define IPQOS_MSG_BUF_SZ 200 macro
338 char str_buf[IPQOS_MSG_BUF_SZ]; in ipqos_msg()339 char fmt_buf[IPQOS_MSG_BUF_SZ]; in ipqos_msg()353 (void) vsnprintf(str_buf, IPQOS_MSG_BUF_SZ, format, ap); in ipqos_msg()373 (void) strlcat(str_buf, ": %m", IPQOS_MSG_BUF_SZ); in ipqos_msg()389 IPQOS_MSG_BUF_SZ); in ipqos_msg()396 IPQOS_MSG_BUF_SZ); in ipqos_msg()399 IPQOS_MSG_BUF_SZ); in ipqos_msg()402 IPQOS_MSG_BUF_SZ); in ipqos_msg()404 (void) strlcat(fmt_buf, format, IPQOS_MSG_BUF_SZ); in ipqos_msg()416 (void) strlcat(fmt_buf, ": ", IPQOS_MSG_BUF_SZ); in ipqos_msg()[all …]