Symbol: node_host
dist/pf/sbin/pfctl/parse.y
1044
struct node_host *h = NULL, *hh;
dist/pf/sbin/pfctl/parse.y
1185
struct node_host *h, *nh;
dist/pf/sbin/pfctl/parse.y
1246
struct node_host *n;
dist/pf/sbin/pfctl/parse.y
160
struct node_host *host;
dist/pf/sbin/pfctl/parse.y
2317
struct node_host *n;
dist/pf/sbin/pfctl/parse.y
2485
struct node_host *n;
dist/pf/sbin/pfctl/parse.y
2492
$$ = calloc(1, sizeof(struct node_host));
dist/pf/sbin/pfctl/parse.y
2501
$$ = calloc(1, sizeof(struct node_host));
dist/pf/sbin/pfctl/parse.y
2537
struct node_host *n;
dist/pf/sbin/pfctl/parse.y
2549
$$ = calloc(1, sizeof(struct node_host));
dist/pf/sbin/pfctl/parse.y
2562
$$ = calloc(1, sizeof(struct node_host));
dist/pf/sbin/pfctl/parse.y
2629
$$ = calloc(1, sizeof(struct node_host));
dist/pf/sbin/pfctl/parse.y
264
int disallow_table(struct node_host *, const char *);
dist/pf/sbin/pfctl/parse.y
265
int disallow_urpf_failed(struct node_host *, const char *);
dist/pf/sbin/pfctl/parse.y
266
int disallow_alias(struct node_host *, const char *);
dist/pf/sbin/pfctl/parse.y
276
struct node_host *);
dist/pf/sbin/pfctl/parse.y
280
void expand_label(char *, size_t, const char *, u_int8_t, struct node_host *,
dist/pf/sbin/pfctl/parse.y
281
struct node_port *, struct node_host *, struct node_port *,
dist/pf/sbin/pfctl/parse.y
283
void expand_rule(struct pf_rule *, struct node_if *, struct node_host *,
dist/pf/sbin/pfctl/parse.y
284
struct node_proto *, struct node_os*, struct node_host *,
dist/pf/sbin/pfctl/parse.y
285
struct node_port *, struct node_host *, struct node_port *,
dist/pf/sbin/pfctl/parse.y
319
void decide_address_family(struct node_host *, sa_family_t *);
dist/pf/sbin/pfctl/parse.y
320
void remove_invalid_hosts(struct node_host **, sa_family_t *);
dist/pf/sbin/pfctl/parse.y
321
int invalid_redirect(struct node_host *, sa_family_t);
dist/pf/sbin/pfctl/parse.y
353
struct node_host *host;
dist/pf/sbin/pfctl/parse.y
365
struct node_host *host;
dist/pf/sbin/pfctl/parse.y
372
struct node_host *host;
dist/pf/sbin/pfctl/parse.y
3851
$$ = calloc(1, sizeof(struct node_host));
dist/pf/sbin/pfctl/parse.y
3999
disallow_table(struct node_host *h, const char *fmt)
dist/pf/sbin/pfctl/parse.y
4010
disallow_urpf_failed(struct node_host *h, const char *fmt)
dist/pf/sbin/pfctl/parse.y
4021
disallow_alias(struct node_host *h, const char *fmt)
dist/pf/sbin/pfctl/parse.y
4263
struct node_host *h)
dist/pf/sbin/pfctl/parse.y
4378
struct node_host *src_host, struct node_port *src_port,
dist/pf/sbin/pfctl/parse.y
4379
struct node_host *dst_host, struct node_port *dst_port,
dist/pf/sbin/pfctl/parse.y
4648
struct node_if *interfaces, struct node_host *rpool_hosts,
dist/pf/sbin/pfctl/parse.y
4650
struct node_host *src_hosts, struct node_port *src_ports,
dist/pf/sbin/pfctl/parse.y
4651
struct node_host *dst_hosts, struct node_port *dst_ports,
dist/pf/sbin/pfctl/parse.y
4662
struct node_host *h;
dist/pf/sbin/pfctl/parse.y
4679
LOOP_THROUGH(struct node_host, src_host, src_hosts,
dist/pf/sbin/pfctl/parse.y
4682
LOOP_THROUGH(struct node_host, dst_host, dst_hosts,
dist/pf/sbin/pfctl/parse.y
4814
FREE_LIST(struct node_host, src_hosts);
dist/pf/sbin/pfctl/parse.y
4817
FREE_LIST(struct node_host, dst_hosts);
dist/pf/sbin/pfctl/parse.y
4822
FREE_LIST(struct node_host, rpool_hosts);
dist/pf/sbin/pfctl/parse.y
5359
decide_address_family(struct node_host *n, sa_family_t *af)
dist/pf/sbin/pfctl/parse.y
5373
remove_invalid_hosts(struct node_host **nh, sa_family_t *af)
dist/pf/sbin/pfctl/parse.y
5375
struct node_host *n = *nh, *prev = NULL;
dist/pf/sbin/pfctl/parse.y
5380
struct node_host *next = n->next;
dist/pf/sbin/pfctl/parse.y
5405
invalid_redirect(struct node_host *nh, sa_family_t af)
dist/pf/sbin/pfctl/parse.y
5408
struct node_host *n;
dist/pf/sbin/pfctl/pfctl_optimize.c
1223
struct node_host node_host;
dist/pf/sbin/pfctl/pfctl_optimize.c
1239
memset(&node_host, 0, sizeof(node_host));
dist/pf/sbin/pfctl/pfctl_optimize.c
1240
node_host.af = af;
dist/pf/sbin/pfctl/pfctl_optimize.c
1241
node_host.addr = addr->addr;
dist/pf/sbin/pfctl/pfctl_optimize.c
1245
&node_host.addr.v.a.addr, buf, sizeof(buf)),
dist/pf/sbin/pfctl/pfctl_optimize.c
1246
unmask(&node_host.addr.v.a.mask, af));
dist/pf/sbin/pfctl/pfctl_optimize.c
1249
if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) {
dist/pf/sbin/pfctl/pfctl_optimize.c
1260
memcpy(ti->host, &node_host, sizeof(*ti->host));
dist/pf/sbin/pfctl/pfctl_parser.c
1037
struct node_host *h;
dist/pf/sbin/pfctl/pfctl_parser.c
1084
set_ipmask(struct node_host *h, u_int8_t b)
dist/pf/sbin/pfctl/pfctl_parser.c
1109
check_netmask(struct node_host *h, sa_family_t af)
dist/pf/sbin/pfctl/pfctl_parser.c
1111
struct node_host *n = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1135
struct node_host *iftab;
dist/pf/sbin/pfctl/pfctl_parser.c
1141
struct node_host *n = NULL, *h = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1151
n = calloc(1, sizeof(struct node_host));
dist/pf/sbin/pfctl/pfctl_parser.c
1221
struct node_host *
dist/pf/sbin/pfctl/pfctl_parser.c
1224
struct node_host *n;
dist/pf/sbin/pfctl/pfctl_parser.c
1260
struct node_host *
dist/pf/sbin/pfctl/pfctl_parser.c
1271
struct node_host *n, *h = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1307
struct node_host *
dist/pf/sbin/pfctl/pfctl_parser.c
1310
struct node_host *p = NULL, *h = NULL, *n = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1347
n = calloc(1, sizeof(struct node_host));
dist/pf/sbin/pfctl/pfctl_parser.c
1389
ifa_skip_if(const char *filter, struct node_host *p)
dist/pf/sbin/pfctl/pfctl_parser.c
1410
struct node_host *
dist/pf/sbin/pfctl/pfctl_parser.c
1413
struct node_host *h = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1459
struct node_host *
dist/pf/sbin/pfctl/pfctl_parser.c
1462
struct node_host *n, *h = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1505
struct node_host *
dist/pf/sbin/pfctl/pfctl_parser.c
1508
struct node_host *h = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1521
h = calloc(1, sizeof(struct node_host));
dist/pf/sbin/pfctl/pfctl_parser.c
1534
struct node_host *
dist/pf/sbin/pfctl/pfctl_parser.c
1538
struct node_host *h = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1545
h = calloc(1, sizeof(struct node_host));
dist/pf/sbin/pfctl/pfctl_parser.c
1564
struct node_host *
dist/pf/sbin/pfctl/pfctl_parser.c
1568
struct node_host *n, *h = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1603
n = calloc(1, sizeof(struct node_host));
dist/pf/sbin/pfctl/pfctl_parser.c
1648
struct node_host *h, *n;
dist/pf/sbin/pfctl/pfctl_parser.c
1673
append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not)
dist/pf/sbin/pfctl/pfctl_parser.c
72
int ifa_skip_if(const char *filter, struct node_host *p);
dist/pf/sbin/pfctl/pfctl_parser.c
74
struct node_host *ifa_grouplookup(const char *, int);
dist/pf/sbin/pfctl/pfctl_parser.c
75
struct node_host *host_if(const char *, int);
dist/pf/sbin/pfctl/pfctl_parser.c
76
struct node_host *host_v4(const char *, int);
dist/pf/sbin/pfctl/pfctl_parser.c
77
struct node_host *host_v6(const char *, int);
dist/pf/sbin/pfctl/pfctl_parser.c
78
struct node_host *host_dns(const char *, int, int);
dist/pf/sbin/pfctl/pfctl_parser.h
122
struct node_host *next;
dist/pf/sbin/pfctl/pfctl_parser.h
123
struct node_host *tail;
dist/pf/sbin/pfctl/pfctl_parser.h
164
struct node_host *host;
dist/pf/sbin/pfctl/pfctl_parser.h
268
void set_ipmask(struct node_host *, u_int8_t);
dist/pf/sbin/pfctl/pfctl_parser.h
269
int check_netmask(struct node_host *, sa_family_t);
dist/pf/sbin/pfctl/pfctl_parser.h
272
struct node_host *ifa_exists(const char *);
dist/pf/sbin/pfctl/pfctl_parser.h
273
struct node_host *ifa_lookup(const char *, int);
dist/pf/sbin/pfctl/pfctl_parser.h
274
struct node_host *host(const char *);
dist/pf/sbin/pfctl/pfctl_parser.h
278
struct node_host *, int, int);