Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/pfctl/
H A Dpfctl_parser.h122 struct node_host { struct
131 struct node_host *next; argument
132 struct node_host *tail; argument
236 struct node_host *host;
342 void set_ipmask(struct node_host *, u_int8_t);
343 int check_netmask(struct node_host *, sa_family_t);
347 struct node_host *ifa_exists(char *);
348 struct node_host *ifa_grouplookup(char *ifa_name, int flags);
349 struct node_host *ifa_lookup(char *, int);
350 struct node_host *host(const char *);
[all …]
H A Dpfctl_parser.c1070 struct node_host *h; in print_tabledef()
1372 struct node_host *
1375 struct node_host *n; in ifa_exists()
1398 struct node_host *
1435 struct node_host *
1543 struct node_host *
1593 struct node_host *
1639 struct node_host *
1668 struct node_host *
1698 struct node_host *
[all …]
H A Dparse.y201 struct node_host *host;
256 struct node_host *addr;
343 struct node_host *, struct node_port *, struct node_host *,
397 struct node_host *host;
1525 struct node_host *n;
2915 struct node_host *n;
3092 struct node_host *n;
3195 struct node_host *n;
4557 struct node_host *n;
5403 struct node_host *h; in expand_rule()
[all …]
H A Dpfctl_optimize.c1234 struct node_host node_host; in add_opt_table() local
1250 memset(&node_host, 0, sizeof(node_host)); in add_opt_table()
1251 node_host.af = af; in add_opt_table()
1252 node_host.addr = addr->addr; in add_opt_table()
1256 &node_host.addr.v.a.addr, buf, sizeof(buf)), in add_opt_table()
1257 unmask(&node_host.addr.v.a.mask, af)); in add_opt_table()
1260 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) { in add_opt_table()
1271 memcpy(ti->host, &node_host, sizeof(*ti->host)); in add_opt_table()
H A Dpfctl.c371 struct node_host *h = NULL, *n = NULL; in pfctl_check_skip_ifaces()
398 struct node_host *h = NULL, *n = NULL; in pfctl_adjust_skip_ifaces()
2184 struct node_host *h = NULL, *n = NULL; in pfctl_set_interface_flags()