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

  /external/libpcap/msdos/
pktdrvr.h 8 #define TX_BUF_SIZE ETH_MTU /* must be same as in pkt_rx*.* */
88 BYTE data [TX_BUF_SIZE];
pkt_rx0.asm 17 TX_BUF_SIZE = 1500
59 _pktTxBuf db (TX_BUF_SIZE+14) dup (0) ; TX buffer

Completed in 6235 milliseconds