Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/pfctl/
H A Dpfctl_parser.h116 struct node_host { struct
125 struct node_host *next; argument
126 struct node_host *tail; argument
225 struct node_host *host;
330 void set_ipmask(struct node_host *, u_int8_t);
331 int check_netmask(struct node_host *, sa_family_t);
335 struct node_host *ifa_exists(char *);
336 struct node_host *ifa_grouplookup(char *ifa_name, int flags);
337 struct node_host *ifa_lookup(char *, int);
338 struct node_host *host(const char *);
[all …]
H A Dpfctl_parser.c1067 struct node_host *h; in print_tabledef()
1369 struct node_host *
1372 struct node_host *n; in ifa_exists()
1397 struct node_host *
1434 struct node_host *
1538 struct node_host *
1587 struct node_host *
1633 struct node_host *
1662 struct node_host *
1692 struct node_host *
[all …]
H A Dparse.y200 struct node_host *host;
253 struct node_host *addr;
334 struct node_host *, struct node_port *, struct node_host *,
338 struct node_host *, struct node_port *, struct node_host *,
392 struct node_host *host;
1448 struct node_host *n;
2832 struct node_host *n;
3009 struct node_host *n;
3112 struct node_host *n;
5258 struct node_host *h; in expand_rule()
[all …]
H A Dpfctl_optimize.c1231 struct node_host node_host; in add_opt_table() local
1247 memset(&node_host, 0, sizeof(node_host)); in add_opt_table()
1248 node_host.af = af; in add_opt_table()
1249 node_host.addr = addr->addr; in add_opt_table()
1253 &node_host.addr.v.a.addr, buf, sizeof(buf)), in add_opt_table()
1254 unmask(&node_host.addr.v.a.mask, af)); in add_opt_table()
1257 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) { in add_opt_table()
1268 memcpy(ti->host, &node_host, sizeof(*ti->host)); in add_opt_table()
H A Dpfctl.c324 struct node_host *h = NULL, *n = NULL; in pfctl_check_skip_ifaces()
351 struct node_host *h = NULL, *n = NULL; in pfctl_adjust_skip_ifaces()
1980 struct node_host *h = NULL, *n = NULL; in pfctl_set_interface_flags()