Searched refs:LIBALIAS_BUF_SIZE (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_nat.c | 863 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 D | alias.h | 46 #define LIBALIAS_BUF_SIZE 128 macro
|
H A D | alias_sctp.c | 2718 char buffer[LIBALIAS_BUF_SIZE]; in SctpAliasLog() 2721 vsnprintf(buffer, LIBALIAS_BUF_SIZE, format, ap); in SctpAliasLog()
|
H A D | alias_db.c | 140 vsnprintf(str, LIBALIAS_BUF_SIZE, format, ap); in AliasLog() 1864 if ((la->logDesc = malloc(LIBALIAS_BUF_SIZE))) in InitPacketAliasLog()
|