Searched defs:in_addr_t (Results 1 - 23 of 23) sorted by relevance

/external/fio/os/windows/posix/include/arpa/
H A Dinet.h8 typedef int in_addr_t; typedef
13 in_addr_t inet_network(const char *cp);
/external/curl/lib/
H A Dhostip.h35 #undef in_addr_t macro
36 #define in_addr_t unsigned long macro
195 #define CURL_INADDR_NONE (in_addr_t) ~0
H A Dcurl_addrinfo.c46 # undef in_addr_t macro
47 # define in_addr_t unsigned long macro
H A Dasyn-ares.c47 #undef in_addr_t macro
48 #define in_addr_t unsigned long macro
H A Dasyn-thread.c50 #undef in_addr_t macro
51 #define in_addr_t unsigned long macro
H A Dconfig-amigaos.h116 #define in_addr_t int macro
H A Dconfig-dos.h145 #define in_addr_t u_long macro
H A Dconfig-win32ce.h319 /* Define this if in_addr_t is not an available 'typedefed' type */
320 #define in_addr_t unsigned long macro
H A Dconnect.c51 #undef in_addr_t macro
52 #define in_addr_t unsigned long macro
H A Dpop3.c59 #undef in_addr_t macro
60 #define in_addr_t unsigned long macro
H A Dsmtp.c58 #undef in_addr_t macro
59 #define in_addr_t unsigned long macro
H A Dconfig-win32.h366 /* Define if in_addr_t is not an available 'typedefed' type. */
367 #define in_addr_t unsigned long macro
H A Dimap.c57 #undef in_addr_t macro
58 #define in_addr_t unsigned long macro
H A Dssh.c58 #undef in_addr_t macro
59 #define in_addr_t unsigned long macro
H A Dconfig-os400.h434 /* type to use in place of in_addr_t if not defined */
435 #define in_addr_t unsigned long macro
H A Dftp.c45 #undef in_addr_t macro
46 #define in_addr_t unsigned long macro
/external/syslinux/com32/include/netinet/
H A Din.h18 typedef uint32_t in_addr_t; typedef
22 in_addr_t s_addr;
/external/libpcap/tests/
H A Dfiltertest.c46 typedef unsigned __int32 in_addr_t; typedef
285 in_addr_t addr;
288 if (addr == (in_addr_t)(-1))
/external/c-ares/
H A Dconfig-win32.h208 /* Define if in_addr_t is not an available 'typedefed' type. */
209 #define in_addr_t unsigned long macro
H A Dares_config.h510 /* Type to use in place of in_addr_t when system does not provide it. */
511 #undef in_addr_t macro
/external/openssh/
H A Ddefines.h373 typedef u_int32_t in_addr_t; typedef
/external/libvncserver/rfb/
H A Drfbproto.h119 typedef uint32_t in_addr_t; typedef
123 #define INADDR_NONE ((in_addr_t) 0xffffffff)
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2389 in_addr_t = __uint32_t variable
2627 'uint_fast64_t', 'in_addr_t', 'pthread_mutex_t',

Completed in 571 milliseconds