Home
last modified time | relevance | path

Searched refs:ipAddr (Results 1 - 5 of 5) sorted by relevance

/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device_impl.h39 int32_t (*setIpAddr)(struct NetDeviceImpl *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask,
H A Dnet_device.c327 int32_t NetIfSetAddr(const struct NetDevice *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask, in NetIfSetAddr() argument
332 return ndImpl->interFace->setIpAddr(ndImpl, ipAddr, netMask, gw); in NetIfSetAddr()
/drivers/hdf_core/framework/include/net/
H A Dnet_device.h418 uint32_t ipAddr; /**< IP address */ member
651 * @param ipAddr Indicates the IP address to set.
660 int32_t NetIfSetAddr(const struct NetDevice *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask,
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c448 static int32_t LiteNetSetIpAddr(struct NetDeviceImpl *netDeviceImpl, const IpV4Addr *ipAddr, const IpV4Addr *netMask, in LiteNetSetIpAddr() argument
456 netifapi_netif_set_addr(lwipNf, (ip4_addr_t *)ipAddr, (ip4_addr_t *)netMask, (ip4_addr_t *)gw); in LiteNetSetIpAddr()
/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c487 static int32_t LiteNetSetIpAddr(struct NetDeviceImpl *netDeviceImpl, const IpV4Addr *ipAddr, const IpV4Addr *netMask, in LiteNetSetIpAddr() argument
495 netifapi_netif_set_addr(lwipNf, (ip4_addr_t *)ipAddr, (ip4_addr_t *)netMask, (ip4_addr_t *)gw); in LiteNetSetIpAddr()

Completed in 5 milliseconds