Home
last modified time | relevance | path

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

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