Home
last modified time | relevance | path

Searched refs:LLE_VALID (Results 1 – 9 of 9) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_llatbl.c91 a = (lle->la_flags & LLE_VALID) == LLE_VALID ? &lle->ll_addr : NULL; in lltable_dump_entry()
225 lle->la_flags &= ~(LLE_VALID | LLE_LINKED); in htable_unlink_entry()
652 lle->la_flags |= LLE_VALID;
H A Dif_llatbl.h243 #define LLE_VALID 0x0008 /* ll_addr is valid */ macro
H A Drtsock.c470 void *a = (LLE_IS_VALID(la) && (la->la_flags & LLE_VALID) == LLE_VALID) in route_get_sdl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Dnd6_nbr.c679 ln->la_flags |= LLE_VALID; in nd6_na_input()
709 if (ln->la_flags & LLE_VALID) { in nd6_na_input()
755 ln->la_flags |= LLE_VALID; in nd6_na_input()
H A Dnd6.c1951 olladdr = (ln->la_flags & LLE_VALID) ? 1 : 0; in nd6_cache_lladdr()
1974 ln->la_flags |= LLE_VALID; in nd6_cache_lladdr()
2451 if ((ln == NULL) || !(ln->la_flags & LLE_VALID)) { in nd6_storelladdr()
H A Din6.c2454 lle->la_flags |= LLE_VALID;
H A Dicmp6.c2514 if (ln->la_flags & LLE_VALID) { in icmp6_redirect_output()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dif_arp.c716 if ((la->la_flags & LLE_VALID) && in arpresolve()
763 if ((la->la_flags & LLE_VALID) && in arpresolve()
1145 if ((la->la_flags & LLE_VALID) && in in_arpinput()
1234 la->la_flags |= LLE_VALID; in in_arpinput()
H A Din.c1881 lle->la_flags |= (LLE_VALID | LLE_STATIC); in in_lltable_create()