Searched refs:EAFNOSUPPORT (Results 1 – 4 of 4) sorted by relevance
62 err = EAFNOSUPPORT; in __socket()
82 EAFNOSUPPORT = 0x4000002f, /* Address family not supported by protocol */ enumerator279 #define EAFNOSUPPORT 0x4000002f macro
330 #ifdef EAFNOSUPPORT334 _S(EAFNOSUPPORT, N_("Address family not supported by protocol"))
2416 else if (errno == EAFNOSUPPORT && af == AF_INET6 in getaddrinfo()
Completed in 13 milliseconds