Searched refs:EADDRNOTAVAIL (Results 1 – 24 of 24) sorted by relevance
238 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs()266 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs()301 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs()
402 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs()433 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs()472 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs()
629 if (errno == EADDRNOTAVAIL) {
81 #undef EADDRNOTAVAIL82 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
74 return detect_ ? EWOULDBLOCK : EADDRNOTAVAIL; in GetError()
40 case EADDRNOTAVAIL: in MapSystemError()
180 if ( !wait_for_iface || errno != EADDRNOTAVAIL) { in CreateListeningSocket()187 if ( saved_errno == EADDRNOTAVAIL ) { in CreateListeningSocket()
68 # ifndef EADDRNOTAVAIL69 # define EADDRNOTAVAIL 10049 macro
92 EE(WSAEADDRNOTAVAIL,EADDRNOTAVAIL,"cannot assign requested address") \
72 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
80 #define EADDRNOTAVAIL 126 /* Cannot assign requested address */ macro
241 # ifndef EADDRNOTAVAIL242 # define EADDRNOTAVAIL 101 macro490 address_not_available = EADDRNOTAVAIL,
175 if (errno == EADDRNOTAVAIL) { in get_ifi_info_linuxv6()343 if (errno == EADDRNOTAVAIL) { in get_ifi_info()434 if (errno == EADDRNOTAVAIL) { in get_ifi_info()
182 if (errno != EADDRNOTAVAIL) in l2_packet_get_ip_addr()
185 if (errno != EADDRNOTAVAIL) in l2_packet_get_ip_addr()
340 #define SOCKET_EADDRNOTAVAIL(return_value) (errno == EADDRNOTAVAIL)
333 err = EADDRNOTAVAIL; in connect_remote()
651 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL
970 #ifdef EADDRNOTAVAIL in g_strerror()971 case EADDRNOTAVAIL: return "can't assign requested address"; in g_strerror()
571 #define VKI_EADDRNOTAVAIL EADDRNOTAVAIL
710 if (retval == -1 && errno != EADDRNOTAVAIL) in delete_address()
437 if (iface->addr.sa.sa_family == AF_INET6 && (errno == ENODEV || errno == EADDRNOTAVAIL) && in create_bound_listeners()
175 EADDRNOTAVAIL. Previously, on getting such an error,
2528 if (errno != EADDRNOTAVAIL) { in cif6addr()