Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c1092 if (rx->net_if == BLE_MESH_NET_IF_ADV && msg_cache_match(rx, buf)) { in net_decrypt()
1100 rx->net_if == BLE_MESH_NET_IF_PROXY_CFG) { in net_decrypt()
1209 static bool relay_to_adv(enum bt_mesh_net_if net_if) in relay_to_adv() argument
1211 switch (net_if) { in relay_to_adv()
1230 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in bt_mesh_net_relay()
1246 if (rx->net_if == BLE_MESH_NET_IF_ADV && in bt_mesh_net_relay()
1260 if (rx->net_if == BLE_MESH_NET_IF_ADV && !rx->friend_cred) { in bt_mesh_net_relay()
1291 if (rx->net_if != BLE_MESH_NET_IF_LOCAL) { in bt_mesh_net_relay()
1331 rx->net_if == BLE_MESH_NET_IF_LOCAL)) { in bt_mesh_net_relay()
1338 if (relay_to_adv(rx->net_if) || rx->friend_cred) { in bt_mesh_net_relay()
[all …]
Dnet.h295 net_if:2, /* Network interface */ member
362 int bt_mesh_net_decode(struct net_buf_simple *data, enum bt_mesh_net_if net_if,
366 enum bt_mesh_net_if net_if);
Dfriend.c1403 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in friend_lpn_enqueue_rx()
1626 (rx->ctx.recv_ttl <= 1U && rx->net_if != BLE_MESH_NET_IF_LOCAL) || in bt_mesh_friend_enqueue_rx()
Dtransport.c683 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in bt_mesh_rpl_check()
1751 bt_mesh_lpn_established() && rx->net_if == BLE_MESH_NET_IF_ADV &&