Searched refs:gate (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/netmgr/include/ |
A D | netmgr_ethernet.h | 25 … char gate[16]; /* Router IP address on the target wlan interface: @ref wlanInterfaceTypedef. */ member
|
A D | netmgr_wifi.h | 45 … char gate[16]; /* Router IP address on the target wlan interface: @ref wlanInterfaceTypedef. */ member
|
/AliOS-Things-master/components/netmgr/src/ |
A D | netmgr_ethernet.c | 80 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, ð_stat.dh… in netmgr_eth_get_stat()
|
A D | netmgr_wifi.c | 552 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 D | net_deamon.c | 280 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 D | wifi_port_ref.c | 134 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 D | wifi_port.c | 120 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 D | wifi_port.c | 136 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 D | wifi_dev.h | 385 … char gate[16]; /* Router IP address on the target wlan interface: @ref wlanInterfaceTypedef. */ member
|
/AliOS-Things-master/components/csi/csi2/include/drv/ |
A D | tee.h | 206 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 D | tee.h | 207 int32_t csi_tee_enter_lpm(uint32_t gate, uint32_t irqid, tee_lpm_mode_e mode);
|
Completed in 25 milliseconds