Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/pfctl/
H A Dparse.y142 struct node_port { struct
145 struct node_port *next; argument
146 struct node_port *tail; argument
207 struct node_port *port;
428 struct node_port *port;
3784 $$ = calloc(1, sizeof(struct node_port));
3802 $$ = calloc(1, sizeof(struct node_port));
3817 $$ = calloc(1, sizeof(struct node_port));
6019 LOOP_THROUGH(struct node_port, src_port, src_ports, in expand_rule()
6166 FREE_LIST(struct node_port, src_ports); in expand_rule()
[all …]