Searched refs:net_if_router (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 203 struct net_if_router { struct 1345 void net_if_router_rm(struct net_if_router *router); 1780 static inline struct in6_addr *net_if_router_ipv6(struct net_if_router *router) in net_if_router_ipv6() 1789 static inline struct in6_addr *net_if_router_ipv6(struct net_if_router *router) in net_if_router_ipv6() 1808 struct net_if_router *net_if_ipv6_router_lookup(struct net_if *iface, 1820 struct net_if_router *net_if_ipv6_router_find_default(struct net_if *iface, 1829 void net_if_ipv6_router_update_lifetime(struct net_if_router *router, 1841 struct net_if_router *net_if_ipv6_router_add(struct net_if *iface, 1852 bool net_if_ipv6_router_rm(struct net_if_router *router); 2417 static inline struct in_addr *net_if_router_ipv4(struct net_if_router *router) in net_if_router_ipv4() [all …]
|
/Zephyr-latest/subsys/net/ip/ |
D | net_if.c | 60 static struct net_if_router routers[CONFIG_NET_MAX_ROUTERS]; 711 static struct net_if_router *iface_router_lookup(struct net_if *iface, in iface_router_lookup() 714 struct net_if_router *router = NULL; in iface_router_lookup() 743 static void iface_router_notify_deletion(struct net_if_router *router, in iface_router_notify_deletion() 769 static inline int32_t iface_router_ends(const struct net_if_router *router, in iface_router_ends() 782 struct net_if_router *router, *next; in iface_router_update_timer() 811 struct net_if_router *router, *next; in iface_router_expired() 841 static struct net_if_router *iface_router_add(struct net_if *iface, in iface_router_add() 846 struct net_if_router *router = NULL; in iface_router_add() 914 static bool iface_router_rm(struct net_if_router *router) in iface_router_rm() [all …]
|
D | route.c | 967 struct net_if_router *router; in net_route_get_info()
|
D | ipv6_nbr.c | 745 struct net_if_router *router; in check_route() 2552 struct net_if_router *router; in handle_ra_input()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | iface.c | 162 struct net_if_router *router; in iface_cb()
|
/Zephyr-latest/tests/net/ipv6/src/ |
D | main.c | 982 struct net_if_router *router; in verify_rs_on_iface_event()
|