Searched refs:recv_win (Results 1 – 11 of 11) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | lpn.c | 65 (lpn)->recv_win + POLL_RETRY_TIMEOUT) 276 lpn->recv_win = 0U; in clear_friendship() 432 k_work_reschedule(&lpn->timer, K_MSEC(LPN_RECV_DELAY + lpn->recv_win)); in req_send_end() 643 if (!msg->recv_win) { in bt_mesh_lpn_friend_offer() 650 LOG_DBG("recv_win %u queue_size %u sub_list_size %u rssi %d counter %u", msg->recv_win, in bt_mesh_lpn_friend_offer() 673 lpn->recv_win = msg->recv_win; in bt_mesh_lpn_friend_offer() 687 lpn->recv_win = 0U; in bt_mesh_lpn_friend_offer() 941 K_MSEC(SCAN_LATENCY + lpn->recv_win + RX_DELAY_CORRECTION(lpn))); in lpn_timeout() 1126 lpn->recv_win); in bt_mesh_lpn_friend_update()
|
| D | transport.h | 53 uint8_t recv_win; member
|
| D | net.h | 134 uint8_t recv_win; member
|
| D | friend.c | 919 off->recv_win = CONFIG_BT_MESH_FRIEND_RECV_WIN, in enqueue_offer()
|
| /Zephyr-latest/subsys/net/lib/shell/ |
| D | conn.c | 151 conn, atomic_get(&conn->ref_count), conn->recv_win, in tcp_sent_list_cb()
|
| /Zephyr-latest/subsys/net/ip/ |
| D | tcp_private.h | 319 uint16_t recv_win; member
|
| D | tcp.c | 1167 if (conn->recv_win > threshold) { in tcp_short_window() 1181 return (conn->recv_win == conn->recv_win_max && in tcp_need_window_update() 1200 new_win = conn->recv_win + delta; in tcp_update_recv_wnd() 1209 conn->recv_win = new_win; in tcp_update_recv_wnd() 1363 UNALIGNED_PUT(htons(conn->recv_win), &th->th_win); in tcp_header_add() 1598 conn->recv_win_sent = conn->recv_win; in tcp_out_ext() 2129 conn->recv_win = conn->recv_win_max; in tcp_conn_alloc() 2516 (net_tcp_seq_cmp(th_seq(hdr), conn->ack + conn->recv_win) < 0); in tcp_validate_seq()
|
| /Zephyr-latest/subsys/bluetooth/mesh/shell/ |
| D | shell.c | 301 uint8_t queue_size, uint8_t recv_win) in lpn_established() argument 305 friend_addr, queue_size, recv_win); in lpn_established()
|
| /Zephyr-latest/tests/bluetooth/tester/src/btp/ |
| D | btp_mesh.h | 1163 uint8_t recv_win; member
|
| /Zephyr-latest/tests/bluetooth/tester/src/ |
| D | btp_mesh.c | 5512 uint8_t queue_size, uint8_t recv_win) in lpn_established() argument 5515 recv_win }; in lpn_established() 5519 friend_addr, queue_size, recv_win); in lpn_established()
|
| /Zephyr-latest/tests/net/tcp/src/ |
| D | main.c | 2020 wnd = conn->recv_win; in ZTEST()
|