Searched refs:ntohs (Results 1 - 4 of 4) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/ |
H A D | udp_server_test.c | 56 printf("peer info: ipaddr = %s, port = %d\r\n", inet_ntoa(clientAddr.sin_addr), ntohs(clientAddr.sin_port));
|
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/ |
H A D | udp_server_test.c | 54 printf("peer info: ipaddr = %s, port = %d\r\n", inet_ntoa(clientAddr.sin_addr), ntohs(clientAddr.sin_port));
|
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/ |
H A D | udp_server_test.c | 51 printf("peer info: ipaddr = %s, port = %d\r\n", inet_ntoa(clientAddr.sin_addr), ntohs(clientAddr.sin_port));
|
/vendor/hisilicon/hispark_pegasus/demo/lwip_demo/ |
H A D | lwip_tcp_server.c | 64 printf("client addr info: host = %s, port = %d\r\n", inet_ntoa(clientAddr.sin_addr), ntohs(clientAddr.sin_port)); in TcpServerTest()
|
Completed in 2 milliseconds