Searched refs:PAS_PTR (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dndis2.h46 #define PAS_PTR(x,arg) typedef FAR WORD pascal (*x) arg macro
53 #define PAS_PTR(x,arg) typedef WORD (*x) arg __attribute__((stdcall)) macro
60 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg macro
67 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg macro
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 (ReceiveReleas
[all...]

Completed in 82 milliseconds