Lines Matching refs:node_host

75 int		 ifa_skip_if(const char *filter, struct node_host *p);
77 struct node_host *host_if(const char *, int);
78 struct node_host *host_v4(const char *, int);
79 struct node_host *host_v6(const char *, int);
80 struct node_host *host_dns(const char *, int, int);
1070 struct node_host *h; in print_tabledef()
1119 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask()
1144 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1146 struct node_host *n = NULL; in check_netmask()
1170 static struct node_host *iftab;
1241 struct node_host *n = NULL, *h = NULL; in ifa_load()
1251 n = calloc(1, sizeof(struct node_host)); in ifa_load()
1372 struct node_host *
1375 struct node_host *n; in ifa_exists()
1398 struct node_host *
1404 struct node_host *n, *h = NULL; in ifa_grouplookup()
1435 struct node_host *
1438 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup()
1479 n = calloc(1, sizeof(struct node_host)); in ifa_lookup()
1522 ifa_skip_if(const char *filter, struct node_host *p) in ifa_skip_if()
1543 struct node_host *
1546 struct node_host *h = NULL; in host()
1593 struct node_host *
1596 struct node_host *n, *h = NULL; in host_if()
1639 struct node_host *
1642 struct node_host *h = NULL; in host_v4()
1655 h = calloc(1, sizeof(struct node_host)); in host_v4()
1668 struct node_host *
1672 struct node_host *h = NULL; in host_v6()
1679 h = calloc(1, sizeof(struct node_host)); in host_v6()
1698 struct node_host *
1702 struct node_host *n, *h = NULL; in host_dns()
1737 n = calloc(1, sizeof(struct node_host)); in host_dns()
1782 struct node_host *h, *n; in append_addr()
1807 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not) in append_addr_host()