Searched refs:MAXDLBUF (Results 1 – 3 of 3) sorted by relevance
137 #define MAXDLBUF 8192 macro162 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))236 static bpf_u_int32 ctlbuf[MAXDLBUF];238 MAXDLBUF,477 bpf_u_int32 buf[MAXDLBUF]; in pcap_open_live()1018 bpf_u_int32 buf[MAXDLBUF]; in dl_doattach()1032 bpf_u_int32 buf[MAXDLBUF]; in dl_dohpuxbind()1154 ctl.maxlen = MAXDLBUF; in recv_ack()1497 long buf[MAXDLBUF]; /* XXX - char? */ in dlrawdatareq()1622 char buf[MAXDLBUF]; in get_dlpi_ppa()
546 u_char xmitbuf[MAXDLBUF]; in sendPacket()675 data.maxlen = MAXDLBUF; in receivePacket()711 long buf[MAXDLBUF]; in openInterface()807 long buf[MAXDLBUF]; in dlunitdatareq()839 ctl.maxlen = MAXDLBUF; in dlinfoack()913 ctl.maxlen = MAXDLBUF; in dlokack()945 ctl.maxlen = MAXDLBUF; in dlbindack()
103 #define MAXDLBUF 8192 macro