OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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