• Home
  • Raw
  • Download

Lines Matching refs:pcap_snprintf

148 			pcap_snprintf(errbuf, errbuflen, "%sUnable to get the exact error message", caller);  in sock_fmterror()
150 pcap_snprintf(errbuf, errbuflen, "Unable to get the exact error message"); in sock_fmterror()
155 pcap_snprintf(errbuf, errbuflen, "%s%s (code %d)", caller, message, errcode); in sock_fmterror()
157 pcap_snprintf(errbuf, errbuflen, "%s (code %d)", message, errcode); in sock_fmterror()
168 pcap_snprintf(errbuf, errbuflen, "%s%s (code %d)", caller, message, errcode); in sock_fmterror()
170 pcap_snprintf(errbuf, errbuflen, "%s (code %d)", message, errcode); in sock_fmterror()
234 pcap_snprintf(errbuf, errbuflen, "Failed to initialize Winsock\n");
392 pcap_snprintf(errbuf, errbuflen, "setsockopt(IPV6_V6ONLY)");
452 pcap_snprintf(errbufptr, bufspaceleft,
576 pcap_snprintf(errbuf, errbuflen, "getaddrinfo() %s", gai_strerror(retval));
598 pcap_snprintf(errbuf, errbuflen, "getaddrinfo(): socket type not supported");
611pcap_snprintf(errbuf, errbuflen, "getaddrinfo(): multicast addresses are not valid when using TCP …
657 pcap_snprintf(errbuf, errbuflen,
784 pcap_snprintf(errbuf, errbuflen, "Not enough space in the temporary send buffer.");
858 pcap_snprintf(errbuf, errbuflen,
897 pcap_snprintf(errbuf, errbuflen,
949 pcap_snprintf(errbuf, errbuflen,
1028 pcap_snprintf(errbuf, errbuflen, "recv(): Message too long");
1171 pcap_snprintf(errbuf, errbuflen, "getaddrinfo() %s", gai_strerror(retval));
1212pcap_snprintf(errbuf, errbuflen, "The host is not in the allowed host list. Connection refused.");
1483 pcap_snprintf(errbuf, errbuflen, "More than one socket requested; using the first one returned");