Home
last modified time | relevance | path

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

12

/external/iptables/include/net/netfilter/
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 port;
[all …]
/external/kernel-headers/original/linux/
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 */
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 */
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;
Dif_tr.h41 __be16 rcf; /* route control field */
42 __be16 rseg[8]; /* routing registers */
63 __be16 ethertype; /* ether type field */
Dicmpv6.h16 __be16 un_data16[2];
20 __be16 identifier;
21 __be16 sequence;
59 __be16 rt_lifetime;
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) */
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;
Dip.h93 __be16 tot_len;
94 __be16 id;
95 __be16 frag_off;
Ddccp.h21 __be16 dccph_sport,
46 __be16 dccph_seq;
74 __be16 dccph_reserved1;
75 __be16 dccph_ack_nr_high;
Din6.h33 __be16 u6_addr16[8];
60 __be16 sin6_port; /* Transport layer port # */
Dif_fc.h47 __be16 ethertype; /* ether type field */
/external/kernel-headers/original/linux/byteorder/
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) in __cpu_to_be16p()
85 return (__force __be16)__swab16p(p); in __cpu_to_be16p()
87 static inline __u16 __be16_to_cpup(const __be16 *p) in __be16_to_cpup()
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) in __cpu_to_be16p()
85 return (__force __be16)*p; in __cpu_to_be16p()
87 static inline __u16 __be16_to_cpup(const __be16 *p) in __be16_to_cpup()
Dgeneric.h156 extern __u16 ntohs(__be16);
157 extern __be16 htons(__u16);
/external/iptables/include/linux/netfilter/
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;
Dxt_TPROXY.h11 __be16 lport;
18 __be16 lport;
Dxt_ipvs.h20 __be16 vport;
23 __be16 vportctl;
/external/iproute2/include/linux/
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;
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) */
Dif_tunnel.h33 __be16 i_flags;
34 __be16 o_flags;
Dinet_diag.h14 __be16 idiag_sport;
15 __be16 idiag_dport;
Dtypes.h28 typedef __u16 __bitwise __be16; typedef
/external/kernel-headers/original/linux/netfilter_ipv4/
Dip_conntrack_tuple.h23 __be16 port;
35 __be16 key; /* key is 32bit, pptp only uses 16 */
71 __be16 key; /* key is 32bit,
/external/iptables/include/linux/
Dtypes.h28 typedef __u16 __bitwise __be16; typedef

12