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

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

Completed in 101 milliseconds