Searched refs:sock_fmterror (Results 1 – 3 of 3) sorted by relevance
/external/libpcap/ |
D | sockutils.c | 131 void sock_fmterror(const char *caller, int errcode, char *errbuf, int errbuflen) in sock_fmterror() function 199 sock_fmterror(caller, GetLastError(), errbuf, errbuflen); in sock_geterror() 203 sock_fmterror(caller, errno, errbuf, errbuflen); in sock_geterror() 700 sock_fmterror("send(): ", errcode, errbuf, errbuflen); 712 sock_fmterror("send(): ", errcode, errbuf, errbuflen);
|
D | sockutils.h | 198 void sock_fmterror(const char *caller, int errcode, char *errbuf, int errbuflen);
|
/external/libpcap/rpcapd/ |
D | rpcapd.c | 909 sock_fmterror(NULL, in accept_connections()
|