Home
last modified time | relevance | path

Searched refs:RLLE_VALID (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/
H A Dif_llatbl.h205 #define RLLE_VALID 0x0001 /* entry is valid */ macro
262 if ((lle->r_flags & RLLE_VALID) != 0) in llentry_mark_used()
H A Dif_llatbl.c317 lle->r_flags |= RLLE_VALID; in lltable_set_entry_addr()
/f-stack/freebsd/netinet/
H A Din.c1544 lle->r_flags |= RLLE_VALID; in in_lltable_alloc()
1555 lle->r_flags |= (RLLE_VALID | RLLE_IFADDR); in in_lltable_alloc()
H A Dif_ether.c653 if (la != NULL && (la->r_flags & RLLE_VALID) != 0) { in arpresolve()
/f-stack/freebsd/netinet6/
H A Dnd6.c2250 if (ln != NULL && (ln->r_flags & RLLE_VALID) != 0) { in nd6_resolve()