Lines Matching defs:x
23 # define __bpf_ntohs(x) __builtin_bswap16(x) argument
24 # define __bpf_htons(x) __builtin_bswap16(x) argument
25 # define __bpf_constant_ntohs(x) ___constant_swab16(x) argument
26 # define __bpf_constant_htons(x) ___constant_swab16(x) argument
27 # define __bpf_ntohl(x) __builtin_bswap32(x) argument
28 # define __bpf_htonl(x) __builtin_bswap32(x) argument
29 # define __bpf_constant_ntohl(x) ___constant_swab32(x) argument
30 # define __bpf_constant_htonl(x) ___constant_swab32(x) argument
32 # define __bpf_ntohs(x) (x) argument
33 # define __bpf_htons(x) (x) argument
34 # define __bpf_constant_ntohs(x) (x) argument
35 # define __bpf_constant_htons(x) (x) argument
36 # define __bpf_ntohl(x) (x) argument
37 # define __bpf_htonl(x) (x) argument
38 # define __bpf_constant_ntohl(x) (x) argument
39 # define __bpf_constant_htonl(x) (x) argument
44 #define bpf_htons(x) \ argument
47 #define bpf_ntohs(x) \ argument
50 #define bpf_htonl(x) \ argument
53 #define bpf_ntohl(x) \ argument