Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/pfctl/
H A Dparse.y344 int disallow_alias(struct node_host *, const char *);
2724 disallow_alias($5.host, "interface (%s) "
4777 disallow_alias($9->host, "interface (%s) "
4919 if ($8 != NULL && disallow_alias($8, "invalid use of "
4927 if ($13 != NULL && $13->host != NULL && disallow_alias(
5246 disallow_alias(struct node_host *h, const char *fmt) in disallow_alias() function