Searched refs:SWAP_BE16 (Results 1 – 2 of 2) sorted by relevance
90 *port = SWAP_BE16(atoi(str)); in lookup_port()121 address.sin_port = SWAP_BE16(TT.port); in netcat_main()146 printf("%d\n", SWAP_BE16(address.sin_port)); in netcat_main()
195 #define SWAP_BE16(x) (x) macro203 #define SWAP_BE16(x) bswap_16(x) macro