Searched refs:SWAP_BE16 (Results 1 – 2 of 2) sorted by relevance
80 *port = SWAP_BE16(atoi(str)); in lookup_port()113 address.sin_port = SWAP_BE16(TT.port); in netcat_main()138 printf("%d\n", SWAP_BE16(address.sin_port)); in netcat_main()
187 #define SWAP_BE16(x) (x) macro195 #define SWAP_BE16(x) bswap_16(x) macro