Home
last modified time | relevance | path

Searched refs:ip_addr (Results 1 - 13 of 13) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_lowpower.c19 #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 Dat_general.c600 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 Ddhd_ip.c148 } 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 Dwl_android_ext.c270 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 Ddhd_common.c4649 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 Dwifi_device.c405 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 Daddress.h28 #include <lwip/ip_addr.h>
H A Dnet.h21 #include <lwip/ip_addr.h>
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dnetif.h47 #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 Dip_addr.h69 typedef struct ip_addr { struct
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h340 struct ip_addr { struct
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h1141 hi_u32 ip_addr; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h6562 struct ipv6_addr ip_addr; /* host ip address */ member
8628 struct ipv4_addr ip_addr; member

Completed in 98 milliseconds