Searched refs:node_host (Results 1 – 4 of 4) sorted by relevance
| /trueos/sbin/pfctl/ |
| HD | pfctl_parser.h | 114 struct node_host { struct 123 struct node_host *next; argument 124 struct node_host *tail; argument 189 struct node_host *host; 293 void set_ipmask(struct node_host *, u_int8_t); 294 int check_netmask(struct node_host *, sa_family_t); 298 struct node_host *ifa_exists(const char *); 299 struct node_host *ifa_lookup(const char *, int); 300 struct node_host *host(const char *); 304 struct node_host *, int, int);
|
| HD | pfctl_parser.c | 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() [all …]
|
| HD | parse.y | 193 struct node_host *host; 242 struct node_host *addr; 305 int disallow_table(struct node_host *, const char *); 306 int disallow_urpf_failed(struct node_host *, const char *); 307 int disallow_alias(struct node_host *, const char *); 316 struct node_host *); 322 struct node_host *, struct node_port *, struct node_host *, 325 struct node_host *, struct node_proto *, struct node_os *, 326 struct node_host *, struct node_port *, struct node_host *, 343 void decide_address_family(struct node_host *, sa_family_t *); [all …]
|
| HD | pfctl_optimize.c | 1230 struct node_host node_host; in add_opt_table() local 1246 memset(&node_host, 0, sizeof(node_host)); in add_opt_table() 1247 node_host.af = af; in add_opt_table() 1248 node_host.addr = addr->addr; in add_opt_table() 1252 &node_host.addr.v.a.addr, buf, sizeof(buf)), in add_opt_table() 1253 unmask(&node_host.addr.v.a.mask, af)); in add_opt_table() 1256 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) { in add_opt_table() 1267 memcpy(ti->host, &node_host, sizeof(*ti->host)); in add_opt_table()
|