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

/freebsd-10.2-release/usr.sbin/fwcontrol/
H A Dfwcontrol.c675 #define RECV_PACKET_SZ 1024 macro
679 bufreq.rx.psize = RECV_PACKET_SZ;
693 buf = (char *)malloc(RECV_NUM_PACKET * RECV_PACKET_SZ);
705 len = read(fd, buf, RECV_NUM_PACKET * RECV_PACKET_SZ);

Completed in 44 milliseconds