Home
last modified time | relevance | path

Searched defs:nexthop (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/net/route/src/
Dmain.c421 struct in6_addr *nexthop; in test_route_get_nexthop() local
451 struct in6_addr *nexthop = &peer_addr; in test_route_del_nexthop() local
460 struct in6_addr *nexthop = &peer_addr; in test_route_del_nexthop_again() local
/Zephyr-latest/subsys/net/ip/
Droute.c327 struct in6_addr *nexthop, in net_route_add()
614 int net_route_del_by_nexthop(struct net_if *iface, struct in6_addr *nexthop) in net_route_del_by_nexthop()
965 struct in6_addr **nexthop) in net_route_get_info()
1032 int net_route_packet(struct net_pkt *pkt, struct in6_addr *nexthop) in net_route_packet()
Droute.h53 sys_slist_t nexthop; member
Dipv6_nbr.c743 struct in6_addr *nexthop = NULL; in check_route() local
795 struct in6_addr *nexthop = NULL; in net_ipv6_prepare_for_send() local
1184 struct in6_addr *nexthop, in ns_routing_info()
1316 struct in6_addr *nexthop; in handle_ns_input() local
Dipv6.c320 struct in6_addr *nexthop; in ipv6_route_packet() local
/Zephyr-latest/include/zephyr/net/
Dnet_event.h402 struct in6_addr nexthop; member