1a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/****************************************************************************
2a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
3a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
4a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   This header was automatically generated from a Linux kernel header
5a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   of the same name, to make information necessary for userspace to
6a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   call into the kernel available to libc.  It contains only constants,
7a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   structures, and macros generated from the original header, and thus,
8a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   contains no copyrightable information.
9a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
10a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   To edit the content of this header, modify the corresponding
11a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   source file (e.g. under external/kernel-headers/original/) then
12a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   run bionic/libc/kernel/tools/update_all.py
13a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
14a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   Any manual change here will be lost the next time this script will
15a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   be run. You've been warned!
16a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
17a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
18a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************/
19655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#ifndef _UAPI_LINUX_UDP_H
20655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define _UAPI_LINUX_UDP_H
21655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#include <linux/types.h>
22f8a2243ebeb3ce60e412cd7b71b31c7b31313d58Elliott Hughesstruct __kernel_udphdr {
23d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __be16 source;
24d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __be16 dest;
25d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __be16 len;
26d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __sum16 check;
27655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng};
28655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define UDP_CORK 1
29655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define UDP_ENCAP 100
30ba8d4f460b51161eb82cf1006cb34a3cc1389f47Christopher Ferris#define UDP_NO_CHECK6_TX 101
31ba8d4f460b51161eb82cf1006cb34a3cc1389f47Christopher Ferris#define UDP_NO_CHECK6_RX 102
32ba8d4f460b51161eb82cf1006cb34a3cc1389f47Christopher Ferris#define UDP_ENCAP_ESPINUDP_NON_IKE 1
33655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define UDP_ENCAP_ESPINUDP 2
34655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define UDP_ENCAP_L2TPINUDP 3
35106b3a8a7dc03c19a45e322de425ac56aafac358Christopher Ferris#define UDP_ENCAP_GTP0 4
36106b3a8a7dc03c19a45e322de425ac56aafac358Christopher Ferris#define UDP_ENCAP_GTP1U 5
37a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich#endif
38