Home
last modified time | relevance | path

Searched refs:sock_fmterror (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/
Dsockutils.c131 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);
Dsockutils.h198 void sock_fmterror(const char *caller, int errcode, char *errbuf, int errbuflen);
/external/libpcap/rpcapd/
Drpcapd.c909 sock_fmterror(NULL, in accept_connections()