Home
last modified time | relevance | path

Searched refs:IP4_ADDR (Results 1 - 11 of 11) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dwifi_softap.c38 IP4_ADDR(&st_ipaddr, 0, 0, 0, 0); in hi_softap_reset_addr()
39 IP4_ADDR(&st_gw, 0, 0, 0, 0); in hi_softap_reset_addr()
40 IP4_ADDR(&st_netmask, 0, 0, 0, 0); in hi_softap_reset_addr()
85 IP4_ADDR(&st_gw, 0, 0, 0, 0); /* input your IP for example: 192.168.1.1 */ in hi_wifi_start_softap()
86 IP4_ADDR(&st_ipaddr, 0, 0, 0, 0); /* input your netmask for example: 192.168.1.1 */ in hi_wifi_start_softap()
87 IP4_ADDR(&st_netmask, 0, 0, 0, 0); /* input your gateway for example: 255.255.255.0 */ in hi_wifi_start_softap()
H A Dwifi_sta.c39 IP4_ADDR(&st_gw, 0, 0, 0, 0); in hi_sta_reset_addr()
40 IP4_ADDR(&st_ipaddr, 0, 0, 0, 0); in hi_sta_reset_addr()
41 IP4_ADDR(&st_netmask, 0, 0, 0, 0); in hi_sta_reset_addr()
H A Dnetcfg_sample.c157 IP4_ADDR(&staGW, 0, 0, 0, 0); in StaResetAddr()
158 IP4_ADDR(&staIpaddr, 0, 0, 0, 0); in StaResetAddr()
159 IP4_ADDR(&staNetmask, 0, 0, 0, 0); in StaResetAddr()
H A Dnetwork_config_sample.c166 IP4_ADDR(&staGW, 0, 0, 0, 0); in StaResetAddr()
167 IP4_ADDR(&staIpaddr, 0, 0, 0, 0); in StaResetAddr()
168 IP4_ADDR(&staNetmask, 0, 0, 0, 0); in StaResetAddr()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
H A Dwifi_hotspot.c72 IP4_ADDR(&ipAddr, IP_AP_ADDR0, IP_AP_ADDR1, IP_AP_ADDR2, IP_AP_ADDR3); in SetHotspotIpConfig()
73 IP4_ADDR(&netMask, NETMSK_ADDR0, NETMSK_ADDR1, NETMSK_ADDR2, NETMSK_ADDR3); in SetHotspotIpConfig()
74 IP4_ADDR(&gw, GW_AP_ADDR0, GW_AP_ADDR1, GW_AP_ADDR2, GW_AP_ADDR3); in SetHotspotIpConfig()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dip4_addr.h107 #define IP4_ADDR(ipaddr, a, b, c, d) (ipaddr)->addr = PP_HTONL(LWIP_MAKEU32(a, b, c, d)) macro
H A Dip_addr.h123 #define IP_ADDR4(ipaddr, a, b, c, d) do { IP4_ADDR(ip_2_ip4(ipaddr), a, b, c, d); \
310 #define IP_ADDR4(ipaddr, a, b, c, d) IP4_ADDR(ipaddr, a, b, c, d)
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h277 #define IP4_ADDR(ipaddr, a, b, c, d) \ macro
/device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/
H A Dwifi_device.c414 IP4_ADDR(&gw, 0, 0, 0, 0); in SetLocalWifiGw()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_general.c714 IP4_ADDR(&loop_gw, 127, 0, 0, 1); /* gateway 127.0.0.1 */ in at_lwip_ifconfig()
715 IP4_ADDR(&loop_ipaddr, 127, 0, 0, 1); /* ipaddr 127.0.0.1 */ in at_lwip_ifconfig()
716 IP4_ADDR(&loop_netmask, 255, 0, 0, 0); /* netmask 255.0.0.0 */ in at_lwip_ifconfig()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h248 #define OAL_IP4_ADDR IP4_ADDR

Completed in 14 milliseconds