Home
last modified time | relevance | path

Searched refs:gate (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/netmgr/include/
A Dnetmgr_ethernet.h25 … char gate[16]; /* Router IP address on the target wlan interface: @ref wlanInterfaceTypedef. */ member
A Dnetmgr_wifi.h45 … char gate[16]; /* Router IP address on the target wlan interface: @ref wlanInterfaceTypedef. */ member
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_ethernet.c80 snprintf(in.gate, sizeof(in.gate), "%hhu.%hhu.%hhu.%hhu", in tcpip_dhcpc_cb()
173 snprintf(in.gate, sizeof(in.gate), "%hhu.%hhu.%hhu.%hhu", in eth_obtaining_ip()
488 …ret = netmgr_eth_get_ip_stat(eth_stat.ip, eth_stat.mask, eth_stat.gate, eth_stat.dns, &eth_stat.dh… in netmgr_eth_get_stat()
A Dnetmgr_wifi.c552 snprintf(in.gate, sizeof(in.gate), "%hhu.%hhu.%hhu.%hhu", in tcpip_dhcpc_cb()
793 snprintf(in.gate, sizeof(in.gate), "%hhu.%hhu.%hhu.%hhu", in wifi_obtaining_ip()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/ping/
A Dnet_deamon.c280 gw_addr->addr = ipaddr_addr(ip_stat.gate); in start_net_deamon()
303 gw_addr->addr = ipaddr_addr(ip_stat.gate); in get_gw_addr()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port_ref.c134 snprintf(wifi_status.network.ip_stat.gate, in on_wifi_connect()
135 sizeof(wifi_status.network.ip_stat.gate), in on_wifi_connect()
357 printf("set gw: %s\n", in_net_para->gate); in haas1000_wifi_notify_ip_state2drv()
360 inet_aton(in_net_para->gate, &ip.gw); in haas1000_wifi_notify_ip_state2drv()
A Dwifi_port.c120 printf("set gw: %s\n", out_net_para->gate); in haas200_wifi_notify_ip_state2drv()
123 inet_aton(out_net_para->gate, &gw); in haas200_wifi_notify_ip_state2drv()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dwifi_port.c136 snprintf(wifi_status.network.ip_stat.gate, in on_wifi_connect()
137 sizeof(wifi_status.network.ip_stat.gate), in on_wifi_connect()
405 printf("set gw: %s\n", in_net_para->gate); in haas1000_wifi_notify_ip_state2drv()
408 inet_aton(in_net_para->gate, &ip.gw); in haas1000_wifi_notify_ip_state2drv()
/AliOS-Things-master/components/drivers/peripheral/wifi/include/vfsdev/
A Dwifi_dev.h385 … char gate[16]; /* Router IP address on the target wlan interface: @ref wlanInterfaceTypedef. */ member
/AliOS-Things-master/components/csi/csi2/include/drv/
A Dtee.h206 int32_t csi_tee_enter_lpm(uint32_t gate, uint32_t irqid, tee_lpm_mode_e mode);
/AliOS-Things-master/components/csi/csi1/include/drv/
A Dtee.h207 int32_t csi_tee_enter_lpm(uint32_t gate, uint32_t irqid, tee_lpm_mode_e mode);

Completed in 26 milliseconds