Searched defs:host (Results 1 - 13 of 13) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/lwip_demo/ |
H A D | demo_entry_posix.c | 26 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; /* 2,2 */ in main() local
|
H A D | lwip_tcp_client.c | 23 void TcpClientTest(const char* host, unsigned short port) in TcpClientTest() argument 60 void NetDemoTest(unsigned short port, const char* host) in NetDemoTest() argument
|
H A D | lwip_tcp_server.c | 88 void NetDemoTest(unsigned short port, const char* host) in NetDemoTest() argument
|
/vendor/hisilicon/hispark_pegasus/demo/tcpclient_demo/ |
H A D | demo_entry_posix.c | 26 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; in main() local
|
H A D | net_demo.h | 32 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() argument 43 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() argument
|
/vendor/hisilicon/hispark_pegasus/demo/tcpserver_demo/ |
H A D | demo_entry_posix.c | 24 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; in main() local
|
H A D | net_demo.h | 31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() argument 42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() argument
|
/vendor/hisilicon/hispark_pegasus/demo/udpclient_demo/ |
H A D | demo_entry_posix.c | 23 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; in main() local
|
H A D | net_demo.h | 31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() argument 42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() argument
|
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/ |
H A D | demo_entry_posix.c | 24 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; in main() local
|
H A D | net_demo.h | 31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() argument 42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() argument
|
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/ |
H A D | net_demo.h | 31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() argument 42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() argument
|
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/ |
H A D | net_demo.h | 30 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() argument 41 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() argument
|
Completed in 3 milliseconds