/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_lowpower.c | 19 #include "lwip/ip_addr.h" 334 unsigned int ip_addr = 0; in at_set_arpoffload() local 354 if (arp_offload_parse_ipv4_check((char *)argv[1], &ip_addr) != HI_ERR_SUCCESS) { in at_set_arpoffload() 359 if (hi_wifi_arp_offload_setting(ifname, enable, ip_addr) != HI_ERR_SUCCESS) { in at_set_arpoffload()
|
H A D | at_general.c | 600 if (ip_addr_isany_val(netif_p->ip_addr)) { in at_setup_dhcps()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_ip.c | 148 } ip_addr; member 667 IPV4_ADDR_TO_STR(ntoh32_ua(tcpdata_info_tmp->ip_addr.src)), in dhd_tcpdata_psh_acked() 668 IPV4_ADDR_TO_STR(ntoh32_ua(tcpdata_info_tmp->ip_addr.dst)), in dhd_tcpdata_psh_acked() 674 tcpdata_info_tmp->ip_addr.dst, IPV4_ADDR_LEN) == 0 && in dhd_tcpdata_psh_acked() 676 tcpdata_info_tmp->ip_addr.src, IPV4_ADDR_LEN) == 0 && in dhd_tcpdata_psh_acked() 1040 IPV4_ADDR_TO_STR(ntoh32_ua(tdata_info_tmp->ip_addr.src)), in dhd_tcpdata_info_get() 1041 IPV4_ADDR_TO_STR(ntoh32_ua(tdata_info_tmp->ip_addr.dst)), in dhd_tcpdata_info_get() 1050 (void *)&tdata_info_tmp->ip_addr, IPV4_ADDR_LEN * 2) == 0 && in dhd_tcpdata_info_get() 1122 bcopy(&ip_hdr[IPV4_SRC_IP_OFFSET], (void *)&tcpdata_info->ip_addr, in dhd_tcpdata_info_get()
|
H A D | wl_android_ext.c | 270 uint32 ip_addr; member 5511 uint32 ip_addr; in wl_ext_dhcpc_dump() local 5515 ret = wl_ext_iovar_getint(dev, "dhcpc_ip_addr", &ip_addr); in wl_ext_dhcpc_dump() 5517 bcm_ip_ntoa((struct ipv4_addr *)&ip_addr, buf); in wl_ext_dhcpc_dump() 5522 ret = wl_ext_iovar_getint(dev, "dhcpc_ip_mask", &ip_addr); in wl_ext_dhcpc_dump() 5524 bcm_ip_ntoa((struct ipv4_addr *)&ip_addr, buf); in wl_ext_dhcpc_dump() 5529 ret = wl_ext_iovar_getint(dev, "dhcpc_ip_gateway", &ip_addr); in wl_ext_dhcpc_dump() 5531 bcm_ip_ntoa((struct ipv4_addr *)&ip_addr, buf); in wl_ext_dhcpc_dump() 5536 ret = wl_ext_iovar_getint(dev, "dhcpc_ip_dnsserv", &ip_addr); in wl_ext_dhcpc_dump() 5538 bcm_ip_ntoa((struct ipv4_addr *)&ip_addr, bu in wl_ext_dhcpc_dump() 5559 uint32 ip_addr, ip_serv, lease_time; wl_ext_dhcpc_param() local [all...] |
H A D | dhd_common.c | 4649 memcpy(&ndo_add_addr.u.host_ip.ip_addr, ipv6addr, IPV6_ADDR_LEN); in dhd_ndo_add_ip_with_type() 4696 memcpy(&ndo_del_addr.u.host_ip.ip_addr, ipv6addr, IPV6_ADDR_LEN); in dhd_ndo_remove_ip_by_addr()
|
/device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_device.c | 405 inet_ntoa(ip_addr_get_ip4_u32(&netif->ip_addr))); in SetLocalWifiGw() 439 *ip = ip_addr_get_ip4_u32(&netif->ip_addr); in GetLocalWifiIp()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | address.h | 28 #include <lwip/ip_addr.h>
|
H A D | net.h | 21 #include <lwip/ip_addr.h>
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | netif.h | 47 #include "lwip/ip_addr.h" 429 ip_addr_t ip_addr; /**< Indicates the IP address configuration in network byte order. */ member 710 #define netif_ip4_addr(netif) ((const ip4_addr_t*)ip_2_ip4(&((netif)->ip_addr))) 716 #define netif_ip_addr4(netif) ((const ip_addr_t*)&((netif)->ip_addr))
|
H A D | ip_addr.h | 69 typedef struct ip_addr { struct
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_net_api.h | 340 struct ip_addr {
struct
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 1141 hi_u32 ip_addr; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 6562 struct ipv6_addr ip_addr; /* host ip address */ member 8628 struct ipv4_addr ip_addr; member
|