OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lan
(Results
1 - 11
of
11
) sorted by relevancy
/src/tests/net/if_l2tp/
t_l2tp.sh
122
lan
=${3}
129
atf_check -s exit:0 rump.ifconfig shmif0 inet6 ${
lan
}
131
atf_check -s exit:0 rump.ifconfig shmif0 inet ${
lan
} netmask 0xffffff00
141
lan
=${2}
148
atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${
lan
}
150
atf_check -s exit:0 -o ignore rump.ping -n -c 1 -w $TIMEOUT ${
lan
}
/src/sys/dist/pf/net/
pf.c
293
(sk)->
lan
.addr.addr32[0] != (sk)->gwy.addr.addr32[0] || \
295
((sk)->
lan
.addr.addr32[1] != (sk)->gwy.addr.addr32[1] || \
296
(sk)->
lan
.addr.addr32[2] != (sk)->gwy.addr.addr32[2] || \
297
(sk)->
lan
.addr.addr32[3] != (sk)->gwy.addr.addr32[3])) || \
298
(sk)->
lan
.port != (sk)->gwy.port
416
if (a->
lan
.addr.addr32[0] > b->
lan
.addr.addr32[0])
418
if (a->
lan
.addr.addr32[0] < b->
lan
.addr.addr32[0])
428
if (a->
lan
.addr.addr32[3] > b->lan.addr.addr32[3]
[
all
...]
pf_ioctl.c
1096
sp->
lan
.addr = sk->
lan
.addr;
1097
sp->
lan
.port = sk->
lan
.port;
1144
sk->
lan
.addr = sp->
lan
.addr;
1145
sk->
lan
.port = sp->
lan
.port;
1907
src = &sk->
lan
;
1911
dst = &sk->
lan
;
[
all
...]
if_pfsync.c
316
pf_state_host_ntoh(&sp->
lan
, &sk->
lan
);
1218
pf_state_host_hton(&sk->
lan
, &sp->
lan
);
pfvar.h
709
struct pf_state_host
lan
;
member in struct:pf_state_key_cmp
721
struct pf_state_host
lan
;
member in struct:pf_state_key
810
struct pfsync_state_host
lan
;
member in struct:pfsync_state
/src/tests/net/if_gif/
t_gif.sh
93
lan
=${2}
103
atf_check -s exit:0 rump.ifconfig shmif0 inet6 ${
lan
}
105
atf_check -s exit:0 rump.ifconfig shmif0 inet ${
lan
} netmask 0xffffff00
122
lan
=${2}
130
atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${
lan
}
132
atf_check -s exit:0 -o ignore rump.ping -n -c 1 -w $TIMEOUT ${
lan
}
/src/usr.sbin/pf/pfs/
parse.y
142
get_pfsync_host($2, &global_state.
lan
, &global_state.af);
144
memcpy(&global_state.gwy, &global_state.
lan
, sizeof(struct pfsync_state_host));
149
get_pfsync_host($2, &global_state.
lan
, &global_state.af);
pfs.c
310
if (PF_ANEQ(&p->
lan
.addr, &p->gwy.addr, p->af) ||
311
(p->
lan
.port != p->gwy.port)) {
315
print_host(&p->
lan
, p->af, buf1, sizeof(buf1)),
321
print_host(&p->
lan
, p->af, buf1, sizeof(buf1)),
/src/dist/pf/sbin/pfctl/
pf_print_state.c
212
if (PF_ANEQ(&s->
lan
.addr, &s->gwy.addr, s->af) ||
213
(s->
lan
.port != s->gwy.port)) {
214
print_host(&s->
lan
, s->af, opts);
/src/tests/net/if_ipsec/
t_ipsec_pfil.sh
46
local
lan
=$2
55
atf_check -s exit:0 rump.ifconfig shmif0 inet ${
lan
} netmask 0xffffff00
58
atf_check -s exit:0 -o ignore rump.ping -n -c 1 -w $TIMEOUT ${
lan
}
t_ipsec.sh
93
local
lan
=${2}
107
atf_check -s exit:0 rump.ifconfig shmif0 inet6 ${
lan
}
109
atf_check -s exit:0 rump.ifconfig shmif0 inet ${
lan
} netmask 0xffffff00
129
local
lan
=${2}
137
atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${
lan
}
139
atf_check -s exit:0 -o ignore rump.ping -n -c 1 -w $TIMEOUT ${
lan
}
Completed in 26 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026