Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dlpi.c144 #define MAXDLBUF 8192 macro
194 bpf_u_int32 ctlbuf[MAXDLBUF]; in pcap_read_dlpi()
196 MAXDLBUF, in pcap_read_dlpi()
228 ctl.maxlen = MAXDLBUF; in pcap_read_dlpi()
517 bpf_u_int32 buf[MAXDLBUF];
916 bpf_u_int32 buf[MAXDLBUF];
936 bpf_u_int32 buf[MAXDLBUF];
987 bpf_u_int32 buf[MAXDLBUF];
1167 ctl.maxlen = MAXDLBUF;
1494 bpf_u_int32 buf[MAXDLBUF];
[all …]
Ddlpisubs.c44 #define MAXDLBUF 8192 macro
45 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))