Searched refs:is_router (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/subsys/net/ip/ |
D | ipv6.h | 112 bool is_router; member 343 bool is_router, 349 bool is_router, in net_ipv6_nbr_add() argument
|
D | ipv6_nbr.c | 243 net_ipv6_nbr_data(nbr)->is_router, in nbr_print() 404 const struct in6_addr *addr, bool is_router, in nbr_init() argument 412 net_ipv6_nbr_data(nbr)->is_router = is_router; in nbr_init() 423 const struct in6_addr *addr, bool is_router, in nbr_new() argument 432 nbr_init(nbr, iface, addr, is_router, state); in nbr_new() 519 if (!data || data->is_router || in ipv6_nd_remove_old_stale_nbr() 553 bool is_router, in add_nbr() argument 563 nbr = nbr_new(iface, addr, is_router, state); in add_nbr() 573 nbr = nbr_new(iface, addr, is_router, state); in add_nbr() 584 bool is_router, in net_ipv6_nbr_add() argument [all …]
|
D | net_shell.c | 4262 net_ipv6_nbr_data(nbr)->is_router, in nbr_cb()
|