diff options
author | Szabolcs Nagy <nsz@port70.net> | 2019-03-06 22:03:42 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-03-13 12:30:21 -0400 |
commit | 3e52f99308d51fbd4da268fc8b95edc35081d1f5 (patch) | |
tree | 646ad3dc51b7ef05f7217f201f47de54e72a62a7 /include | |
parent | b47723ab3b61d7840b08c56375e35546f7b4a8a9 (diff) | |
download | musl-3e52f99308d51fbd4da268fc8b95edc35081d1f5.tar.gz musl-3e52f99308d51fbd4da268fc8b95edc35081d1f5.tar.bz2 musl-3e52f99308d51fbd4da268fc8b95edc35081d1f5.tar.xz musl-3e52f99308d51fbd4da268fc8b95edc35081d1f5.zip |
netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19
used for optimizing the rxrpc protocol
added in linux commit 5271953cad31b97dea80f848c16e96ad66401199
Diffstat (limited to 'include')
-rw-r--r-- | include/netinet/udp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netinet/udp.h b/include/netinet/udp.h index 993c3478..5ea37b0b 100644 --- a/include/netinet/udp.h +++ b/include/netinet/udp.h @@ -33,6 +33,7 @@ struct udphdr { #define UDP_ENCAP_L2TPINUDP 3 #define UDP_ENCAP_GTP0 4 #define UDP_ENCAP_GTP1U 5 +#define UDP_ENCAP_RXRPC 6 #define SOL_UDP 17 |