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

/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwcontrol.c664 #define RECV_NUM_PACKET 16 macro
668 bufreq.rx.npacket = RECV_NUM_PACKET;
683 buf = malloc(RECV_NUM_PACKET * RECV_PACKET_SZ);
695 len = read(fd, buf, RECV_NUM_PACKET * RECV_PACKET_SZ);

Completed in 100 milliseconds