Searched refs:___bpf_swab16 (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ | ||
H A D | bpf_endian.h | 15 #define ___bpf_swab16(x) ((__u16)( \ macro 53 # define __bpf_constant_ntohs(x) ___bpf_swab16(x) 54 # define __bpf_constant_htons(x) ___bpf_swab16(x) |
Completed in 1 milliseconds