Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dneigh.c115 if (lle->la_flags & LLE_PUB) in lle_flags_to_nl_flags()
420 int lle_flags = (attrs.ndm_flags & NTF_PROXY) ? LLE_PUB : 0; in rtnl_handle_newneigh()
/freebsd/sys/net/
H A Dif_llatbl.h210 #define LLE_PUB 0x0020 /* publish entry ??? */ macro
H A Dif_llatbl.c907 if (error == 0 && (lle->la_flags & LLE_PUB) != 0) in lltable_link_entry()
1017 lle->la_flags |= LLE_PUB; in lla_rt_output()
/freebsd/sys/netinet6/
H A Din6.c2369 if ((lle->la_flags & LLE_PUB) != 0) in in6_lltable_delete_entry()
2512 if (lle->la_flags & LLE_PUB) in in6_lltable_dump_entry()
2550 if ((lle->la_flags & LLE_PUB) == LLE_PUB) in in6_lltable_post_resolved()
2743 return ((lle->la_flags & LLE_PUB) != 0); in in6_lle_match_pub()
H A Dnd6_nbr.c383 if ((ln->la_flags & (LLE_PUB | LLE_VALID)) == (LLE_PUB | LLE_VALID)) { in nd6_proxy_fill_sdl()
/freebsd/sys/netinet/
H A Din.c1784 if (lle->la_flags & LLE_PUB) in in_lltable_dump_entry()
1819 if ((lle->la_flags & LLE_PUB) != 0) in in_lltable_post_resolved()
H A Dif_ether.c1020 if ((lle != NULL) && (lle->la_flags & LLE_PUB)) { in in_arpinput()