Searched refs:net_if_router (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 219 struct net_if_router { struct 1410 void net_if_router_rm(struct net_if_router *router); 1845 static inline struct in6_addr *net_if_router_ipv6(struct net_if_router *router) in net_if_router_ipv6() 1854 static inline struct in6_addr *net_if_router_ipv6(struct net_if_router *router) in net_if_router_ipv6() 1873 struct net_if_router *net_if_ipv6_router_lookup(struct net_if *iface, 1885 struct net_if_router *net_if_ipv6_router_find_default(struct net_if *iface, 1894 void net_if_ipv6_router_update_lifetime(struct net_if_router *router, 1906 struct net_if_router *net_if_ipv6_router_add(struct net_if *iface, 1917 bool net_if_ipv6_router_rm(struct net_if_router *router); 2482 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]; 713 static struct net_if_router *iface_router_lookup(struct net_if *iface, in iface_router_lookup() 716 struct net_if_router *router = NULL; in iface_router_lookup() 745 static void iface_router_notify_deletion(struct net_if_router *router, in iface_router_notify_deletion() 771 static inline int32_t iface_router_ends(const struct net_if_router *router, in iface_router_ends() 784 struct net_if_router *router, *next; in iface_router_update_timer() 813 struct net_if_router *router, *next; in iface_router_expired() 843 static struct net_if_router *iface_router_add(struct net_if *iface, in iface_router_add() 848 struct net_if_router *router = NULL; in iface_router_add() 916 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 | 732 struct net_if_router *router; in check_route() 2531 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 | 974 struct net_if_router *router; in verify_rs_on_iface_event()
|