Home
last modified time | relevance | path

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

/NextBSD/sbin/pfctl/
HDparse.y308 int disallow_table(struct node_host *, const char *);
2311 disallow_table($5.host, "tables are only "
4055 disallow_table($9->host, "tables are only "
4177 if ($8 != NULL && disallow_table($8, "invalid use of "
4184 if ($13 != NULL && $13->host != NULL && disallow_table(
4450 disallow_table(struct node_host *h, const char *fmt) in disallow_table() function