Home
last modified time | relevance | path

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

/external/libpcap/
Dsockutils.c150 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()
Dsockutils.h130 void sock_fmterror(const char *caller, int errcode, char *errbuf, int errbuflen);
/external/libpcap/rpcapd/
Drpcapd.c987 sock_fmterror("Socket error", in accept_connections()