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:
Idan Horowitz 2021-12-02 01:05:56 +02:00 committed by Andreas Kling
parent d18b3eb53d
commit 2860637ff3
Notes: sideshowbarker 2024-07-17 23:10:22 +09:00

View file

@ -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