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);
1082 struct node_host *h; in print_tabledef()
1131 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask()
1156 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1158 struct node_host *n = NULL; in check_netmask()
1176 struct node_host *
1177 gen_dynnode(struct node_host *h, sa_family_t af) in gen_dynnode()
1179 struct node_host *n; in gen_dynnode()
1202 static struct node_host *iftab;
1273 struct node_host *n = NULL, *h = NULL; in ifa_load()
1283 n = calloc(1, sizeof(struct node_host)); in ifa_load()
1404 struct node_host *
1407 struct node_host *n; in ifa_exists()
1430 struct node_host *
1436 struct node_host *n, *h = NULL; in ifa_grouplookup()
1467 struct node_host *
1470 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup()
1511 n = calloc(1, sizeof(struct node_host)); in ifa_lookup()
1554 ifa_skip_if(const char *filter, struct node_host *p) in ifa_skip_if()
1575 struct node_host *
1578 struct node_host *h = NULL; in host()
1625 struct node_host *
1628 struct node_host *n, *h = NULL; in host_if()
1672 struct node_host *
1675 struct node_host *h = NULL; in host_v4()
1688 h = calloc(1, sizeof(struct node_host)); in host_v4()
1701 struct node_host *
1705 struct node_host *h = NULL; in host_v6()
1712 h = calloc(1, sizeof(struct node_host)); in host_v6()
1731 struct node_host *
1735 struct node_host *n, *h = NULL; in host_dns()
1770 n = calloc(1, sizeof(struct node_host)); in host_dns()
1815 struct node_host *h, *n; in append_addr()
1840 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not) in append_addr_host()