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

1234

/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.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/
H A Dudp.h23 __be16 source;
24 __be16 dest;
25 __be16 len;
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 Datalk.h27 __be16 s_net;
40 __be16 nr_firstnet;
41 __be16 nr_lastnet;
H A Dicmp.h74 __be16 id;
75 __be16 sequence;
79 __be16 __unused;
80 __be16 mtu;
H A Digmp.h48 __be16 grec_nsrcs;
56 __be16 csum;
57 __be16 resv2;
58 __be16 ngrec;
65 __be16 csum;
79 __be16 nsrcs;
H A Dif_fc.h48 __be16 ethertype; /* ether type field */
H A Dzorro.h79 __be16 er_Manufacturer; /* Unique ID, ASSIGNED BY COMMODORE-AMIGA! */
81 __be16 er_InitDiagVec; /* Offset to optional "DiagArea" structure */
104 __be16 cd_SlotAddr; /* which slot number (PRIVATE) */
105 __be16 cd_SlotSize; /* number of slots (PRIVATE) */
H A Dif_pppox.h38 typedef __be16 sid_t;
119 __be16 tag_type;
120 __be16 tag_len;
147 __be16 sid;
148 __be16 length;
H A Dip6_tunnel.h45 __be16 i_flags;
46 __be16 o_flags;
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_802_3.h34 __be16 type;
40 __be16 ctrl;
42 __be16 type;
48 __be16 len;
58 __be16 type;
H A Debt_arp.h21 __be16 htype;
22 __be16 ptype;
23 __be16 opcode;
H A Debt_vlan.h15 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */
/external/kernel-headers/original/uapi/rdma/
H A Dib_user_sa.h57 __be16 dlid;
58 __be16 slid;
63 __be16 pkey;
/external/kernel-headers/original/uapi/scsi/fc/
H A Dfc_els.h226 __be16 sp_bb_cred; /* buffer-to-buffer credits */
227 __be16 sp_features; /* common feature flags */
228 __be16 sp_bb_data; /* b-b state number and data field sz */
231 __be16 _sp_tot_seq; /* total concurrent sequences */
232 __be16 _sp_rel_off; /* rel. offset by info cat */
279 __be16 cp_class; /* class flags */
280 __be16 cp_init; /* initiator flags */
281 __be16 cp_recip; /* recipient flags */
282 __be16 cp_rdfs; /* receive data field size */
283 __be16 cp_con_se
[all...]
/external/kernel-headers/original/uapi/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)
/external/iproute2/include/linux/
H A Dip6_tunnel.h45 __be16 i_flags;
46 __be16 o_flags;

Completed in 297 milliseconds

1234