Searched refs:__be16 (Results 1 - 25 of 42) sorted by relevance

12

/external/iptables/include/net/netfilter/
H A Dnf_conntrack_tuple.h35 __be16 all;
38 __be16 port;
41 __be16 port;
44 __be16 id;
47 __be16 port;
50 __be16 port;
53 __be16 key; /* GRE key is 32bit, PPtP only uses 16bit */
76 __be16 all;
79 __be16 port;
82 __be16 por
[all...]
/external/iptables/include/linux/netfilter/
H A Dxt_TPROXY.h11 __be16 lport;
18 __be16 lport;
H A Dxt_ipvs.h20 __be16 vport;
23 __be16 vportctl;
H A Dxt_conntrack.h42 __be16 origsrc_port, origdst_port;
43 __be16 replsrc_port, repldst_port;
55 __be16 origsrc_port, origdst_port;
56 __be16 replsrc_port, repldst_port;
/external/kernel-headers/original/linux/
H A Defs_fs_i.h31 __be16 odev;
40 __be16 di_mode; /* mode and type of file */
41 __be16 di_nlink; /* number of links to file */
42 __be16 di_uid; /* owner's user id */
43 __be16 di_gid; /* owner's group id */
49 __be16 di_numextents; /* # of extents */
H A Defs_fs_sb.h29 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
30 __be16 fs_sectors; /* sectors per track */
31 __be16 fs_heads; /* heads per cylinder */
32 __be16 fs_ncg; /* # of cylinder groups in filesystem */
33 __be16 fs_dirty; /* fs needs to be fsck'd */
H A Dif_fc.h47 __be16 ethertype; /* ether type field */
H A Defs_dir.h26 __be16 magic;
H A Dif_tr.h22 #include <asm/byteorder.h> /* For __be16 */
41 __be16 rcf; /* route control field */
42 __be16 rseg[8]; /* routing registers */
63 __be16 ethertype; /* ether type field */
H A Dif_pppox.h44 typedef __be16 sid_t;
55 __be16 call_id;
115 __be16 tag_type;
116 __be16 tag_len;
143 __be16 sid;
144 __be16 length;
206 __be16 num;
H A Dif_arp.h138 __be16 ar_hrd; /* format of hardware address */
139 __be16 ar_pro; /* format of protocol address */
142 __be16 ar_op; /* ARP opcode (command) */
H A Dip.h93 __be16 tot_len;
94 __be16 id;
95 __be16 frag_off;
H A Dicmpv6.h16 __be16 un_data16[2];
20 __be16 identifier;
21 __be16 sequence;
59 __be16 rt_lifetime;
H A Dif_vlan.h39 __be16 h_vlan_TCI;
40 __be16 h_vlan_encapsulated_proto;
54 __be16 h_vlan_proto;
55 __be16 h_vlan_TCI;
56 __be16 h_vlan_encapsulated_proto;
/external/kernel-headers/original/linux/byteorder/
H A Dbig_endian.h16 #define __constant_htons(x) ((__force __be16)(__u16)(x))
17 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
28 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
29 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
40 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
41 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
83 static inline __be16 __cpu_to_be16p(const __u16 *p)
85 return (__force __be16)*p;
87 static inline __u16 __be16_to_cpup(const __be16 *p)
H A Dlittle_endian.h16 #define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
17 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x))
28 #define __constant_cpu_to_be16(x) ((__force __be16)___constant_swab16((x)))
29 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x))
40 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
41 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
83 static inline __be16 __cpu_to_be16p(const __u16 *p)
85 return (__force __be16)__swab16p(p);
87 static inline __u16 __be16_to_cpup(const __be16 *p)
H A Dgeneric.h156 extern __u16 ntohs(__be16);
157 extern __be16 htons(__u16);
/external/iproute2/include/linux/
H A Dtypes.h28 typedef __u16 __bitwise __be16; typedef
H A Dif_arp.h138 __be16 ar_hrd; /* format of hardware address */
139 __be16 ar_pro; /* format of protocol address */
142 __be16 ar_op; /* ARP opcode (command) */
H A Dif_tunnel.h33 __be16 i_flags;
34 __be16 o_flags;
H A Dinet_diag.h14 __be16 idiag_sport;
15 __be16 idiag_dport;
H A Dxfrm.h49 __be16 dport;
50 __be16 dport_mask;
51 __be16 sport;
52 __be16 sport_mask;
236 __be16 encap_sport;
237 __be16 encap_dport;
454 __be16 old_sport;
455 __be16 new_sport;
/external/iptables/include/linux/
H A Dtypes.h28 typedef __u16 __bitwise __be16; typedef
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_conntrack_tuple.h23 __be16 port;
35 __be16 key; /* key is 32bit, pptp only uses 16 */
71 __be16 key; /* key is 32bit,
/external/iproute2/include/
H A Diptables_common.h48 #define __be16 u_int16_t macro

Completed in 554 milliseconds

12