• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/

Lines Matching defs:match_type

565 enum match_type 
579 enum match_type
636 enum match_type
726 enum match_type
821 enum match_type
1001 enum match_type
1007 enum match_type match_type;
1011 match_type = no_match;
1033 if (match_type < vararg_match)
1034 match_type = vararg_match;
1041 if (match_type < range_match)
1042 match_type = range_match;
1052 if (match_type < ipv6_match)
1053 match_type = ipv6_match;
1062 if (match_type < ipv6_prefix_match)
1063 match_type = ipv6_prefix_match;
1073 if (match_type < ipv4_match)
1074 match_type = ipv4_match;
1083 if (match_type < ipv4_prefix_match)
1084 match_type = ipv4_prefix_match;
1092 if (match_type < extend_match)
1093 match_type = extend_match;
1099 match_type = exact_match;
1102 if (match_type < partly_match)
1103 match_type = partly_match;
1112 return match_type;
1116 enum match_type
1122 enum match_type match_type;
1126 match_type = no_match;
1150 if (match_type < vararg_match)
1151 match_type = vararg_match;
1158 if (match_type < range_match)
1159 match_type = range_match;
1168 if (match_type < ipv6_match)
1169 match_type = ipv6_match;
1177 if (match_type < ipv6_prefix_match)
1178 match_type = ipv6_prefix_match;
1187 if (match_type < ipv4_match)
1188 match_type = ipv4_match;
1196 if (match_type < ipv4_prefix_match)
1197 match_type = ipv4_prefix_match;
1203 if (match_type < extend_match)
1204 match_type = extend_match;
1211 match_type = exact_match;
1220 return match_type;
1225 is_cmd_ambiguous (char *command, vector v, int index, enum match_type type)
1244 enum match_type ret;
1459 enum match_type match;
1612 enum match_type match;
1753 enum match_type match = 0;
1880 enum match_type match = 0;