Home
last modified time | relevance | path

Searched refs:LLE_PUB (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/net/
Dif_llatbl.c102 if (sa->sa_family == AF_INET && lle->la_flags & LLE_PUB) { in lltable_dump_entry()
122 if (lle->la_flags & LLE_PUB) in lltable_dump_entry()
720 lle->la_flags |= LLE_PUB; in lla_rt_output()
751 if ((laflags & LLE_PUB) && dst->sa_family == AF_INET) { in lla_rt_output()
Dif_llatbl.h250 #define LLE_PUB 0x0020 /* publish entry ??? */ macro
/netbsd/src/sys/netinet/
Dif_arp.c1152 if ((lle != NULL) && (lle->la_flags & LLE_PUB)) { in in_arpinput()