Home
last modified time | relevance | path

Searched refs:PktGetErrorStr (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/msdos/
Dpktdrvr.h126 extern const char *PktGetErrorStr (int errNum);
Dpktdrvr.c216 PUBLIC const char *PktGetErrorStr (int errNum) in PktGetErrorStr() function
344 else pktInfo.error = PktGetErrorStr (reg.r_dx >> 8); in PktInterrupt()