1 /**************************************************************************** 2 **************************************************************************** 3 *** 4 *** This header was automatically generated from a Linux kernel header 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 7 *** structures, and macros generated from the original header, and thus, 8 *** contains no copyrightable information. 9 *** 10 *** To edit the content of this header, modify the corresponding 11 *** source file (e.g. under external/kernel-headers/original/) then 12 *** run bionic/libc/kernel/tools/update_all.py 13 *** 14 *** Any manual change here will be lost the next time this script will 15 *** be run. You've been warned! 16 *** 17 **************************************************************************** 18 ****************************************************************************/ 19 #ifndef _UAPI_LINUX_IN_H 20 #define _UAPI_LINUX_IN_H 21 #include <bits/ip_msfilter.h> 22 #include <bits/ip_mreq_source.h> 23 #include <bits/in_addr.h> 24 #include <linux/types.h> 25 #include <linux/libc-compat.h> 26 #include <linux/socket.h> 27 #if __UAPI_DEF_IN_IPPROTO 28 enum { 29 IPPROTO_IP = 0, 30 #define IPPROTO_IP IPPROTO_IP 31 IPPROTO_ICMP = 1, 32 #define IPPROTO_ICMP IPPROTO_ICMP 33 IPPROTO_IGMP = 2, 34 #define IPPROTO_IGMP IPPROTO_IGMP 35 IPPROTO_IPIP = 4, 36 #define IPPROTO_IPIP IPPROTO_IPIP 37 IPPROTO_TCP = 6, 38 #define IPPROTO_TCP IPPROTO_TCP 39 IPPROTO_EGP = 8, 40 #define IPPROTO_EGP IPPROTO_EGP 41 IPPROTO_PUP = 12, 42 #define IPPROTO_PUP IPPROTO_PUP 43 IPPROTO_UDP = 17, 44 #define IPPROTO_UDP IPPROTO_UDP 45 IPPROTO_IDP = 22, 46 #define IPPROTO_IDP IPPROTO_IDP 47 IPPROTO_TP = 29, 48 #define IPPROTO_TP IPPROTO_TP 49 IPPROTO_DCCP = 33, 50 #define IPPROTO_DCCP IPPROTO_DCCP 51 IPPROTO_IPV6 = 41, 52 #define IPPROTO_IPV6 IPPROTO_IPV6 53 IPPROTO_RSVP = 46, 54 #define IPPROTO_RSVP IPPROTO_RSVP 55 IPPROTO_GRE = 47, 56 #define IPPROTO_GRE IPPROTO_GRE 57 IPPROTO_ESP = 50, 58 #define IPPROTO_ESP IPPROTO_ESP 59 IPPROTO_AH = 51, 60 #define IPPROTO_AH IPPROTO_AH 61 IPPROTO_MTP = 92, 62 #define IPPROTO_MTP IPPROTO_MTP 63 IPPROTO_BEETPH = 94, 64 #define IPPROTO_BEETPH IPPROTO_BEETPH 65 IPPROTO_ENCAP = 98, 66 #define IPPROTO_ENCAP IPPROTO_ENCAP 67 IPPROTO_PIM = 103, 68 #define IPPROTO_PIM IPPROTO_PIM 69 IPPROTO_COMP = 108, 70 #define IPPROTO_COMP IPPROTO_COMP 71 IPPROTO_SCTP = 132, 72 #define IPPROTO_SCTP IPPROTO_SCTP 73 IPPROTO_UDPLITE = 136, 74 #define IPPROTO_UDPLITE IPPROTO_UDPLITE 75 IPPROTO_MPLS = 137, 76 #define IPPROTO_MPLS IPPROTO_MPLS 77 IPPROTO_ETHERNET = 143, 78 #define IPPROTO_ETHERNET IPPROTO_ETHERNET 79 IPPROTO_RAW = 255, 80 #define IPPROTO_RAW IPPROTO_RAW 81 IPPROTO_MPTCP = 262, 82 #define IPPROTO_MPTCP IPPROTO_MPTCP 83 IPPROTO_MAX 84 }; 85 #endif 86 #if __UAPI_DEF_IN_ADDR 87 #endif 88 #define IP_TOS 1 89 #define IP_TTL 2 90 #define IP_HDRINCL 3 91 #define IP_OPTIONS 4 92 #define IP_ROUTER_ALERT 5 93 #define IP_RECVOPTS 6 94 #define IP_RETOPTS 7 95 #define IP_PKTINFO 8 96 #define IP_PKTOPTIONS 9 97 #define IP_MTU_DISCOVER 10 98 #define IP_RECVERR 11 99 #define IP_RECVTTL 12 100 #define IP_RECVTOS 13 101 #define IP_MTU 14 102 #define IP_FREEBIND 15 103 #define IP_IPSEC_POLICY 16 104 #define IP_XFRM_POLICY 17 105 #define IP_PASSSEC 18 106 #define IP_TRANSPARENT 19 107 #define IP_RECVRETOPTS IP_RETOPTS 108 #define IP_ORIGDSTADDR 20 109 #define IP_RECVORIGDSTADDR IP_ORIGDSTADDR 110 #define IP_MINTTL 21 111 #define IP_NODEFRAG 22 112 #define IP_CHECKSUM 23 113 #define IP_BIND_ADDRESS_NO_PORT 24 114 #define IP_RECVFRAGSIZE 25 115 #define IP_RECVERR_RFC4884 26 116 #define IP_PMTUDISC_DONT 0 117 #define IP_PMTUDISC_WANT 1 118 #define IP_PMTUDISC_DO 2 119 #define IP_PMTUDISC_PROBE 3 120 #define IP_PMTUDISC_INTERFACE 4 121 #define IP_PMTUDISC_OMIT 5 122 #define IP_MULTICAST_IF 32 123 #define IP_MULTICAST_TTL 33 124 #define IP_MULTICAST_LOOP 34 125 #define IP_ADD_MEMBERSHIP 35 126 #define IP_DROP_MEMBERSHIP 36 127 #define IP_UNBLOCK_SOURCE 37 128 #define IP_BLOCK_SOURCE 38 129 #define IP_ADD_SOURCE_MEMBERSHIP 39 130 #define IP_DROP_SOURCE_MEMBERSHIP 40 131 #define IP_MSFILTER 41 132 #define MCAST_JOIN_GROUP 42 133 #define MCAST_BLOCK_SOURCE 43 134 #define MCAST_UNBLOCK_SOURCE 44 135 #define MCAST_LEAVE_GROUP 45 136 #define MCAST_JOIN_SOURCE_GROUP 46 137 #define MCAST_LEAVE_SOURCE_GROUP 47 138 #define MCAST_MSFILTER 48 139 #define IP_MULTICAST_ALL 49 140 #define IP_UNICAST_IF 50 141 #define MCAST_EXCLUDE 0 142 #define MCAST_INCLUDE 1 143 #define IP_DEFAULT_MULTICAST_TTL 1 144 #define IP_DEFAULT_MULTICAST_LOOP 1 145 #if __UAPI_DEF_IP_MREQ 146 struct ip_mreq { 147 struct in_addr imr_multiaddr; 148 struct in_addr imr_interface; 149 }; 150 struct ip_mreqn { 151 struct in_addr imr_multiaddr; 152 struct in_addr imr_address; 153 int imr_ifindex; 154 }; 155 #define IP_MSFILTER_SIZE(numsrc) (sizeof(struct ip_msfilter) - sizeof(__u32) + (numsrc) * sizeof(__u32)) 156 struct group_req { 157 __u32 gr_interface; 158 struct sockaddr_storage gr_group; 159 }; 160 struct group_source_req { 161 __u32 gsr_interface; 162 struct sockaddr_storage gsr_group; 163 struct sockaddr_storage gsr_source; 164 }; 165 struct group_filter { 166 __u32 gf_interface; 167 struct sockaddr_storage gf_group; 168 __u32 gf_fmode; 169 __u32 gf_numsrc; 170 struct sockaddr_storage gf_slist[1]; 171 }; 172 #define GROUP_FILTER_SIZE(numsrc) (sizeof(struct group_filter) - sizeof(struct sockaddr_storage) + (numsrc) * sizeof(struct sockaddr_storage)) 173 #endif 174 #if __UAPI_DEF_IN_PKTINFO 175 struct in_pktinfo { 176 int ipi_ifindex; 177 struct in_addr ipi_spec_dst; 178 struct in_addr ipi_addr; 179 }; 180 #endif 181 #if __UAPI_DEF_SOCKADDR_IN 182 #define __SOCK_SIZE__ 16 183 struct sockaddr_in { 184 __kernel_sa_family_t sin_family; 185 __be16 sin_port; 186 struct in_addr sin_addr; 187 unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) - sizeof(unsigned short int) - sizeof(struct in_addr)]; 188 }; 189 #define sin_zero __pad 190 #endif 191 #if __UAPI_DEF_IN_CLASS 192 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) 193 #define IN_CLASSA_NET 0xff000000 194 #define IN_CLASSA_NSHIFT 24 195 #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET) 196 #define IN_CLASSA_MAX 128 197 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) 198 #define IN_CLASSB_NET 0xffff0000 199 #define IN_CLASSB_NSHIFT 16 200 #define IN_CLASSB_HOST (0xffffffff & ~IN_CLASSB_NET) 201 #define IN_CLASSB_MAX 65536 202 #define IN_CLASSC(a) ((((long int) (a)) & 0xe0000000) == 0xc0000000) 203 #define IN_CLASSC_NET 0xffffff00 204 #define IN_CLASSC_NSHIFT 8 205 #define IN_CLASSC_HOST (0xffffffff & ~IN_CLASSC_NET) 206 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) 207 #define IN_MULTICAST(a) IN_CLASSD(a) 208 #define IN_MULTICAST_NET 0xe0000000 209 #define IN_BADCLASS(a) (((long int) (a)) == (long int) 0xffffffff) 210 #define IN_EXPERIMENTAL(a) IN_BADCLASS((a)) 211 #define IN_CLASSE(a) ((((long int) (a)) & 0xf0000000) == 0xf0000000) 212 #define IN_CLASSE_NET 0xffffffff 213 #define IN_CLASSE_NSHIFT 0 214 #define INADDR_ANY ((unsigned long int) 0x00000000) 215 #define INADDR_BROADCAST ((unsigned long int) 0xffffffff) 216 #define INADDR_NONE ((unsigned long int) 0xffffffff) 217 #define IN_LOOPBACKNET 127 218 #define INADDR_LOOPBACK 0x7f000001 219 #define IN_LOOPBACK(a) ((((long int) (a)) & 0xff000000) == 0x7f000000) 220 #define INADDR_UNSPEC_GROUP 0xe0000000U 221 #define INADDR_ALLHOSTS_GROUP 0xe0000001U 222 #define INADDR_ALLRTRS_GROUP 0xe0000002U 223 #define INADDR_ALLSNOOPERS_GROUP 0xe000006aU 224 #define INADDR_MAX_LOCAL_GROUP 0xe00000ffU 225 #endif 226 #include <asm/byteorder.h> 227 #endif 228