Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/sbin/pfctl/
H A Dparse.y264 int disallow_table(struct node_host *, const char *);
1991 disallow_table($5.host, "tables are only "
3604 disallow_table($9->host, "tables are only "
3733 if ($8 != NULL && disallow_table($8, "invalid use of "
3740 if ($14 != NULL && $14->host != NULL && disallow_table(
3999 disallow_table(struct node_host *h, const char *fmt) in disallow_table() function