Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-dlpi.c136 #define MAXDLBUF 8192 macro
186 bpf_u_int32 ctlbuf[MAXDLBUF]; in pcap_read_dlpi()
188 MAXDLBUF, in pcap_read_dlpi()
220 ctl.maxlen = MAXDLBUF; in pcap_read_dlpi()
534 bpf_u_int32 buf[MAXDLBUF];
933 bpf_u_int32 buf[MAXDLBUF];
953 bpf_u_int32 buf[MAXDLBUF];
1004 bpf_u_int32 buf[MAXDLBUF];
1192 ctl.maxlen = MAXDLBUF;
1522 bpf_u_int32 buf[MAXDLBUF];
[all …]
H A Ddlpisubs.c42 #define MAXDLBUF 8192 macro
43 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))
/freebsd/sbin/ipf/ipsend/
H A Ddlcommon.c65 ctl.maxlen = MAXDLBUF; in dlinfoack()
108 long buf[MAXDLBUF]; in dlenabmultireq()
134 long buf[MAXDLBUF]; in dldisabmultireq()
221 long buf[MAXDLBUF]; in dlsetphysaddrreq()
292 long buf[MAXDLBUF]; in dlunitdatareq()
344 ctl.maxlen = MAXDLBUF; in dlokack()
371 ctl.maxlen = MAXDLBUF; in dlerrorack()
398 ctl.maxlen = MAXDLBUF; in dlbindack()
422 ctl.maxlen = MAXDLBUF; in dlphysaddrack()
H A Ddltest.h10 #define MAXDLBUF 8192 macro