Searched refs:be16 (Results 1 – 15 of 15) sorted by relevance
43 be16 tlv_type;44 be16 length;48 be16 tlv_type;49 be16 length;51 be16 nak_type;55 be16 tlv_type;56 be16 length;57 be16 status;62 be16 tlv_type;63 be16 length;[all …]
45 be16 type;46 be16 len;50 be16 tlv_type;51 be16 length;56 be16 tlv_type;57 be16 length;58 be16 status;63 be16 tlv_type;64 be16 length;66 be16 nak_type;[all …]
44 be16 type;45 be16 len;
21 be16 length; /* including code and identifier; network byte order */
40 be16 group_num;
48 be16 secs;49 be16 flags;67 be16 secs;68 be16 flags;
21 be16 length;28 be16 ethertype;
345 be16 mui;346 be16 error_type;
56 be16 identifier;57 be16 length;79 be16 seq_num;87 be16 len; /* 6 */
20 static be16 ip_checksum(const void *buf, size_t len) in ip_checksum()
35 be16 h_proto;
177 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))178 #define host_to_be16(n) ((__force be16) bswap_16((n)))465 typedef u16 __bitwise be16; typedef
41 be16 port;
21 be16 length; /* including this header */
1030 …def BE16 : BSWAP<BPF_ALU, 16, "be16", BPF_TO_BE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))…