Home
last modified time | relevance | path

Searched refs:in_addr_t (Results 1 – 10 of 10) sorted by relevance

/curl/CMake/
H A DCurlTests.c116 if((in_addr_t *) 0) in main()
118 if(sizeof(in_addr_t)) in main()
/curl/lib/
H A Dconfig-amigaos.h95 #define in_addr_t int macro
H A Dconfig-win32ce.h181 #define in_addr_t unsigned long macro
H A Dconfig-dos.h109 #define in_addr_t u_long macro
H A Dconfig-os400.h249 #define in_addr_t unsigned long macro
H A Dhostip.h221 #define CURL_INADDR_NONE (in_addr_t) ~0
H A Dconfig-win32.h252 #define in_addr_t unsigned long macro
H A Dcurl_config.h.cmake812 /* Type to use in place of in_addr_t when system does not provide it. */
813 #cmakedefine in_addr_t ${in_addr_t}
/curl/
H A Dacinclude.m4798 dnl Check for in_addr_t: it is used to receive the return code of inet_addr()
802 AC_CHECK_TYPE([in_addr_t], ,[
803 dnl in_addr_t not available
804 AC_CACHE_CHECK([for in_addr_t equivalent],
842 AC_MSG_ERROR([Cannot find a type to use in place of in_addr_t])
845 AC_DEFINE_UNQUOTED(in_addr_t, $curl_cv_in_addr_t_equiv,
846 [Type to use in place of in_addr_t when system does not provide it.])
H A DCMakeLists.txt1753 set(in_addr_t "unsigned long") variable

Completed in 54 milliseconds