Searched refs:DISTRIBUTE_LIST (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_zebra.c687 if (DISTRIBUTE_LIST (type))
688 if (access_list_apply (DISTRIBUTE_LIST (type), p) == FILTER_DENY)
839 DISTRIBUTE_LIST (type) = access_list_lookup (AFI_IP, name);
849 if (DISTRIBUTE_LIST (type))
859 if (DISTRIBUTE_LIST (type))
863 DISTRIBUTE_LIST (type) = NULL;
960 struct access_list *old = DISTRIBUTE_LIST (type);
963 DISTRIBUTE_LIST (type) =
967 if (old == NULL && DISTRIBUTE_LIST (type) == NULL)
971 if (DISTRIBUTE_LIST (typ
[all...]
H A Dospfd.h237 #define DISTRIBUTE_LIST(T) ospf_top->dlist[T].list macro

Completed in 92 milliseconds