Lines Matching refs:node_host
68 int ifa_skip_if(const char *filter, struct node_host *p);
70 struct node_host *host_if(const char *, int);
71 struct node_host *host_v4(const char *, int);
72 struct node_host *host_v6(const char *, int);
73 struct node_host *host_dns(const char *, int, int);
919 struct node_host *h; in print_tabledef()
966 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask()
993 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
995 struct node_host *n = NULL; in check_netmask()
1015 struct node_host *iftab;
1021 struct node_host *n = NULL, *h = NULL; in ifa_load()
1033 n = calloc(1, sizeof(struct node_host)); in ifa_load()
1113 n = calloc(1, sizeof(struct node_host)); in ifa_load()
1140 struct node_host *
1143 struct node_host *n; in ifa_exists()
1173 struct node_host *
1176 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup()
1210 n = calloc(1, sizeof(struct node_host)); in ifa_lookup()
1252 ifa_skip_if(const char *filter, struct node_host *p) in ifa_skip_if()
1273 struct node_host *
1276 struct node_host *h = NULL; in host()
1322 struct node_host *
1325 struct node_host *n, *h = NULL; in host_if()
1368 struct node_host *
1371 struct node_host *h = NULL; in host_v4()
1384 h = calloc(1, sizeof(struct node_host)); in host_v4()
1397 struct node_host *
1401 struct node_host *h = NULL; in host_v6()
1408 h = calloc(1, sizeof(struct node_host)); in host_v6()
1427 struct node_host *
1431 struct node_host *n, *h = NULL; in host_dns()
1464 n = calloc(1, sizeof(struct node_host)); in host_dns()
1509 struct node_host *h, *n; in append_addr()
1534 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not) in append_addr_host()