mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Kernel: Add the IP_{BLOCK_SOURCE, UNBLOCK_SOURCE, OPTIONS} macros
These are not implemented currently, but are required for some ports to compile.
This commit is contained in:
parent
d18b3eb53d
commit
2860637ff3
Notes:
sideshowbarker
2024-07-17 23:10:22 +09:00
Author: https://github.com/IdanHo
Commit: 2860637ff3
Pull-request: https://github.com/SerenityOS/serenity/pull/11152
Reviewed-by: https://github.com/awesomekling
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ typedef uint32_t in_addr_t;
|
|||
#define IP_DROP_MEMBERSHIP 5
|
||||
#define IP_MULTICAST_IF 6
|
||||
#define IP_MULTICAST_TTL 7
|
||||
#define IP_BLOCK_SOURCE 8
|
||||
#define IP_UNBLOCK_SOURCE 9
|
||||
#define IP_OPTIONS 10
|
||||
|
||||
#define IPTOS_LOWDELAY 16
|
||||
#define IPTOS_THROUGHPUT 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue