Lines Matching defs:match
1250 struct rr_pco_match *match;
1298 match = (struct rr_pco_match *)cp;
1299 cp = (const char *)(match + 1);
1301 TCHECK(match->rpm_prefix);
1307 printf("match("); /*)*/
1308 switch (match->rpm_code) {
1312 default: printf("#%u", match->rpm_code); break;
1316 printf(",ord=%u", match->rpm_ordinal);
1317 printf(",min=%u", match->rpm_minlen);
1318 printf(",max=%u", match->rpm_maxlen);
1320 if (inet_ntop(AF_INET6, &match->rpm_prefix, hbuf, sizeof(hbuf)))
1321 printf(",%s/%u", hbuf, match->rpm_matchlen);
1323 printf(",?/%u", match->rpm_matchlen);
1327 n = match->rpm_len - 3;