musl - an implementation of the standard library for Linux-based systems
blob: 8d83001027cbb948361ab2b67d2aba0914ff0627 (
plain) (
blame)
1
2
3
4
5
|
#define SO_RCVTIMEO 20
#define SO_SNDTIMEO 21
#define SO_TIMESTAMP 29
#define SO_TIMESTAMPNS 35
#define SO_TIMESTAMPING 37
|