Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_nat.c863 ucfg->size = sizeof(struct nat44_cfg_nat) + LIBALIAS_BUF_SIZE; in nat44_get_log()
875 pbuf = (void *)ipfw_get_sopt_space(sd, LIBALIAS_BUF_SIZE); in nat44_get_log()
876 memcpy(pbuf, ptr->lib->logDesc, LIBALIAS_BUF_SIZE); in nat44_get_log()
1121 size = i * (LIBALIAS_BUF_SIZE + sizeof(int)); in ipfw_nat_get_log()
1133 bcopy(ptr->lib->logDesc, &data[i], LIBALIAS_BUF_SIZE); in ipfw_nat_get_log()
1134 i += LIBALIAS_BUF_SIZE; in ipfw_nat_get_log()
/freebsd/sys/netinet/libalias/
H A Dalias.h46 #define LIBALIAS_BUF_SIZE 128 macro
H A Dalias_sctp.c2718 char buffer[LIBALIAS_BUF_SIZE]; in SctpAliasLog()
2721 vsnprintf(buffer, LIBALIAS_BUF_SIZE, format, ap); in SctpAliasLog()
H A Dalias_db.c140 vsnprintf(str, LIBALIAS_BUF_SIZE, format, ap); in AliasLog()
1864 if ((la->logDesc = malloc(LIBALIAS_BUF_SIZE))) in InitPacketAliasLog()