Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_if.h1212 void net_if_stop_rs(struct net_if *iface);
1214 static inline void net_if_stop_rs(struct net_if *iface) in net_if_stop_rs() function
/Zephyr-latest/subsys/net/ip/
Dipv6_nbr.c2740 net_if_stop_rs(net_pkt_iface(pkt)); in handle_ra_input()
Dnet_if.c1576 void net_if_stop_rs(struct net_if *iface) in net_if_stop_rs() function
1605 #define net_if_stop_rs(...) macro