• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/

Lines Matching refs:WORD

45   #define CALLBACK(foo)   pascal WORD foo

46 #define PAS_PTR(x,arg) typedef FAR WORD pascal (*x) arg
52 #define CALLBACK(foo) WORD foo __attribute__((stdcall))
53 #define PAS_PTR(x,arg) typedef WORD (*x) arg __attribute__((stdcall))
59 #define CALLBACK(foo) WORD pascal foo
60 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg
66 #define CALLBACK(foo) WORD pascal foo
67 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg
87 PAS_PTR (ProtMan, (struct _ReqBlock FAR*, WORD));
92 PAS_PTR (SystemRequest, (DWORD, DWORD, WORD, WORD, WORD));
97 PAS_PTR (TransmitChain, (WORD, WORD, struct _TxBufDescr FAR*, WORD));
98 PAS_PTR (TransferData, (WORD*,WORD, struct _TDBufDescr FAR*, WORD));
99 PAS_PTR (Request, (WORD, WORD, WORD, DWORD, WORD, WORD));
100 PAS_PTR (ReceiveRelease,(WORD, WORD));
101 PAS_PTR (IndicationOn, (WORD));
102 PAS_PTR (IndicationOff, (WORD));
238 WORD tableSize;
241 WORD reserved1;
270 WORD moduleId;
271 WORD moduleDS;
283 WORD maxMulticastAddresses;
284 WORD numberMulticastAddresses;
290 WORD tableSize;
292 WORD addressLength;
299 WORD maxFrameSize;
301 WORD txBufferAllocSize;
303 WORD rxBufferAllocSize;
307 WORD interruptLevel;
308 WORD txQueueDepth;
309 WORD maxDataBlocks;
314 WORD length;
316 WORD type;
332 WORD tableSize;
335 WORD packetFilter;
374 WORD opcode;
375 WORD status;
378 WORD word1;
385 WORD txDataLen;
391 WORD txImmedLen;
393 WORD txDataCount;
401 WORD tDDataLen;
407 WORD tDDataCount;
413 WORD rxDataLen;
419 WORD rxDataCount;
442 WORD numBindings;
455 WORD words[3];
472 WORD etherType;
525 CALLBACK (NdisSystemRequest (DWORD,DWORD, WORD, WORD, WORD));
526 CALLBACK (NdisRequestConfirm ( WORD, WORD, WORD, WORD, WORD,WORD));
527 CALLBACK (NdisTransmitConfirm ( WORD, WORD, WORD, WORD, WORD));
528 CALLBACK (NdisReceiveLookahead ( WORD, WORD, WORD, BYTE*, BYTE*, WORD));
529 CALLBACK (NdisReceiveChain ( WORD, WORD, WORD, struct _RxBufDescr*, BYTE*, WORD));
530 CALLBACK (NdisStatusProc ( WORD, WORD, BYTE*, WORD,WORD));
531 CALLBACK (NdisIndicationComplete( WORD, WORD));