Searched refs:match_name (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Droutemap.h152 char *match_name,
158 char *match_name,
H A Droutemap.c472 route_map_add_match (struct route_map_index *index, char *match_name,
482 cmd = route_map_lookup_match (match_name);
531 route_map_delete_match (struct route_map_index *index, char *match_name,
537 cmd = route_map_lookup_match (match_name);
469 route_map_add_match(struct route_map_index *index, char *match_name, char *match_arg) argument
528 route_map_delete_match(struct route_map_index *index, char *match_name, char *match_arg) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dunexpected.c113 static const char *match_name; variable
132 match_mailslot_name(p, match_name))) {
157 match_name = mailslot_name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c738 find_match(const char *match_name, enum ip6t_tryload tryload, struct ip6tables_rule_match **matches) argument
746 if ( (strcmp(match_name,"icmpv6") == 0) ||
747 (strcmp(match_name,"ipv6-icmp") == 0) ||
748 (strcmp(match_name,"icmp6") == 0) )
751 name = match_name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/netconf/
H A Dnetconf_linux.c1227 * @param match_name match name
1236 netconf_generate_entry(const char *match_name, const void *match_data, size_t match_data_size, argument
1254 if (!(match = netconf_append_match(&entry, match_name, match_data_size)))

Completed in 63 milliseconds