• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/

Lines Matching refs:access_list

70 /* List of access_list. */
73 struct access_list *head;
74 struct access_list *tail;
77 /* Master structure of access_list. */
80 /* List of access_list which name is number. */
83 /* List of access_list which name is string. */
86 /* Hook function which is executed when new access_list is added. */
89 /* Hook function which is executed when access_list is deleted. */
93 /* Static structure for IPv4 access_list's master. */
103 /* Static structure for IPv6 access_list's master. */
214 struct access_list *
217 return (struct access_list *) XCALLOC (MTYPE_ACCESS_LIST,
218 sizeof (struct access_list));
221 /* Free allocated access_list. */
223 access_list_free (struct access_list *access)
228 /* Delete access_list from access_master and free it. */
230 access_list_delete (struct access_list *access)
269 /* Insert new access list to list of access_list. Each acceess_list
271 struct access_list *
276 struct access_list *access;
277 struct access_list *point;
285 /* Allocate new access_list and copy given name. */
305 /* Set access_list to number list. */
316 /* Set access_list to string list. */
332 /* In case of insertion is made at the tail of access_list. */
341 /* In case of insertion is made at the head of access_list. */
350 /* Insertion is made at middle of the access_list. */
361 /* Lookup access_list from list of access_list by name. */
362 struct access_list *
365 struct access_list *access;
386 /* Get access list from list of access_list. If there isn't matched
387 access_list create new one and return it. */
388 struct access_list *
391 struct access_list *access;
401 access_list_apply (struct access_list *access, void *object)
430 access_list_add_hook (void (*func) (struct access_list *access))
440 access_list_delete_hook (void (*func) (struct access_list *access))
448 /* Add new filter to the end of specified access_list. */
450 access_list_filter_add (struct access_list *access, struct filter *filter)
466 /* If access_list has no filter then return 1. */
468 access_list_empty (struct access_list *access)
476 /* Delete filter from specified access_list. If there is hook
479 access_list_filter_delete (struct access_list *access, struct filter *filter)
497 /* If access_list becomes empty delete it from access_master. */
520 filter_lookup_cisco (struct access_list *access, struct filter *mnew)
555 filter_lookup_zebra (struct access_list *access, struct filter *mnew)
578 struct access_list *access;
611 struct access_list *access;
677 /* Install new filter to the access_list. */
1169 struct access_list *access;
1218 /* Install new filter to the access_list. */
1243 DEFUN (access_list,
1331 struct access_list *access;
1334 /* Looking up access_list. */
1369 struct access_list *access;
1519 struct access_list *access;
1522 /* Looking up access_list. */
1552 struct access_list *access;
1610 struct access_list *access;
1825 struct access_list *access;
1907 struct access_list *access;
1908 struct access_list *next;
2007 struct access_list *access;
2008 struct access_list *next;