OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:node_host
(Results
1 - 4
of
4
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pfctl_parser.h
113
struct
node_host
{
struct
122
struct
node_host
*next;
123
struct
node_host
*tail;
164
struct
node_host
*host;
268
void set_ipmask(struct
node_host
*, u_int8_t);
269
int check_netmask(struct
node_host
*, sa_family_t);
272
struct
node_host
*ifa_exists(const char *);
273
struct
node_host
*ifa_lookup(const char *, int);
274
struct
node_host
*host(const char *);
278
struct
node_host
*, int, int)
[
all
...]
pfctl_parser.c
72
int ifa_skip_if(const char *filter, struct
node_host
*p);
74
struct
node_host
*ifa_grouplookup(const char *, int);
75
struct
node_host
*host_if(const char *, int);
76
struct
node_host
*host_v4(const char *, int);
77
struct
node_host
*host_v6(const char *, int);
78
struct
node_host
*host_dns(const char *, int, int);
1037
struct
node_host
*h;
1084
set_ipmask(struct
node_host
*h, u_int8_t b)
1109
check_netmask(struct
node_host
*h, sa_family_t af)
1111
struct
node_host
*n = NULL
[
all
...]
parse.y
160
struct
node_host
*host;
264
int disallow_table(struct
node_host
*, const char *);
265
int disallow_urpf_failed(struct
node_host
*, const char *);
266
int disallow_alias(struct
node_host
*, const char *);
276
struct
node_host
*);
280
void expand_label(char *, size_t, const char *, u_int8_t, struct
node_host
*,
281
struct node_port *, struct
node_host
*, struct node_port *,
283
void expand_rule(struct pf_rule *, struct node_if *, struct
node_host
*,
284
struct node_proto *, struct node_os*, struct
node_host
*,
285
struct node_port *, struct
node_host
*, struct node_port *
[
all
...]
pfctl_optimize.c
1223
struct
node_host
node_host
;
local
1239
memset(&
node_host
, 0, sizeof(
node_host
));
1240
node_host
.af = af;
1241
node_host
.addr = addr->addr;
1245
&
node_host
.addr.v.a.addr, buf, sizeof(buf)),
1246
unmask(&
node_host
.addr.v.a.mask, af));
1249
if (append_addr_host((*tbl)->pt_buf, &
node_host
, 0, 0)) {
1260
memcpy(ti->host, &
node_host
, sizeof(*ti->host))
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026