Searched refs:RECV_PACKET_SZ (Results 1 – 1 of 1) sorted by relevance
676 #define RECV_PACKET_SZ 1024 in detect_recv_fn() macro680 bufreq.rx.psize = RECV_PACKET_SZ; 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()