Searched refs:RECV_PACKET_SZ (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c690 #define RECV_PACKET_SZ 1024 macro
694 bufreq.rx.psize = RECV_PACKET_SZ;
708 buf = (char *)malloc(RECV_NUM_PACKET * RECV_PACKET_SZ);
720 len = read(fd, buf, RECV_NUM_PACKET * RECV_PACKET_SZ);

Completed in 81 milliseconds