Home
last modified time | relevance | path

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

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