Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Defs_fs_i.h37 __be16 odev;
42 __be16 di_mode;
44 __be16 di_nlink;
45 __be16 di_uid;
46 __be16 di_gid;
54 __be16 di_numextents;
Defs_fs_sb.h34 __be16 fs_cgisize;
35 __be16 fs_sectors;
36 __be16 fs_heads;
37 __be16 fs_ncg;
39 __be16 fs_dirty;
Dif_pppox.h32 typedef __be16 sid_t;
41 __be16 call_id;
85 __be16 tag_type;
86 __be16 tag_len;
116 __be16 sid;
117 __be16 length;
Dif_tr.h36 __be16 rcf;
37 __be16 rseg[8];
46 __be16 ethertype;
Ddccp.h25 __be16 dccph_sport,
56 __be16 dccph_seq;
67 __be16 dccph_reserved1;
69 __be16 dccph_ack_nr_high;
Dif_arp.h132 __be16 ar_hrd;
134 __be16 ar_pro;
137 __be16 ar_op;
Dicmpv6.h31 __be16 un_data16[2];
35 __be16 identifier;
36 __be16 sequence;
80 __be16 rt_lifetime;
Dip.h99 __be16 tot_len;
100 __be16 id;
101 __be16 frag_off;
Dif_fc.h39 __be16 ethertype;
Dtypes.h27 typedef __u16 __bitwise __be16; typedef
Defs_dir.h36 __be16 magic;
Din6.h26 __be16 u6_addr16[8];
37 __be16 sin6_port;
Dif_tun.h76 __be16 proto;
Dif_fddi.h80 __be16 ethertype;
Dif_ether.h112 __be16 h_proto;
Dif_hippi.h102 __be16 ethertype;
Dipv6.h96 __be16 payload_len;
Dskbuff.h155 __be16 protocol;
Dpkt_cls.h211 __be16 offmask;
/bionic/libc/kernel/common/linux/netfilter_ipv4/
Dip_conntrack_tuple.h29 __be16 port;
44 __be16 key;
79 __be16 key;
/bionic/libc/kernel/common/linux/byteorder/
Dbig_endian.h34 #define __constant_htons(x) ((__force __be16)(__u16)(x))
35 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
49 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
50 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
64 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
65 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
Dlittle_endian.h34 #define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
35 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x))
49 #define __constant_cpu_to_be16(x) ((__force __be16)___constant_swab16((x)))
50 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x))
64 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
65 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))