Home | History | Annotate | Download | only in ip

Lines Matching refs:pfx

51 	inet_prefix pfx;
991 if (filter.pfx.family) {
997 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
1363 if (filter.pfx.family || filter.label) {
1367 if (filter.pfx.family && tb[IFA_LOCAL]) {
1372 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
1482 get_prefix(&filter.pfx, *argv, filter.family);
1484 filter.family = filter.pfx.family;