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

  /external/libpcap/
dlpisubs.c 46 * should be tied to MAXDLBUF, but we'll leave it as this for now.
48 #define MAXDLBUF 8192
49 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))
pcap-dlpi.c 138 #define MAXDLBUF 8192
175 static bpf_u_int32 ctlbuf[MAXDLBUF];
177 MAXDLBUF,
357 bpf_u_int32 buf[MAXDLBUF];
838 bpf_u_int32 buf[MAXDLBUF];
858 bpf_u_int32 buf[MAXDLBUF];
909 bpf_u_int32 buf[MAXDLBUF];
1001 ctl.maxlen = MAXDLBUF;
    [all...]

Completed in 100 milliseconds