Lines Matching refs:node_host

72 int		 ifa_skip_if(const char *filter, struct node_host *p);
74 struct node_host *ifa_grouplookup(const char *, int);
75 struct node_host *host_if(const char *, 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);
1037 struct node_host *h; in print_tabledef()
1084 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask()
1109 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1111 struct node_host *n = NULL; in check_netmask()
1135 struct node_host *iftab;
1141 struct node_host *n = NULL, *h = NULL; in ifa_load()
1151 n = calloc(1, sizeof(struct node_host)); in ifa_load()
1221 struct node_host *
1224 struct node_host *n; in ifa_exists()
1260 struct node_host *
1271 struct node_host *n, *h = NULL; in ifa_grouplookup()
1307 struct node_host *
1310 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup()
1347 n = calloc(1, sizeof(struct node_host)); in ifa_lookup()
1389 ifa_skip_if(const char *filter, struct node_host *p) in ifa_skip_if()
1410 struct node_host *
1413 struct node_host *h = NULL; in host()
1459 struct node_host *
1462 struct node_host *n, *h = NULL; in host_if()
1505 struct node_host *
1508 struct node_host *h = NULL; in host_v4()
1521 h = calloc(1, sizeof(struct node_host)); in host_v4()
1534 struct node_host *
1538 struct node_host *h = NULL; in host_v6()
1545 h = calloc(1, sizeof(struct node_host)); in host_v6()
1564 struct node_host *
1568 struct node_host *n, *h = NULL; in host_dns()
1603 n = calloc(1, sizeof(struct node_host)); in host_dns()
1648 struct node_host *h, *n; in append_addr()
1673 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not) in append_addr_host()