Searched defs:ifaddr (Results 1 – 9 of 9) sorted by relevance
297 auto ifaddr = getIfAddr4(bus, params); in reconfigureIfAddr4() local370 auto ifaddr = getIfAddr<AF_INET6>(bus, params, idx, originsV6Static); in deconfigureIfAddr6() local435 auto ifaddr = channelCall<getIfAddr<AF_INET6>>(channel, set, origins); in getLanIPv6Address() local1159 auto ifaddr = channelCall<getIfAddr4>(channel); in getLan() local1184 auto ifaddr = channelCall<getIfAddr4>(channel); in getLan() local
281 IfAddr<family> ifaddr; in findIfAddr() local
54 stdplus::SubnetAny ifaddr; member
295 std::optional<stdplus::SubnetAny> ifaddr; in ip() local
283 struct ifaddrs* ifaddr; in getIntfAddrs() local
33 u8 ifaddr[ETH_ALEN]; member
550 __be32 ifaddr[32]; in SRXAFSCB_TellMeAboutYourself() member
923 struct ifaddrs *ifaddr = nullptr, *ifa = nullptr; in loadChannelConfig() local
125 static int get_ifaddr(const char *name, char *ifaddr) in get_ifaddr()