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

12345

/external/iptables/include/linux/netfilter/
H A Dnf_conntrack_tuple_common.h15 __be16 all;
18 __be16 port;
21 __be16 port;
24 __be16 id;
27 __be16 port;
30 __be16 port;
33 __be16 key; /* GRE key is 32bit, PPtP only uses 16bit */
H A Dxt_TPROXY.h13 __be16 lport;
20 __be16 lport;
H A Dxt_ipvs.h20 __be16 vport;
23 __be16 vportctl;
H A Dxt_HMARK.h31 __be16 src;
32 __be16 dst;
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dnf_conntrack_tuple_common.h22 __be16 all;
25 __be16 port;
28 __be16 port;
31 __be16 id;
34 __be16 port;
37 __be16 port;
40 __be16 key; /* GRE key is 32bit, PPtP only uses 16bit */
H A Dxt_TPROXY.h15 __be16 lport;
22 __be16 lport;
H A Dxt_ipvs.h22 __be16 vport;
25 __be16 vportctl;
/external/kernel-headers/original/uapi/linux/
H A Dudp.h24 __be16 source;
25 __be16 dest;
26 __be16 len;
H A Defs_fs_sb.h30 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
31 __be16 fs_sectors; /* sectors per track */
32 __be16 fs_heads; /* heads per cylinder */
33 __be16 fs_ncg; /* # of cylinder groups in filesystem */
34 __be16 fs_dirty; /* fs needs to be fsck'd */
H A Datalk.h28 __be16 s_net;
41 __be16 nr_firstnet;
42 __be16 nr_lastnet;
H A Dicmp.h75 __be16 id;
76 __be16 sequence;
80 __be16 __unused;
81 __be16 mtu;
H A Dif_fc.h49 __be16 ethertype; /* ether type field */
H A Digmp.h49 __be16 grec_nsrcs;
58 __be16 resv2;
59 __be16 ngrec;
80 __be16 nsrcs;
H A Dzorro.h80 __be16 er_Manufacturer; /* Unique ID, ASSIGNED BY COMMODORE-AMIGA! */
82 __be16 er_InitDiagVec; /* Offset to optional "DiagArea" structure */
105 __be16 cd_SlotAddr; /* which slot number (PRIVATE) */
106 __be16 cd_SlotSize; /* number of slots (PRIVATE) */
H A Dif_pppox.h42 typedef __be16 sid_t;
123 __be16 tag_type;
124 __be16 tag_len;
151 __be16 sid;
152 __be16 length;
H A Dip6_tunnel.h50 __be16 i_flags;
51 __be16 o_flags;
/external/iptables/include/linux/netfilter_bridge/
H A Debt_802_3.h34 __be16 type;
40 __be16 ctrl;
42 __be16 type;
48 __be16 len;
58 __be16 type;
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_802_3.h35 __be16 type;
41 __be16 ctrl;
43 __be16 type;
49 __be16 len;
59 __be16 type;
H A Debt_arp.h23 __be16 htype;
24 __be16 ptype;
25 __be16 opcode;
H A Debt_vlan.h16 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */
/external/kernel-headers/original/uapi/rdma/
H A Dib_user_sa.h58 __be16 dlid;
59 __be16 slid;
64 __be16 pkey;
/external/kernel-headers/original/uapi/scsi/fc/
H A Dfc_els.h227 __be16 sp_bb_cred; /* buffer-to-buffer credits */
228 __be16 sp_features; /* common feature flags */
229 __be16 sp_bb_data; /* b-b state number and data field sz */
232 __be16 _sp_tot_seq; /* total concurrent sequences */
233 __be16 _sp_rel_off; /* rel. offset by info cat */
280 __be16 cp_class; /* class flags */
281 __be16 cp_init; /* initiator flags */
282 __be16 cp_recip; /* recipient flags */
283 __be16 cp_rdfs; /* receive data field size */
284 __be16 cp_con_se
[all...]
/external/kernel-headers/original/uapi/linux/byteorder/
H A Dbig_endian.h17 #define __constant_htons(x) ((__force __be16)(__u16)(x))
18 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
29 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
30 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
41 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
42 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
84 static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
86 return (__force __be16)*p;
88 static __always_inline __u16 __be16_to_cpup(const __be16 *p)
H A Dlittle_endian.h17 #define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
18 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x))
29 #define __constant_cpu_to_be16(x) ((__force __be16)___constant_swab16((x)))
30 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x))
41 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
42 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
84 static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
86 return (__force __be16)__swab16p(p);
88 static __always_inline __u16 __be16_to_cpup(const __be16 *p)
/external/iproute2/include/uapi/linux/
H A Dip6_tunnel.h48 __be16 i_flags;
49 __be16 o_flags;

Completed in 6697 milliseconds

12345