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

/freebsd-current/usr.sbin/fwcontrol/
H A Dfwcontrol.c675 #define RECV_NUM_PACKET 16 macro
679 bufreq.rx.npacket = RECV_NUM_PACKET;
694 buf = (char *)malloc(RECV_NUM_PACKET * RECV_PACKET_SZ);
706 len = read(fd, buf, RECV_NUM_PACKET * RECV_PACKET_SZ);

Completed in 75 milliseconds