Lines Matching refs:node_host

73 int		 ifa_skip_if(const char *filter, struct node_host *p);
75 struct node_host *host_if(const char *, int, 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);
1242 struct node_host *h; in print_tabledef()
1291 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask()
1316 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1318 struct node_host *n = NULL; in check_netmask()
1336 struct node_host *
1337 gen_dynnode(struct node_host *h, sa_family_t af) in gen_dynnode()
1339 struct node_host *n; in gen_dynnode()
1362 static struct node_host *iftab;
1433 struct node_host *n = NULL, *h = NULL; in ifa_load()
1443 n = calloc(1, sizeof(struct node_host)); in ifa_load()
1564 struct node_host *
1567 struct node_host *n; in ifa_exists()
1590 struct node_host *
1596 struct node_host *n, *h = NULL; in ifa_grouplookup()
1627 struct node_host *
1630 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup()
1671 n = calloc(1, sizeof(struct node_host)); in ifa_lookup()
1714 ifa_skip_if(const char *filter, struct node_host *p) in ifa_skip_if()
1735 struct node_host *
1738 struct node_host *h = NULL; in host()
1785 struct node_host *
1788 struct node_host *n, *h = NULL; in host_if()
1832 struct node_host *
1835 struct node_host *h = NULL; in host_v4()
1848 h = calloc(1, sizeof(struct node_host)); in host_v4()
1861 struct node_host *
1865 struct node_host *h = NULL; in host_v6()
1872 h = calloc(1, sizeof(struct node_host)); in host_v6()
1891 struct node_host *
1895 struct node_host *n, *h = NULL; in host_dns()
1930 n = calloc(1, sizeof(struct node_host)); in host_dns()
1975 struct node_host *h, *n; in append_addr()
2000 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not) in append_addr_host()