mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
add IN_LOOPBACKNET constant (nonstandard but in reserved namespace)
This commit is contained in:
parent
00817f0739
commit
2b55a619e4
@ -153,4 +153,6 @@ uint16_t ntohs(uint16_t);
|
|||||||
#define IN_EXPERIMENTAL(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xe0000000)
|
#define IN_EXPERIMENTAL(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xe0000000)
|
||||||
#define IN_BADCLASS(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xf0000000)
|
#define IN_BADCLASS(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xf0000000)
|
||||||
|
|
||||||
|
#define IN_LOOPBACKNET 127
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user