HomeSort by relevance Sort by last modified time
    Searched refs:MAXDLBUF (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-dlpi.c 133 #define MAXDLBUF 8192
170 static bpf_u_int32 ctlbuf[MAXDLBUF];
172 MAXDLBUF,
354 bpf_u_int32 buf[MAXDLBUF];
877 bpf_u_int32 buf[MAXDLBUF];
897 bpf_u_int32 buf[MAXDLBUF];
948 bpf_u_int32 buf[MAXDLBUF];
1040 ctl.maxlen = MAXDLBUF;
    [all...]
dlpisubs.c 42 * should be tied to MAXDLBUF, but we'll leave it as this for now.
44 #define MAXDLBUF 8192
45 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))

Completed in 65 milliseconds