mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
LibC: Add INADDR_LOOPBACK
This commit is contained in:
parent
9e54c7c17f
commit
09fd59a1b5
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ in_addr_t inet_addr(const char*);
|
|||
|
||||
#define INADDR_ANY ((in_addr_t)0)
|
||||
#define INADDR_NONE ((in_addr_t)-1)
|
||||
#define INADDR_LOOPBACK 0x7f000001
|
||||
|
||||
#define IP_TTL 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue