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, 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);
1269 struct node_host *h; in print_tabledef()
1318 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask()
1343 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1345 struct node_host *n = NULL; in check_netmask()
1363 struct node_host *
1364 gen_dynnode(struct node_host *h, sa_family_t af) in gen_dynnode()
1366 struct node_host *n; in gen_dynnode()
1389 static struct node_host *iftab;
1460 struct node_host *n = NULL, *h = NULL; in ifa_load()
1470 n = calloc(1, sizeof(struct node_host)); in ifa_load()
1596 struct node_host *p; in ifa_nametoindex()
1609 struct node_host *p; in ifa_indextoname()
1621 struct node_host *
1624 struct node_host *n; in ifa_exists()
1647 struct node_host *
1653 struct node_host *n, *h = NULL; in ifa_grouplookup()
1684 struct node_host *
1687 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup()
1728 n = calloc(1, sizeof(struct node_host)); in ifa_lookup()
1771 ifa_skip_if(const char *filter, struct node_host *p) in ifa_skip_if()
1792 struct node_host *
1795 struct node_host *h = NULL; in host()
1842 struct node_host *
1845 struct node_host *n, *h = NULL; in host_if()
1889 struct node_host *
1892 struct node_host *h = NULL; in host_v4()
1905 h = calloc(1, sizeof(struct node_host)); in host_v4()
1918 struct node_host *
1922 struct node_host *h = NULL; in host_v6()
1929 h = calloc(1, sizeof(struct node_host)); in host_v6()
1948 struct node_host *
1952 struct node_host *n, *h = NULL; in host_dns()
1987 n = calloc(1, sizeof(struct node_host)); in host_dns()
2032 struct node_host *h, *n; in append_addr()
2057 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not) in append_addr_host()