Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/easy_wifi_demo/src/
H A Dwifi_starter.c100 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 Dwifi_starter.c106 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 Dwifi_starter.c100 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 Dwifi_connecter.c115 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 Dwifi_starter.c99 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 Dwifi_connecter.c115 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 Dwifi_connecter.c107 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 Dwifi_connecter.c114 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 Dwifi_connecter.c114 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 Dwifi_connecter.c114 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 Dwifi_connecter.c114 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 Dwifi_connecter.c114 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 Dqemu_run.sh43 netmask: 255.255.255.0
/vendor/ohemu/qemu_arm_linux_min/
H A Dqemu_run.sh43 netmask: 255.255.255.0
/vendor/ohemu/qemu_arm64_linux_min/
H A Dqemu_run.sh43 netmask: 255.255.255.0
/vendor/ohemu/qemu_loongarch64_linux_min/
H A Dqemu_run.sh43 netmask: 255.255.255.0
/vendor/ohemu/qemu_x86_64_linux_min/
H A Dqemu_run.sh43 netmask: 255.255.255.0

Completed in 6 milliseconds