OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:node_host
(Results
1 - 2
of
2
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
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
...]
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
...]
Completed in 26 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026