Home
last modified time | relevance | path

Searched refs:ifaddr (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0003-rarpd.c-bug-fix.patch56 - struct ifaddr *ifa_list;
65 -struct ifaddr
68 - struct ifaddr *next;
84 - struct ifaddr *ifa;
111 - ifa = (struct ifaddr*)malloc(sizeof(*ifa));
140 -struct ifaddr *select_ipaddr(int ifindex, __u32 *sel_addr, __u32 **alist)
144 - struct ifaddr *ifa;
154 - struct ifaddr *ifa;
182 - struct ifaddr *ifa;
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dnetlink-raw.rst51 name: rtnlgrp-ipv4-ifaddr
54 name: rtnlgrp-ipv6-ifaddr
57 name: rtnlgrp-mctp-ifaddr
/openbmc/phosphor-networkd/src/
H A Dtypes.hpp54 stdplus::SubnetAny ifaddr; member
60 return ifidx == rhs.ifidx && ifaddr == rhs.ifaddr && in operator ==()
H A Dethernet_interface.cpp170 if (dhcpIsEnabled(info.ifaddr.getAddr())) in addAddr()
198 auto it = addrs.find(info.ifaddr); in addAddr()
201 addrs.emplace(info.ifaddr, std::make_unique<IPAddress>( in addAddr()
203 info.ifaddr, origin)); in addAddr()
295 std::optional<stdplus::SubnetAny> ifaddr; in ip() local
302 ifaddr.emplace(*addr, prefixLength); in ip()
313 auto it = addrs.find(*ifaddr); in ip()
317 *ifaddr, in ip()
319 *ifaddr, IP::AddressOrigin::Static))); in ip()
H A Dnetwork_manager.cpp295 it->second.addrs.insert_or_assign(info.ifaddr, info); in addAddress()
313 it->second->addrs.erase(info.ifaddr); in removeAddress()
316 it->second.addrs.erase(info.ifaddr); in removeAddress()
H A Drtnetlink.cpp157 .ifaddr = stdplus::SubnetAny{*addr, ifa.ifa_prefixlen}, in addrFromRtm()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp297 auto ifaddr = getIfAddr4(bus, params); in reconfigureIfAddr4() local
298 if (!ifaddr && !address) in reconfigureIfAddr4()
305 if (ifaddr) in reconfigureIfAddr4()
307 addr = ifaddr->address; in reconfigureIfAddr4()
308 fallbackPrefix = ifaddr->prefix; in reconfigureIfAddr4()
309 deleteObjectIfExists(bus, params.service, ifaddr->path); in reconfigureIfAddr4()
372 auto ifaddr = getIfAddr<AF_INET6>(bus, params, idx, originsV6Static); in deconfigureIfAddr6() local
373 if (ifaddr) in deconfigureIfAddr6()
375 deleteObjectIfExists(bus, params.service, ifaddr->path); in deconfigureIfAddr6()
437 auto ifaddr = channelCall<getIfAddr<AF_INET6>>(channel, set, origins); in getLanIPv6Address() local
[all …]
H A Dtransporthandler.hpp281 IfAddr<family> ifaddr; in findIfAddr() local
282 ifaddr.path = path; in findIfAddr()
283 ifaddr.address = addr; in findIfAddr()
284 ifaddr.prefix = std::get<uint8_t>(properties.at("PrefixLength")); in findIfAddr()
285 ifaddr.origin = origin; in findIfAddr()
287 return ifaddr; in findIfAddr()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-ifaddr_0.2.0.bb3 HOMEPAGE = "https://pypi.org/project/ifaddr/"
H A Dpython3-pysonos_0.0.54.bb12 python3-ifaddr \
H A Dpython3-zeroconf_0.141.0.bb11 python3-ifaddr (>=0.1.7) \
/openbmc/slpd-lite/
H A Dslp_message_handler.cpp283 struct ifaddrs* ifaddr; in getIntfAddrs() local
285 if (getifaddrs(&ifaddr) == -1) in getIntfAddrs()
290 slp::deleted_unique_ptr<ifaddrs> ifaddrPtr(ifaddr, [](ifaddrs* addr) { in getIntfAddrs()
294 ifaddr = nullptr; in getIntfAddrs()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp922 struct ifaddrs *ifaddr = nullptr, *ifa = nullptr; in loadChannelConfig() local
923 if (int err = getifaddrs(&ifaddr); err < 0) in loadChannelConfig()
946 freeifaddrs(ifaddr); in loadChannelConfig()
955 for (ifa = ifaddr; ifa != nullptr; ifa = ifa->ifa_next) in loadChannelConfig()
997 freeifaddrs(ifaddr); in loadChannelConfig()
1004 freeifaddrs(ifaddr); in loadChannelConfig()
1008 freeifaddrs(ifaddr); in loadChannelConfig()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.c33 u8 ifaddr[ETH_ALEN]; member
432 memcpy(event->ifaddr, event_packet->eth.h_dest, ETH_ALEN); in brcmf_fweh_process_event()
/openbmc/phosphor-networkd/test/
H A Dtest_rtnetlink.cpp98 EXPECT_EQ("192.168.1.20/28"_sub, ret.ifaddr); in TEST()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c125 static int get_ifaddr(const char *name, char *ifaddr) in get_ifaddr() argument
136 ret = fread(ifaddr, 1, IFADDR_STR_LEN, f); in get_ifaddr()
/openbmc/linux/fs/afs/
H A Dcmservice.c550 __be32 ifaddr[32]; in SRXAFSCB_TellMeAboutYourself() member
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/
H A Dpackagegroup-meta-python.bb186 python3-ifaddr \