Searched defs:INADDR_LOOPBACK (Results 1 - 8 of 8) 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
/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/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dinet.h56 #define INADDR_LOOPBACK IPADDR_LOOPBACK macro
/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
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h218 #define INADDR_LOOPBACK 0x7F000001 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/netinet/
H A Din.h221 #define INADDR_LOOPBACK __IPADDR(0x7f000001) macro
/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 65 milliseconds