Home
last modified time | relevance | path

Searched defs:net_if (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dstatistic.c46 void bt_mesh_stat_rx(enum bt_mesh_net_if net_if) in bt_mesh_stat_rx()
Dnet.c664 static bool relay_to_adv(enum bt_mesh_net_if net_if) in relay_to_adv()
770 int bt_mesh_net_decode(struct net_buf_simple *in, enum bt_mesh_net_if net_if, in bt_mesh_net_decode()
830 enum bt_mesh_net_if net_if) in bt_mesh_net_recv()
Dnet.h262 net_if:2, /* Network interface */ member
/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_if.h680 struct net_if { struct
682 struct net_if_dev *if_dev; argument
690 struct net_if_config config; argument
697 int tx_pending;
723 static inline void net_if_lock(struct net_if *iface) in net_if_lock() argument