Home
last modified time | relevance | path

Searched refs:SWAP_BE16 (Results 1 - 4 of 4) sorted by relevance

/third_party/toybox/lib/
H A Dportability.h159 #define SWAP_BE16(x) (x) macro
167 #define SWAP_BE16(x) bswap_16(x) macro
/third_party/toybox/toys/net/
H A Dnetcat.c152 dprintf(1, "%d\n", SWAP_BE16(port_be)); in netcat_main()
H A Dftpget.c205 si6.sin6_port = SWAP_BE16(port); // same field size/offset for v4 and v6 in ftpget_main()
/third_party/toybox/toys/posix/
H A Dtar.c842 if (SWAP_BE16(*(short *)hdr)==0x1f8b) toys.optflags |= FLAG_z; in tar_main()

Completed in 4 milliseconds