Searched refs:PAS_PTR (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/msdos/ |
D | ndis2.h | 46 #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 (ReceiveRelease,(WORD, WORD)); [all …]
|