Searched refs:setIpAddr (Results 1 – 4 of 4) sorted by relevance
39 …int32_t (*setIpAddr)(struct NetDeviceImpl *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netM… member
331 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->setIpAddr != NULL) { in NetIfSetAddr()332 return ndImpl->interFace->setIpAddr(ndImpl, ipAddr, netMask, gw); in NetIfSetAddr()
565 .setIpAddr = LiteNetSetIpAddr,
604 .setIpAddr = LiteNetSetIpAddr,