Home
last modified time | relevance | path

Searched refs:netMask (Results 1 – 5 of 5) sorted by relevance

/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device_impl.h39 …32_t (*setIpAddr)(struct NetDeviceImpl *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask,
Dnet_device.c327 …_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/adapter/khdf/liteos_m/network/src/
Dnet_device_adapter.c448 …eNetSetIpAddr(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/framework/include/net/
Dnet_device.h660 …_t NetIfSetAddr(const struct NetDevice *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask,
/drivers/hdf_core/adapter/khdf/liteos/network/src/
Dnet_device_adapter.c487 …eNetSetIpAddr(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()