Searched refs:prefsrc (Results 1 – 1 of 1) sorted by relevance
127 inet_prefix prefsrc; in print_route() local233 memset(&prefsrc, 0, sizeof(prefsrc)); in print_route()234 prefsrc.family = r->rtm_family; in print_route()236 memcpy(&prefsrc.data, RTA_DATA(tb[RTA_PREFSRC]), host_len/8); in print_route()253 if (filter.rprefsrc.family && inet_addr_match(&prefsrc, &filter.rprefsrc, filter.rprefsrc.bitlen)) in print_route()