Searched refs:ipAddr (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/ |
H A D | epsonds-net.c | 368 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 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()
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 2583 def ip2num(ipAddr): 2584 parts = ipAddr.split('.')
|
Completed in 10 milliseconds