Searched refs:node_host (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sbin/pfctl/ |
| D | pfctl_parser.h | 86 struct node_host { struct 95 struct node_host *next; argument 96 struct node_host *tail; argument 141 struct node_host *host; 221 void set_ipmask(struct node_host *, u_int8_t); 222 int check_netmask(struct node_host *, sa_family_t); 224 struct node_host *ifa_exists(const char *, int); 225 struct node_host *ifa_lookup(const char *, int); 226 struct node_host *host(const char *); 230 struct node_host *, int, int);
|
| D | pfctl_parser.c | 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; [all …]
|
| D | parse.y | 148 struct node_host *host; 245 int disallow_table(struct node_host *, const char *); 255 struct node_host *); 259 void expand_label(char *, size_t, const char *, u_int8_t, struct node_host *, 260 struct node_port *, struct node_host *, struct node_port *, 262 void expand_rule(struct pf_rule *, struct node_if *, struct node_host *, 263 struct node_proto *, struct node_os*, struct node_host *, 264 struct node_port *, struct node_host *, struct node_port *, 295 void decide_address_family(struct node_host *, sa_family_t *); 296 void remove_invalid_hosts(struct node_host **, sa_family_t *); [all …]
|