Lines Matching refs:node_host

71 int		 ifa_skip_if(const char *filter, struct node_host *p);
73 struct node_host *ifa_grouplookup(const char *, int);
74 struct node_host *host_if(const char *, int);
75 struct node_host *host_v4(const char *, int);
76 struct node_host *host_v6(const char *, int);
77 struct node_host *host_dns(const char *, int, int);
1048 struct node_host *h; in print_tabledef()
1097 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask()
1122 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1124 struct node_host *n = NULL; in check_netmask()
1148 struct node_host *iftab;
1154 struct node_host *n = NULL, *h = NULL; in ifa_load()
1164 n = calloc(1, sizeof(struct node_host)); in ifa_load()
1254 struct node_host *
1257 struct node_host *n; in ifa_exists()
1288 struct node_host *
1294 struct node_host *n, *h = NULL; in ifa_grouplookup()
1329 struct node_host *
1332 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup()
1369 n = calloc(1, sizeof(struct node_host)); in ifa_lookup()
1411 ifa_skip_if(const char *filter, struct node_host *p) in ifa_skip_if()
1432 struct node_host *
1435 struct node_host *h = NULL; in host()
1481 struct node_host *
1484 struct node_host *n, *h = NULL; in host_if()
1527 struct node_host *
1530 struct node_host *h = NULL; in host_v4()
1543 h = calloc(1, sizeof(struct node_host)); in host_v4()
1556 struct node_host *
1560 struct node_host *h = NULL; in host_v6()
1567 h = calloc(1, sizeof(struct node_host)); in host_v6()
1586 struct node_host *
1590 struct node_host *n, *h = NULL; in host_dns()
1625 n = calloc(1, sizeof(struct node_host)); in host_dns()
1670 struct node_host *h, *n; in append_addr()
1695 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not) in append_addr_host()