OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLE_VALID
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/net/
nd.c
177
ln->la_flags &= ~
LLE_VALID
;
194
ln->la_flags &
LLE_VALID
)
351
KASSERT((ln->la_flags &
LLE_VALID
) != 0);
if_llatbl.c
96
a = (lle->la_flags &
LLE_VALID
) ==
LLE_VALID
? &lle->ll_addr : NULL;
237
lle->la_flags &= ~(
LLE_VALID
| LLE_LINKED);
721
lle->la_flags |=
LLE_VALID
;
if_llatbl.h
249
#define
LLE_VALID
0x0008 /* ll_addr is valid */
rtsock_shared.c
576
void *a = (LLE_IS_VALID(la) && (la->la_flags &
LLE_VALID
) ==
LLE_VALID
)
/src/sys/netinet6/
nd6.c
744
if (ln->la_flags &
LLE_VALID
|| gc) {
749
lladdr = ln->la_flags &
LLE_VALID
?
1378
olladdr = (ln->la_flags &
LLE_VALID
) ? 1 : 0;
1401
ln->la_flags |=
LLE_VALID
;
1592
if (ln != NULL && (ln->la_flags &
LLE_VALID
) != 0 &&
nd6_nbr.c
763
ln->la_flags |=
LLE_VALID
;
783
if (ln->la_flags &
LLE_VALID
) {
831
ln->la_flags |=
LLE_VALID
;
icmp6.c
2622
if (ln->la_flags &
LLE_VALID
) {
in6.c
2584
lle->la_flags |=
LLE_VALID
;
/src/sys/netinet/
if_arp.c
620
if (la->la_flags &
LLE_VALID
&& la->ln_state == ND_LLINFO_REACHABLE) {
997
if ((la->la_flags &
LLE_VALID
) &&
1051
rt_cmd = la->la_flags &
LLE_VALID
? 0 : RTM_ADD;
1058
la->la_flags |=
LLE_VALID
;
1432
if (ln->la_flags &
LLE_VALID
|| gc) {
1437
lladdr = ln->la_flags &
LLE_VALID
?
in.c
2265
lle->la_flags |= (
LLE_VALID
| LLE_STATIC);
Completed in 37 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025