Home
last modified time | relevance | path

Searched defs:ifaddr (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp294 auto ifaddr = getIfAddr4(bus, params); in reconfigureIfAddr4() local
367 auto ifaddr = getIfAddr<AF_INET6>(bus, params, idx, originsV6Static); in deconfigureIfAddr6() local
432 auto ifaddr = channelCall<getIfAddr<AF_INET6>>(channel, set, origins); in getLanIPv6Address() local
1155 auto ifaddr = channelCall<getIfAddr4>(channel); in getLan() local
1180 auto ifaddr = channelCall<getIfAddr4>(channel); in getLan() local
H A Dtransporthandler.hpp286 IfAddr<family> ifaddr; in findIfAddr() local
/openbmc/phosphor-networkd/src/
H A Dtypes.hpp54 stdplus::SubnetAny ifaddr; member
H A Dethernet_interface.cpp256 std::optional<stdplus::SubnetAny> ifaddr; in ip() local
/openbmc/slpd-lite/
H A Dslp_message_handler.cpp283 struct ifaddrs* ifaddr; in getIntfAddrs() local
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.c33 u8 ifaddr[ETH_ALEN]; member
/openbmc/linux/fs/afs/
H A Dcmservice.c550 __be32 ifaddr[32]; in SRXAFSCB_TellMeAboutYourself() member
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp923 struct ifaddrs *ifaddr = nullptr, *ifa = nullptr; in loadChannelConfig() local
/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()