/vendor/hisilicon/hispark_pegasus/demo/easy_wifi_demo/src/ |
H A D | wifi_starter.c | 100 ip4_addr_t netmask; in StartHotspot() local 104 IP4_ADDR(&netmask, 255, 255, 255, 0); /* input your netmask for example: 255.255.255.0 */ in StartHotspot() 105 err_t ret = netifapi_netif_set_addr(g_iface, &ipaddr, &netmask, &gateway); in StartHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/ |
H A D | wifi_starter.c | 106 ip4_addr_t netmask; in StartHotspot() local 110 IP4_ADDR(&netmask, 255, 255, 255, 0); /* input your netmask for example: 255.255.255.0 */ in StartHotspot() 111 err_t ret = netifapi_netif_set_addr(g_iface, &ipaddr, &netmask, &gateway); in StartHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/ |
H A D | wifi_starter.c | 100 ip4_addr_t netmask; in StartHotspot() local 104 IP4_ADDR(&netmask, 255, 255, 255, 0); /* input your netmask for example: 255.255.255.0 */ in StartHotspot() 105 err_t ret = netifapi_netif_set_addr(g_iface, &ipaddr, &netmask, &gateway); in StartHotspot()
|
H A D | wifi_connecter.c | 115 ip4_addr_t netmask = {0}; in ConnectToHotspot() local 117 ret = netifapi_netif_get_addr(g_iface, &ip, &netmask, &gw); in ConnectToHotspot() 120 printf("netmask = %s\r\n", ip4addr_ntoa(&netmask)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/ |
H A D | wifi_starter.c | 99 ip4_addr_t netmask; in StartHotspot() local 103 IP4_ADDR(&netmask, 255, 255, 255, 0); /* input your netmask for example: 255.255.255.0 */ in StartHotspot() 104 err_t ret = netifapi_netif_set_addr(g_iface, &ipaddr, &netmask, &gateway); in StartHotspot()
|
H A D | wifi_connecter.c | 115 ip4_addr_t netmask = {0}; in ConnectToHotspot() local 117 ret = netifapi_netif_get_addr(g_iface, &ip, &netmask, &gw); in ConnectToHotspot() 120 printf("netmask = %s\r\n", ip4addr_ntoa(&netmask)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | wifi_connecter.c | 107 ip4_addr_t netmask = {0}; in ConnectToHotspot() local 109 ret = netifapi_netif_get_addr(g_iface, &ip, &netmask, &gw); in ConnectToHotspot() 112 printf("netmask = %s\r\n", ip4addr_ntoa(&netmask)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/test/ |
H A D | wifi_connecter.c | 114 ip4_addr_t netmask = {0}; in ConnectToHotspot() local 116 ret = netifapi_netif_get_addr(g_iface, &ip, &netmask, &gw); in ConnectToHotspot() 119 printf("netmask = %s\r\n", ip4addr_ntoa(&netmask)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/tcpclient_demo/ |
H A D | wifi_connecter.c | 114 ip4_addr_t netmask = {0}; in ConnectToHotspot() local 116 ret = netifapi_netif_get_addr(g_iface, &ip, &netmask, &gw); in ConnectToHotspot() 119 printf("netmask = %s\r\n", ip4addr_ntoa(&netmask)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/tcpserver_demo/ |
H A D | wifi_connecter.c | 114 ip4_addr_t netmask = {0}; in ConnectToHotspot() local 116 ret = netifapi_netif_get_addr(g_iface, &ip, &netmask, &gw); in ConnectToHotspot() 119 printf("netmask = %s\r\n", ip4addr_ntoa(&netmask)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/udpclient_demo/ |
H A D | wifi_connecter.c | 114 ip4_addr_t netmask = {0}; in ConnectToHotspot() local 116 ret = netifapi_netif_get_addr(g_iface, &ip, &netmask, &gw); in ConnectToHotspot() 119 printf("netmask = %s\r\n", ip4addr_ntoa(&netmask)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/ |
H A D | wifi_connecter.c | 114 ip4_addr_t netmask = {0}; in ConnectToHotspot() local 116 ret = netifapi_netif_get_addr(g_iface, &ip, &netmask, &gw); in ConnectToHotspot() 119 printf("netmask = %s\r\n", ip4addr_ntoa(&netmask)); in ConnectToHotspot()
|
/vendor/ohemu/qemu_arm_linux_headless/ |
H A D | qemu_run.sh | 43 netmask: 255.255.255.0
|
/vendor/ohemu/qemu_arm_linux_min/ |
H A D | qemu_run.sh | 43 netmask: 255.255.255.0
|
/vendor/ohemu/qemu_arm64_linux_min/ |
H A D | qemu_run.sh | 43 netmask: 255.255.255.0
|
/vendor/ohemu/qemu_loongarch64_linux_min/ |
H A D | qemu_run.sh | 43 netmask: 255.255.255.0
|
/vendor/ohemu/qemu_x86_64_linux_min/ |
H A D | qemu_run.sh | 43 netmask: 255.255.255.0
|