Lines Matching refs:node_host
74 int ifa_skip_if(const char *filter, struct node_host *p);
76 struct node_host *host_if(const char *, int);
77 struct node_host *host_v4(const char *, int);
78 struct node_host *host_v6(const char *, int);
79 struct node_host *host_dns(const char *, int, int);
1067 struct node_host *h; in print_tabledef()
1116 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask()
1141 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1143 struct node_host *n = NULL; in check_netmask()
1167 static struct node_host *iftab;
1238 struct node_host *n = NULL, *h = NULL; in ifa_load()
1248 n = calloc(1, sizeof(struct node_host)); in ifa_load()
1369 struct node_host *
1372 struct node_host *n; in ifa_exists()
1397 struct node_host *
1403 struct node_host *n, *h = NULL; in ifa_grouplookup()
1434 struct node_host *
1437 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup()
1474 n = calloc(1, sizeof(struct node_host)); in ifa_lookup()
1517 ifa_skip_if(const char *filter, struct node_host *p) in ifa_skip_if()
1538 struct node_host *
1541 struct node_host *h = NULL; in host()
1587 struct node_host *
1590 struct node_host *n, *h = NULL; in host_if()
1633 struct node_host *
1636 struct node_host *h = NULL; in host_v4()
1649 h = calloc(1, sizeof(struct node_host)); in host_v4()
1662 struct node_host *
1666 struct node_host *h = NULL; in host_v6()
1673 h = calloc(1, sizeof(struct node_host)); in host_v6()
1692 struct node_host *
1696 struct node_host *n, *h = NULL; in host_dns()
1731 n = calloc(1, sizeof(struct node_host)); in host_dns()
1776 struct node_host *h, *n; in append_addr()
1801 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not) in append_addr_host()