HomeSort by relevance Sort by last modified time
    Searched refs:SWAP_BE16 (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/other/
netcat.c 90 *port = SWAP_BE16(atoi(str));
121 address.sin_port = SWAP_BE16(TT.port);
146 printf("%d\n", SWAP_BE16(address.sin_port));
  /external/toybox/lib/
portability.h 195 #define SWAP_BE16(x) (x)
203 #define SWAP_BE16(x) bswap_16(x)

Completed in 94 milliseconds