Home
last modified time | relevance | path

Searched refs:PARAM_SERVER_PORT (Results 1 - 17 of 17) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/
H A Dnet_params.h23 #ifndef PARAM_SERVER_PORT
24 #define PARAM_SERVER_PORT 5054 macro
H A Ddemo_entry_cmsis.c99 NetDemoTest(PARAM_SERVER_PORT, PARAM_SERVER_ADDR); in NetDemoTask()
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/
H A Dnet_params.h23 #ifndef PARAM_SERVER_PORT
24 #define PARAM_SERVER_PORT 5054 macro
H A Ddemo_entry_cmsis.c99 NetDemoTest(PARAM_SERVER_PORT, PARAM_SERVER_ADDR); in NetDemoTask()
/vendor/hisilicon/hispark_pegasus/demo/lwip_demo/
H A Dnet_params.h35 #ifndef PARAM_SERVER_PORT
36 #define PARAM_SERVER_PORT 5678 macro
H A Ddemo_entry_posix.c25 short port = argc > 1 ? atoi(argv[1]) : PARAM_SERVER_PORT; /* 1 */ in main()
H A Ddemo_entry_cmsis.c37 NetDemoTest(PARAM_SERVER_PORT, PARAM_SERVER_ADDR); in NetDemoTask()
/vendor/hisilicon/hispark_pegasus/demo/tcpclient_demo/
H A Dnet_params.h36 #ifndef PARAM_SERVER_PORT
37 #define PARAM_SERVER_PORT 5678 macro
H A Ddemo_entry_posix.c25 short port = argc > 1 ? atoi(argv[1]) : PARAM_SERVER_PORT; in main()
/vendor/hisilicon/hispark_pegasus/demo/tcpserver_demo/
H A Dnet_params.h35 #ifndef PARAM_SERVER_PORT
36 #define PARAM_SERVER_PORT 5678 macro
H A Ddemo_entry_posix.c23 short port = argc > 1 ? atoi(argv[1]) : PARAM_SERVER_PORT; in main()
/vendor/hisilicon/hispark_pegasus/demo/udpclient_demo/
H A Dnet_params.h35 #ifndef PARAM_SERVER_PORT
36 #define PARAM_SERVER_PORT 5678 macro
H A Ddemo_entry_posix.c22 short port = argc > 1 ? atoi(argv[1]) : PARAM_SERVER_PORT; in main()
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/
H A Dnet_params.h35 #ifndef PARAM_SERVER_PORT
36 #define PARAM_SERVER_PORT 5678 macro
H A Ddemo_entry_posix.c23 short port = argc > 1 ? atoi(argv[1]) : PARAM_SERVER_PORT; in main()
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/play/
H A Dnet_params.h25 #define PARAM_SERVER_PORT 5678 macro
H A Dstream_player.c45 static int g_serverPort = PARAM_SERVER_PORT;

Completed in 5 milliseconds