Lines Matching refs:node_host
77 int ifa_skip_if(const char *filter, struct node_host *p);
79 struct node_host *ifa_grouplookup(const char *, int);
80 struct node_host *host_if(const char *, int);
81 struct node_host *host_ip(const char *, int);
82 struct node_host *host_dns(const char *, int, int);
1178 struct node_host *h;
1288 set_ipmask(struct node_host *h, int bb)
1319 check_netmask(struct node_host *h, sa_family_t af)
1321 struct node_host *n = NULL;
1339 struct node_host *
1340 gen_dynnode(struct node_host *h, sa_family_t af)
1342 struct node_host *n;
1363 struct node_host *iftab;
1369 struct node_host *n = NULL, *h = NULL;
1380 n = calloc(1, sizeof(struct node_host));
1439 struct node_host *p;
1452 struct node_host *p;
1464 struct node_host *
1467 struct node_host *n;
1480 /* fake a node_host */
1498 struct node_host *
1504 struct node_host *n, *h = NULL;
1539 struct node_host *
1542 struct node_host *p = NULL, *h = NULL, *n = NULL;
1581 n = calloc(1, sizeof(struct node_host));
1613 ifa_skip_if(const char *filter, struct node_host *p)
1633 struct node_host *
1636 struct node_host *h = NULL, *n;
1670 struct node_host *
1673 struct node_host *n, *h = NULL;
1714 struct node_host *
1718 struct node_host *h = NULL;
1755 struct node_host *
1759 struct node_host *n, *h = NULL;
1792 n = calloc(1, sizeof(struct node_host));
1829 struct node_host *h, *n;
1879 * to "negate" the result. Does not free the node_host list.
1884 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not)