Home | History | Annotate | Download | only in pfctl

Lines Matching refs:node_host

72 int		 ifa_skip_if(const char *filter, struct node_host *p);
74 struct node_host *ifa_grouplookup(const char *, int);
75 struct node_host *host_if(const char *, int);
76 struct node_host *host_v4(const char *, int);
77 struct node_host *host_v6(const char *, int);
78 struct node_host *host_dns(const char *, int, int);
1037 struct node_host *h;
1084 set_ipmask(struct node_host *h, u_int8_t b)
1109 check_netmask(struct node_host *h, sa_family_t af)
1111 struct node_host *n = NULL;
1135 struct node_host *iftab;
1141 struct node_host *n = NULL, *h = NULL;
1151 n = calloc(1, sizeof(struct node_host));
1221 struct node_host *
1224 struct node_host *n;
1241 /* fake a node_host */
1260 struct node_host *
1271 struct node_host *n, *h = NULL;
1307 struct node_host *
1310 struct node_host *p = NULL, *h = NULL, *n = NULL;
1347 n = calloc(1, sizeof(struct node_host));
1389 ifa_skip_if(const char *filter, struct node_host *p)
1410 struct node_host *
1413 struct node_host *h = NULL;
1459 struct node_host *
1462 struct node_host *n, *h = NULL;
1505 struct node_host *
1508 struct node_host *h = NULL;
1521 h = calloc(1, sizeof(struct node_host));
1534 struct node_host *
1538 struct node_host *h = NULL;
1545 h = calloc(1, sizeof(struct node_host));
1564 struct node_host *
1568 struct node_host *n, *h = NULL;
1603 n = calloc(1, sizeof(struct node_host));
1648 struct node_host *h, *n;
1668 * to "negate" the result. Does not free the node_host list.
1673 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not)