OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:basereachable
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/compat/netinet6/
nd6.h
37
u_int32_t
basereachable
; /* BaseReachableTime */
member in struct:nd_ifinfo90
55
u_int32_t
basereachable
; /* BaseReachableTime */
member in struct:in6_ondireq::__anon7a8102080108
/src/sys/netinet6/
nd6.c
175
nd->
basereachable
= REACHABLE_TIME;
176
nd->reachable = ND_COMPUTE_RTIME(nd->
basereachable
);
1215
OND.
basereachable
= ifndi->
basereachable
;
1224
if (OND.
basereachable
!= 0 &&
1225
OND.
basereachable
!= ifndi->
basereachable
)
1227
ifndi->
basereachable
= OND.
basereachable
;
1228
ifndi->reachable = ND_COMPUTE_RTIME(OND.
basereachable
);
[
all
...]
nd6.h
54
uint32_t
basereachable
; /* BaseReachableTime */
member in struct:nd_ifinfo
61
uint32_t
basereachable
; /* BaseReachableTime */
member in struct:nd_kifinfo
/src/usr.sbin/ndp/
ndp.c
878
SETVALUE("
basereachable
", ND.
basereachable
);
896
(void)printf(",
basereachable
=%ds%dms",
897
ND.
basereachable
/ 1000, ND.
basereachable
% 1000);
/src/tests/net/ndp/
t_ndp.sh
129
atf_check -s exit:0 -o match:'
basereachable
=7s0ms' \
130
rump.ndp -i shmif0
basereachable
=7000
765
atf_check -s exit:0 -o match:'
basereachable
=7s0ms' \
766
rump.ndp -i shmif0
basereachable
=7000
Completed in 61 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025