/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | wifi_softap.c | 38 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 D | wifi_sta.c | 39 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 D | netcfg_sample.c | 157 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 D | network_config_sample.c | 166 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 D | wifi_hotspot.c | 72 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 D | ip4_addr.h | 107 #define IP4_ADDR(ipaddr, a, b, c, d) (ipaddr)->addr = PP_HTONL(LWIP_MAKEU32(a, b, c, d)) macro
|
H A D | ip_addr.h | 123 #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 D | hi_net_api.h | 277 #define IP4_ADDR(ipaddr, a, b, c, d) \
macro
|
/device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_device.c | 414 IP4_ADDR(&gw, 0, 0, 0, 0); in SetLocalWifiGw()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_general.c | 714 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 D | oal_net.h | 248 #define OAL_IP4_ADDR IP4_ADDR
|