Home
last modified time | relevance | path

Searched defs:packet_buffers (Results 51 – 54 of 54) sorted by relevance

123

/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yadifad/
H A Dserver-mm.c371 u8 *packet_buffers = aligned_alloc(4096, udp_packets_count * packet_size); in server_mm_udp_worker_thread() local
374 u8 *packet_buffers = malloc(udp_packets_count * packet_size); in server_mm_udp_worker_thread() local
/dports/games/d2x/d2x-0.2.5/arch/dos/
H A Dipx.c253 static packet_data packet_buffers[MAX_PACKETS]; variable
/dports/games/d2x/d2x-0.2.5/arch/dos/bak/
H A Dipx.c262 static packet_data packet_buffers[MAX_PACKETS]; variable
/dports/games/d2x/d2x-0.2.5/unused/bios/
H A Dipx.c101 static packet_data packet_buffers[MAX_PACKETS]; variable

123