Lines Matching defs:ifindex
48 if (a->ifindex < b->ifindex)
50 if (a->ifindex > b->ifindex)
56 int local_addresses(sd_netlink *context, int ifindex, int af, struct local_address **ret) {
101 if (ifindex > 0 && ifi != ifindex)
125 if (ifindex == 0 && (a->scope == RT_SCOPE_HOST || a->scope == RT_SCOPE_NOWHERE))
152 a->ifindex = ifi;
167 int local_gateways(sd_netlink *context, int ifindex, int af, struct local_address **ret) {
230 if (ifindex > 0 && (int) ifi != ifindex)
263 a->ifindex = ifi;