mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
LibC: Add INADDR_LOOPBACK
This commit is contained in:
parent
9e54c7c17f
commit
09fd59a1b5
Notes:
sideshowbarker
2024-07-19 10:02:34 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/09fd59a1b56
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
Reference in a new issue