Searched refs:is_router (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/net/ip/ |
| D | ipv6.h | 112 bool is_router; member 339 bool is_router, 345 bool is_router, in net_ipv6_nbr_add() argument
|
| D | ipv6_nbr.c | 239 net_ipv6_nbr_data(nbr)->is_router, in nbr_print() 408 const struct in6_addr *addr, bool is_router, in nbr_init() argument 416 net_ipv6_nbr_data(nbr)->is_router = is_router; in nbr_init() 427 const struct in6_addr *addr, bool is_router, in nbr_new() argument 436 nbr_init(nbr, iface, addr, is_router, state); in nbr_new() 522 if (!data || data->is_router || in ipv6_nd_remove_old_stale_nbr() 554 bool is_router, in add_nbr() argument 564 nbr = nbr_new(iface, addr, is_router, state); in add_nbr() 574 nbr = nbr_new(iface, addr, is_router, state); in add_nbr() 585 bool is_router, in net_ipv6_nbr_add() argument [all …]
|
| /Zephyr-latest/subsys/net/lib/shell/ |
| D | nbr.c | 93 net_ipv6_nbr_data(nbr)->is_router, in nbr_cb()
|