mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-09 06:44:22 +03:00
add IP_CHECKSUM socket option to netinet/in.h
new in linux v4.0, commit ad6f939ab193750cc94a265f58e007fb598c97b7
This commit is contained in:
parent
87c62d06e4
commit
1bfeb1dcd0
@ -199,6 +199,7 @@ uint16_t ntohs(uint16_t);
|
||||
#define IP_RECVORIGDSTADDR IP_ORIGDSTADDR
|
||||
#define IP_MINTTL 21
|
||||
#define IP_NODEFRAG 22
|
||||
#define IP_CHECKSUM 23
|
||||
#define IP_MULTICAST_IF 32
|
||||
#define IP_MULTICAST_TTL 33
|
||||
#define IP_MULTICAST_LOOP 34
|
||||
|
Loading…
x
Reference in New Issue
Block a user