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_ip(const char *, int);
79 struct node_host *host_dns(const char *, int, int);
1370 struct node_host *h; in print_tabledef()
1419 set_ipmask(struct node_host *h, int bb) in set_ipmask()
1450 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1452 struct node_host *n = NULL; in check_netmask()
1470 struct node_host *
1471 gen_dynnode(struct node_host *h, sa_family_t af) in gen_dynnode()
1473 struct node_host *n; in gen_dynnode()
1494 static struct node_host *iftab;
1565 struct node_host *n = NULL, *h = NULL; in ifa_load()
1576 n = calloc(1, sizeof(struct node_host)); in ifa_load()
1692 struct node_host *p; in ifa_nametoindex()
1705 struct node_host *p; in ifa_indextoname()
1717 struct node_host *
1720 struct node_host *n; in ifa_exists()
1743 struct node_host *
1749 struct node_host *n, *h = NULL; in ifa_grouplookup()
1780 struct node_host *
1783 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup()
1826 n = calloc(1, sizeof(struct node_host)); in ifa_lookup()
1859 ifa_skip_if(const char *filter, struct node_host *p) in ifa_skip_if()
1880 struct node_host *
1883 struct node_host *h = NULL; in host()
1914 struct node_host *
1917 struct node_host *n, *h = NULL; in host_if()
1958 struct node_host *
1962 struct node_host *h = NULL; in host_ip()
1999 struct node_host *
2003 struct node_host *n, *h = NULL; in host_dns()
2036 n = calloc(1, sizeof(struct node_host)); in host_dns()
2071 struct node_host *h, *n; in append_addr()
2096 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not) in append_addr_host()