Home
last modified time | relevance | path

Searched refs:is_ll_addr_supported (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Droute.c1011 static bool is_ll_addr_supported(struct net_if *iface) in is_ll_addr_supported() function
1048 if (is_ll_addr_supported(nbr->iface) && is_ll_addr_supported(net_pkt_iface(pkt)) && in net_route_packet()
1049 is_ll_addr_supported(net_pkt_orig_iface(pkt))) { in net_route_packet()
1081 if (is_ll_addr_supported(net_pkt_iface(pkt))) { in net_route_packet()
1115 if (is_ll_addr_supported(iface)) { in net_route_packet_if()