Home
last modified time | relevance | path

Searched refs:node_port (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sbin/pfctl/
H A Dparse.y137 struct node_port { struct
140 struct node_port *next; argument
141 struct node_port *tail; argument
202 struct node_port *port;
399 struct node_port *port;
3306 $$ = calloc(1, sizeof(struct node_port));
3324 $$ = calloc(1, sizeof(struct node_port));
3339 $$ = calloc(1, sizeof(struct node_port));
5421 LOOP_THROUGH(struct node_port, src_port, src_ports, in expand_rule()
5547 FREE_LIST(struct node_port, src_ports); in expand_rule()
[all …]