Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Depsonds-net.c368 char ipAddr[AVAHI_ADDRESS_STR_MAX]; in epsonds_resolve_callback() local
379 avahi_address_snprint(ipAddr, sizeof(ipAddr), address); in epsonds_resolve_callback()
394 data->callBack(&text[4], ipAddr); in epsonds_resolve_callback()
/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()
/third_party/python/Lib/urllib/
H A Drequest.py2583 def ip2num(ipAddr):
2584 parts = ipAddr.split('.')

Completed in 10 milliseconds