Searched refs:LIBALIAS_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias.h | 48 #define LIBALIAS_BUF_SIZE 128 macro
|
| H A D | alias_db.c | 457 vsnprintf(str, LIBALIAS_BUF_SIZE, format, ap); in AliasLog() 2148 if ((la->logDesc = malloc(LIBALIAS_BUF_SIZE))) in InitPacketAliasLog()
|
| H A D | alias_sctp.c | 2703 char buffer[LIBALIAS_BUF_SIZE]; in SctpAliasLog() 2706 vsnprintf(buffer, LIBALIAS_BUF_SIZE, format, ap); in SctpAliasLog()
|
| /f-stack/tools/compat/include/ |
| H A D | alias.h | 48 #define LIBALIAS_BUF_SIZE 128 macro
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_nat.c | 857 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()
|