Lines Matching defs:node_host
125 struct node_host {
134 struct node_host *next;
135 struct node_host *tail;
138 void freehostlist(struct node_host *);
250 struct node_host *host;
361 void set_ipmask(struct node_host *, u_int8_t);
362 int check_netmask(struct node_host *, sa_family_t);
364 struct node_host *gen_dynnode(struct node_host *, sa_family_t);
367 struct node_host *ifa_exists(char *);
368 struct node_host *ifa_grouplookup(char *ifa_name, int flags);
369 struct node_host *ifa_lookup(char *, int);
370 struct node_host *host(const char *);
374 struct node_host *, int, int);