Home
last modified time | relevance | path

Searched refs:LIBALIAS_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/libalias/
H A Dalias.h48 #define LIBALIAS_BUF_SIZE 128 macro
H A Dalias_db.c457 vsnprintf(str, LIBALIAS_BUF_SIZE, format, ap); in AliasLog()
2148 if ((la->logDesc = malloc(LIBALIAS_BUF_SIZE))) in InitPacketAliasLog()
H A Dalias_sctp.c2703 char buffer[LIBALIAS_BUF_SIZE]; in SctpAliasLog()
2706 vsnprintf(buffer, LIBALIAS_BUF_SIZE, format, ap); in SctpAliasLog()
/f-stack/tools/compat/include/
H A Dalias.h48 #define LIBALIAS_BUF_SIZE 128 macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_nat.c857 ucfg->size = sizeof(struct nat44_cfg_nat) + LIBALIAS_BUF_SIZE; in nat44_get_log()
869 pbuf = (void *)ipfw_get_sopt_space(sd, LIBALIAS_BUF_SIZE); in nat44_get_log()
870 memcpy(pbuf, ptr->lib->logDesc, LIBALIAS_BUF_SIZE); in nat44_get_log()
1115 size = i * (LIBALIAS_BUF_SIZE + sizeof(int)); in ipfw_nat_get_log()
1127 bcopy(ptr->lib->logDesc, &data[i], LIBALIAS_BUF_SIZE); in ipfw_nat_get_log()
1128 i += LIBALIAS_BUF_SIZE; in ipfw_nat_get_log()