mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +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
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