Searched refs:sock_fmterror (Results 1 – 3 of 3) sorted by relevance
/external/libpcap/ |
D | sockutils.c | 150 void sock_fmterror(const char *caller, int errcode, char *errbuf, int errbuflen) in sock_fmterror() function 187 sock_fmterror(caller, GetLastError(), errbuf, errbuflen); in sock_geterror() 189 sock_fmterror(caller, errno, errbuf, errbuflen); in sock_geterror() 860 sock_fmterror("send()", errcode, errbuf, errbuflen); in sock_send() 872 sock_fmterror("send()", errcode, errbuf, errbuflen); in sock_send()
|
D | sockutils.h | 130 void sock_fmterror(const char *caller, int errcode, char *errbuf, int errbuflen);
|
/external/libpcap/rpcapd/ |
D | rpcapd.c | 987 sock_fmterror("Socket error", in accept_connections()
|