Searched refs:LIBALIAS_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance
46 #define LIBALIAS_BUF_SIZE 128 macro
470 vsnprintf(str, LIBALIAS_BUF_SIZE, format, ap); in AliasLog()2215 if ((la->logDesc = malloc(LIBALIAS_BUF_SIZE))) in InitPacketAliasLog()
2679 char buffer[LIBALIAS_BUF_SIZE]; in SctpAliasLog()2682 vsnprintf(buffer, LIBALIAS_BUF_SIZE, format, ap); in SctpAliasLog()
572 size = i * (LIBALIAS_BUF_SIZE + sizeof(int)); in ipfw_nat_get_log()584 bcopy(ptr->lib->logDesc, &data[i], LIBALIAS_BUF_SIZE); in ipfw_nat_get_log()585 i += LIBALIAS_BUF_SIZE; in ipfw_nat_get_log()
978 for (i = 0; 1; i += LIBALIAS_BUF_SIZE + sizeof(int)) { in ipfw_show_nat()