OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__constant_ntohs
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h
32
#define
__constant_ntohs
(x) ((__force __u16) (__be16) (x))
macro
little_endian.h
32
#define
__constant_ntohs
(x) ___constant_swab16((__force __be16) (x))
macro
/external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h
18
#define
__constant_ntohs
(x) ((__force __u16)(__be16)(x))
macro
little_endian.h
18
#define
__constant_ntohs
(x) ___constant_swab16((__force __be16)(x))
macro
/external/u-boot/include/linux/byteorder/
big_endian.h
19
#define
__constant_ntohs
(x) ((__force __u16)(__be16)(x))
macro
little_endian.h
19
#define
__constant_ntohs
(x) ___constant_swab16((__force __be16)(x))
macro
/external/iproute2/include/
bpf_api.h
48
# define ntohs(X)
__constant_ntohs
((X))
Completed in 82 milliseconds