HomeSort by: relevance | last modified time | path
    Searched refs:node_if (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_parser.h 104 struct node_if { struct
109 struct node_if *next;
110 struct node_if *tail;
parse.y 283 void expand_rule(struct pf_rule *, struct node_if *, struct node_host *,
288 int expand_altq(struct pf_altq *, struct node_if *, struct node_queue *,
290 int expand_queue(struct pf_altq *, struct node_if *, struct node_queue *,
292 int expand_skip_interface(struct node_if *);
350 struct node_if *interface;
1045 struct node_if *i, *j;
1062 j = calloc(1, sizeof(struct node_if));
2319 $$ = calloc(1, sizeof(struct node_if));
4392 expand_altq(struct pf_altq *a, struct node_if *interfaces,
4403 FREE_LIST(struct node_if, interfaces)
    [all...]

Completed in 13 milliseconds