Searched refs:ipAddr (Results 1 - 5 of 5) sorted by relevance
/drivers/hdf_core/framework/model/network/common/netdevice/ |
H A D | net_device_impl.h | 39 int32_t (*setIpAddr)(struct NetDeviceImpl *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask,
|
H A D | net_device.c | 327 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 D | net_device.h | 418 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 D | net_device_adapter.c | 448 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 D | net_device_adapter.c | 487 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