Searched refs:INADDR_LOOPBACK (Results 1 - 21 of 21) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprinet.h50 * INADDR_ANY, INADDR_LOOPBACK, INADDR_BROADCAST
89 #include <rpc/types.h> /* the only place that defines INADDR_LOOPBACK */
93 * OS/2 hack. For some reason INADDR_LOOPBACK is not defined in the
96 #if defined(OS2) && !defined(INADDR_LOOPBACK)
97 #define INADDR_LOOPBACK 0x7f000001 macro
H A Dprio.h208 #define PR_INADDR_LOOPBACK INADDR_LOOPBACK
/vbox/src/VBox/NetworkServices/NAT/
H A DRTWinSocketPair.cpp72 sa[0].in_addr.sin_addr.s_addr = RT_H2N_U32(INADDR_LOOPBACK);
146 sa[1].in_addr.sin_addr.s_addr = RT_H2N_U32(INADDR_LOOPBACK);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dinet.h56 #define INADDR_LOOPBACK IPADDR_LOOPBACK macro
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp_dns.c103 if ((InAddr.s_addr & RT_H2N_U32_C(IN_CLASSA_NET)) == RT_N2H_U32_C(INADDR_LOOPBACK & IN_CLASSA_NET))
184 == RT_N2H_U32_C(INADDR_LOOPBACK & IN_CLASSA_NET))
190 if (address->IPv4.u == RT_N2H_U32_C(INADDR_LOOPBACK))
H A Dudp.c502 == RT_H2N_U32_C(INADDR_LOOPBACK & IN_CLASSA_NET))
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_freebsd.h281 /* freebsd has INADDR_LOOPBACK defined, but in /usr/include/rpc/types.h, and I didn't
283 #ifndef INADDR_LOOPBACK
284 #define INADDR_LOOPBACK (u_long)0x7F000001 macro
H A D_os2.h277 #ifndef INADDR_LOOPBACK /* For some reason this is not defined in OS2 tcpip */
278 /* #define INADDR_LOOPBACK INADDR_ANY */
/vbox/src/VBox/Devices/Network/lwip/src/include/ipv4/lwip/
H A Dip_addr.h82 #define INADDR_LOOPBACK ((u32_t)0x7f000001) /* 127.0.0.1 */ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h218 #define INADDR_LOOPBACK 0x7F000001 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dforktest.c107 addr.inet.ip = PR_htonl(INADDR_LOOPBACK);
H A Dprselect.c108 addr.inet.ip = PR_htonl(INADDR_LOOPBACK);
H A Dsocket.c464 PR_ConvertIPv4AddrToIPv6(PR_htonl(INADDR_LOOPBACK),
597 PR_ConvertIPv4AddrToIPv6(PR_htonl(INADDR_LOOPBACK),
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/netinet/
H A Din.h221 #define INADDR_LOOPBACK __IPADDR(0x7f000001) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c293 if (sin->sin_addr.s_addr != htonl(INADDR_LOOPBACK)) {
382 if (sin->sin_addr.s_addr != htonl(INADDR_LOOPBACK)) {
1431 addr->inet.ip = htonl(INADDR_LOOPBACK);
1481 addr->inet.ip = htonl(INADDR_LOOPBACK);
1508 == htonl(INADDR_LOOPBACK)) {
1520 && addr->inet.ip == htonl(INADDR_LOOPBACK)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dpripv6.c70 dst_v4addr->inet.ip = htonl(INADDR_LOOPBACK);
H A Dprsocket.c1413 selfAddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); /* BugZilla: 35408 */
1430 selfAddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_ftp.c544 if (addr != INADDR_LOOPBACK)
/vbox/src/VBox/Devices/Network/slirp/dnsproxy/
H A Ddnsproxy.c413 addr.sin_addr.s_addr = RT_N2H_U32_C(INADDR_LOOPBACK);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h591 #define INADDR_LOOPBACK 0x7f000001 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h593 #define INADDR_LOOPBACK 0x7f000001 macro

Completed in 123 milliseconds