Lines Matching defs:in
10 * This software is licensed as described in the file COPYING, which
26 #include <netinet/in.h>
35 #include <in.h>
72 /* The last 3 #include files should be in this order */
346 * if the thread is still blocking in the resolve syscall, detach it and
376 * Returns FALSE in case of failure, otherwise TRUE.
459 * This is the version for resolves-in-a-thread.
568 struct in_addr in;
572 if(Curl_inet_pton(AF_INET, hostname, &in) > 0)
574 return Curl_ip2addr(AF_INET, &in, hostname, port);
597 struct in_addr in;
610 if(Curl_inet_pton(AF_INET, hostname, &in) > 0)
612 return Curl_ip2addr(AF_INET, &in, hostname, port);