Searched refs:INADDR_LOOPBACK (Results 1 – 14 of 14) sorted by relevance
232 #define INADDR_LOOPBACK 0x7f000001 /* 127.0.0.1 */ macro
183 #ifndef INADDR_LOOPBACK184 #define INADDR_LOOPBACK ((u_long)0x7f000001) macro
96 addr_in->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in get_random_bytes_prngd()
216 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in bindport()
103 listen_addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in evutil_socketpair()
500 ? ( ( (const struct sockaddr_in *)( SA ) )->sin_addr.s_addr == htonl( INADDR_LOOPBACK ) ) \507 ? ( ( (const struct sockaddr_in *)( SA ) )->sin_addr.s_addr == htonl( INADDR_LOOPBACK ) ) \
2860 p[ 0 ] = (uint8_t)( ( INADDR_LOOPBACK >> 24 ) & 0xFF ); in DebugServicesTest()2861 p[ 1 ] = (uint8_t)( ( INADDR_LOOPBACK >> 16 ) & 0xFF ); in DebugServicesTest()2862 p[ 2 ] = (uint8_t)( ( INADDR_LOOPBACK >> 8 ) & 0xFF ); in DebugServicesTest()2863 p[ 3 ] = (uint8_t)( INADDR_LOOPBACK & 0xFF ); in DebugServicesTest()
406 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in Bind()
1799 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in Bind()
300 #define INADDR_LOOPBACK 0x7f000001 macro
216 #define VKI_INADDR_LOOPBACK INADDR_LOOPBACK
836 && *(unsigned *)net_from.ip != htonl(INADDR_LOOPBACK)) ) in CL_ConnectionlessPacket()
833 saddr.sin_addr.s_addr = htonl (INADDR_LOOPBACK); in _dbus_full_duplex_pipe()
720 sockets to INADDR_LOOPBACK instead of INADDR_ANY.1512 INADDR_LOOPBACK instead of inet_addr("127.0.0.1") and