Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-dlpi.c138 #define MAXDLBUF 8192 macro
188 bpf_u_int32 ctlbuf[MAXDLBUF]; in pcap_read_dlpi()
190 MAXDLBUF, in pcap_read_dlpi()
222 ctl.maxlen = MAXDLBUF; in pcap_read_dlpi()
536 bpf_u_int32 buf[MAXDLBUF];
935 bpf_u_int32 buf[MAXDLBUF];
955 bpf_u_int32 buf[MAXDLBUF];
1006 bpf_u_int32 buf[MAXDLBUF];
1194 ctl.maxlen = MAXDLBUF;
1524 bpf_u_int32 buf[MAXDLBUF];
[all …]
H A Ddlpisubs.c44 #define MAXDLBUF 8192 macro
45 #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