Searched defs:bpf_htons (Results 1 – 2 of 2) sorted by relevance
61 #define bpf_htons(x) __builtin_bswap16(x) macro65 #define bpf_htons(x) (x) macro
80 #define bpf_htons(x) \ macro