Searched refs:htons (Results 1 – 12 of 12) sorted by relevance
96 #ifndef htons97 #define htons(a) \ macro103 #define ntohs(a) htons((a))
71 UDPBCAddr.sin_port = htons(10000); in airkiss_send_notification()76 UDPBCServerAddr.sin_port = htons(10000); in airkiss_send_notification()
87 server_addr.sin_port = htons(port); in tcpclient()
97 #ifndef htons98 #define htons(a) \ macro104 #define ntohs(a) htons((a))
288 sa4->sin_port = htons((uint16_t)port_nr); in win_getaddrinfo()
251 switch (htons(ethhdr->type)) { in xemacpsif_input()
494 if( ethhdr->type == htons(ETHTYPE_IP) ) in rt_apm32_eth_tx()
557 addr.sin_port = htons(file->port); in file_mode_network_init()
Completed in 41 milliseconds