HomeSort by relevance Sort by last modified time
    Searched refs:sock_fmterror (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
sockutils.h 198 void sock_fmterror(const char *caller, int errcode, char *errbuf, int errbuflen);
sockutils.c 131 void sock_fmterror(const char *caller, int errcode, char *errbuf, int errbuflen) function
199 sock_fmterror(caller, GetLastError(), errbuf, errbuflen);
203 sock_fmterror(caller, errno, errbuf, errbuflen);
700 sock_fmterror("send(): ", errcode, errbuf, errbuflen);
712 sock_fmterror("send(): ", errcode, errbuf, errbuflen);
    [all...]
  /external/libpcap/rpcapd/
rpcapd.c 909 sock_fmterror(NULL,
    [all...]

Completed in 352 milliseconds