Lines Matching defs:in
10 * This software is licensed as described in the file COPYING, which
28 # include <netinet/in.h>
41 # include <in.h>
103 * There should be no single call to system's getaddrinfo() in the
187 /* add this element last in the return list */
236 * Curl_addrinfo defined in "lib/curl_addrinfo.h"
250 * hostent defined in <netdb.h>
376 * This function takes an internet address, in binary form, as input parameter
378 * returns a Curl_addrinfo chain filled in correctly with information for the
460 struct in_addr in;
461 if(Curl_inet_pton(AF_INET, address, &in) > 0)
463 return Curl_ip2addr(AF_INET, &in, address, port);
516 * family otherwise present in memdebug.c. I put these ones here since they
517 * require a bunch of structs I didn't want to include in memdebug.c
536 * family otherwise present in memdebug.c. I put these ones here since they
537 * require a bunch of structs I didn't want to include in memdebug.c