Home
last modified time | relevance | path

Searched refs:ndo_add_addr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_common.c4016 wl_nd_hostip_t ndo_add_addr; in dhd_ndo_add_ip_with_type() local
4025 ndo_add_addr.version = htod16(WL_ND_HOSTIP_IOV_VER); in dhd_ndo_add_ip_with_type()
4026 ndo_add_addr.op_type = htod16(WL_ND_HOSTIP_OP_ADD); in dhd_ndo_add_ip_with_type()
4027 ndo_add_addr.length = htod32(WL_ND_HOSTIP_WITH_ADDR_LEN); in dhd_ndo_add_ip_with_type()
4029 memcpy(&ndo_add_addr.u.host_ip.ip_addr, ipv6addr, IPV6_ADDR_LEN); in dhd_ndo_add_ip_with_type()
4030 ndo_add_addr.u.host_ip.type = type; in dhd_ndo_add_ip_with_type()
4032 iov_len = bcm_mkiovar("nd_hostip", (char *)&ndo_add_addr, in dhd_ndo_add_ip_with_type()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_common.c4594 wl_nd_hostip_t ndo_add_addr; in dhd_ndo_add_ip_with_type() local
4603 ndo_add_addr.version = htod16(WL_ND_HOSTIP_IOV_VER); in dhd_ndo_add_ip_with_type()
4604 ndo_add_addr.op_type = htod16(WL_ND_HOSTIP_OP_ADD); in dhd_ndo_add_ip_with_type()
4605 ndo_add_addr.length = htod32(WL_ND_HOSTIP_WITH_ADDR_LEN); in dhd_ndo_add_ip_with_type()
4607 memcpy(&ndo_add_addr.u.host_ip.ip_addr, ipv6addr, IPV6_ADDR_LEN); in dhd_ndo_add_ip_with_type()
4608 ndo_add_addr.u.host_ip.type = type; in dhd_ndo_add_ip_with_type()
4610 iov_len = bcm_mkiovar("nd_hostip", (char *)&ndo_add_addr, in dhd_ndo_add_ip_with_type()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_common.c4614 wl_nd_hostip_t ndo_add_addr; in dhd_ndo_add_ip_with_type() local
4623 ndo_add_addr.version = htod16(WL_ND_HOSTIP_IOV_VER); in dhd_ndo_add_ip_with_type()
4624 ndo_add_addr.op_type = htod16(WL_ND_HOSTIP_OP_ADD); in dhd_ndo_add_ip_with_type()
4625 ndo_add_addr.length = htod32(WL_ND_HOSTIP_WITH_ADDR_LEN); in dhd_ndo_add_ip_with_type()
4627 memcpy(&ndo_add_addr.u.host_ip.ip_addr, ipv6addr, IPV6_ADDR_LEN); in dhd_ndo_add_ip_with_type()
4628 ndo_add_addr.u.host_ip.type = type; in dhd_ndo_add_ip_with_type()
4630 iov_len = bcm_mkiovar("nd_hostip", (char *)&ndo_add_addr, in dhd_ndo_add_ip_with_type()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_common.c4614 wl_nd_hostip_t ndo_add_addr; in dhd_ndo_add_ip_with_type() local
4623 ndo_add_addr.version = htod16(WL_ND_HOSTIP_IOV_VER); in dhd_ndo_add_ip_with_type()
4624 ndo_add_addr.op_type = htod16(WL_ND_HOSTIP_OP_ADD); in dhd_ndo_add_ip_with_type()
4625 ndo_add_addr.length = htod32(WL_ND_HOSTIP_WITH_ADDR_LEN); in dhd_ndo_add_ip_with_type()
4627 memcpy(&ndo_add_addr.u.host_ip.ip_addr, ipv6addr, IPV6_ADDR_LEN); in dhd_ndo_add_ip_with_type()
4628 ndo_add_addr.u.host_ip.type = type; in dhd_ndo_add_ip_with_type()
4630 iov_len = bcm_mkiovar("nd_hostip", (char *)&ndo_add_addr, in dhd_ndo_add_ip_with_type()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_common.c6725 wl_nd_hostip_t ndo_add_addr; in dhd_ndo_add_ip_with_type() local
6734 ndo_add_addr.version = htod16(WL_ND_HOSTIP_IOV_VER); in dhd_ndo_add_ip_with_type()
6735 ndo_add_addr.op_type = htod16(WL_ND_HOSTIP_OP_ADD); in dhd_ndo_add_ip_with_type()
6736 ndo_add_addr.length = htod32(WL_ND_HOSTIP_WITH_ADDR_LEN); in dhd_ndo_add_ip_with_type()
6738 memcpy(&ndo_add_addr.u.host_ip.ip_addr, ipv6addr, IPV6_ADDR_LEN); in dhd_ndo_add_ip_with_type()
6739 ndo_add_addr.u.host_ip.type = type; in dhd_ndo_add_ip_with_type()
6741 iov_len = bcm_mkiovar("nd_hostip", (char *)&ndo_add_addr, in dhd_ndo_add_ip_with_type()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_common.c6730 wl_nd_hostip_t ndo_add_addr; in dhd_ndo_add_ip_with_type() local
6739 ndo_add_addr.version = htod16(WL_ND_HOSTIP_IOV_VER); in dhd_ndo_add_ip_with_type()
6740 ndo_add_addr.op_type = htod16(WL_ND_HOSTIP_OP_ADD); in dhd_ndo_add_ip_with_type()
6741 ndo_add_addr.length = htod32(WL_ND_HOSTIP_WITH_ADDR_LEN); in dhd_ndo_add_ip_with_type()
6743 memcpy(&ndo_add_addr.u.host_ip.ip_addr, ipv6addr, IPV6_ADDR_LEN); in dhd_ndo_add_ip_with_type()
6744 ndo_add_addr.u.host_ip.type = type; in dhd_ndo_add_ip_with_type()
6746 iov_len = bcm_mkiovar("nd_hostip", (char *)&ndo_add_addr, in dhd_ndo_add_ip_with_type()