Searched refs:ln_router (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/netinet6/
H A Dnd6.c1479 if (ln->ln_router || dr) {
1518 if (ln->ln_router || dr)
1820 nbi->isrouter = ln->ln_router;
1844 int ln_router)
1882 ln_router = 0;
1891 ln_router = 1;
1894 ln_router = 0;
1901 ln_router = 0;
1909 ln_router = 1;
1914 return (ln_router);
1843 nd6_is_router(int type, int code, int is_new, int old_addr, int new_addr, int ln_router) argument
[all...]
H A Dnd6_nbr.c789 if ((ln->ln_router = is_router) != 0) {
875 if (ln->ln_router && !is_router) {
895 ln->ln_router = is_router;
H A Din6.c2444 if (lle->ln_router != 0)
/freebsd-13-stable/sys/net/
H A Dif_llatbl.h75 uint16_t ln_router; member in struct:llentry
H A Dif_llatbl.c817 db_printf(" ln_router=%u\n", lle->ln_router);

Completed in 269 milliseconds