Home
last modified time | relevance | path

Searched full:established (Results 1 – 25 of 94) sorted by relevance

1234

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dlpn.c67 static void (*lpn_cb)(u16_t friend_addr, bool established);
86 return "established"; in state2str()
203 if (!force && lpn->established && !lpn->clear_success && in clear_friendship()
233 lpn->established = 0; in clear_friendship()
329 if (lpn->established || IS_ENABLED(CONFIG_BT_MESH_LPN_ESTABLISHMENT)) { in req_sent()
701 if (lpn->established) { in update_timeout()
941 if (!lpn->established) { in bt_mesh_lpn_friend_update()
952 lpn->established = 1; in bt_mesh_lpn_friend_update()
954 BT_INFO("Friendship established with 0x%04x", lpn->frnd); in bt_mesh_lpn_friend_update()
1002 if (!bt_mesh.lpn.established) { in bt_mesh_lpn_poll()
[all …]
H A Dnet.h104 established:1; member
148 BT_MESH_LPN_ESTABLISHED, /* Friendship established */
174 established:1, /* Friendship established */ member
H A Dfriend.c115 bool valid, bool established) in bt_mesh_friend_find() argument
128 if (established && !frnd->established) { in bt_mesh_friend_find()
191 frnd->established = 0; in friend_clear()
588 if (!frnd->established) { in bt_mesh_friend_poll()
589 BT_DBG("Friendship established with 0x%04x", frnd->lpn); in bt_mesh_friend_poll()
590 frnd->established = 1; in bt_mesh_friend_poll()
983 if (!frnd->established) { in buf_send_start()
1000 if (frnd->established) { in buf_send_end()
1029 if (frnd->established && !frnd->pending_req) { in friend_timeout()
1037 BT_WARN("Friendship not established with 0x%04x", frnd->lpn); in friend_timeout()
[all …]
H A Dfriend.h23 bool valid, bool established);
H A Dlpn.h25 return bt_mesh.lpn.established; in bt_mesh_lpn_established()
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_api.rst69 …connection established; handle=1 our_ota_addr_type=0 our_ota_addr=0a:0b:0c:0d:0e:0f out_id_addr_ty…
108 Show established connections.
118 This is how you discover and then display the services of the peer you established earlier across c…
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/tcp/
H A Dtest_tcp.c158 /** Create an ESTABLISHED pcb and check if receive callback is called */
181 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
203 /** Create an ESTABLISHED pcb and check if receive callback is called if a segment
229 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
319 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
357 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
421 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
604 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
694 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
776 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in test_tcp_tx_full_window_lost()
[all …]
H A Dtest_tcp_oos.c179 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
315 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
485 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
572 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
658 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in START_TEST()
733 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT); in START_TEST()
830 …tcp_set_state(pcb, ESTABLISHED, &test_local_ip, &test_remote_ip, TEST_LOCAL_PORT, TEST_REMOTE_PORT… in test_tcp_recv_ooseq_double_FINs()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/tcp/
H A Dtest_tcp.c75 /** Create an ESTABLISHED pcb and check if receive callback is called */
104 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
156 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
225 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
421 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
523 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
610 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in test_tcp_tx_full_window_lost()
H A Dtest_tcp_oos.c174 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
316 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
492 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
585 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
677 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
758 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
861 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in test_tcp_recv_ooseq_double_FINs()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/tcp/
H A Dtest_tcp.c73 /** Create an ESTABLISHED pcb and check if receive callback is called */
99 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
151 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
348 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
447 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
534 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in test_tcp_tx_full_window_lost()
H A Dtest_tcp_oos.c168 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
308 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
482 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
572 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
651 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in START_TEST()
753 tcp_set_state(pcb, ESTABLISHED, &local_ip, &remote_ip, local_port, remote_port); in test_tcp_recv_ooseq_double_FINs()
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/
H A Dblecent.c331 * established. blecent uses the same callback for all connections.
365 /* A new connection was established or a connection attempt failed. */ in blecent_gap_event()
367 /* Connection successfully established. */ in blecent_gap_event()
368 MODLOG_DFLT(INFO, "Connection established "); in blecent_gap_event()
/nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/
H A Dhttpd-cgi.c110 static const char established[] = /* "ESTABLISHED",*/ variable
133 established,
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmain.h346 * established Friendship the function will return an error.
355 * established or is lost.
359 void bt_mesh_lpn_set_cb(void (*cb)(u16_t friend_addr, bool established));
/nrf52832-nimble/rt-thread/components/net/uip/apps/hello-world/
H A Dhello-world.c52 * (e.g. when a new connection is established, new data arrives, sent
66 * If a new connection was just established, we should initialize in hello_world_appcall()
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/src/
H A Dblehr.c156 /* A new connection was established or a connection attempt failed */ in blehr_gap_event()
158 event->connect.status == 0 ? "established" : "failed", in blehr_gap_event()
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/
H A Dblecsc_sens.c206 /* A new connection was established or a connection attempt failed */ in blecsc_gap_event()
208 event->connect.status == 0 ? "established" : "failed", in blecsc_gap_event()
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt477 been established, the application replies to all data sent to it by
519 established.
663 When the connection has been established, an HTTP request is sent to
794 Next, the function checks if the connection has just been established
797 connection is established, such as intializing the application state
881 established, and in this case sets the "state" variable to be
907 a new connection has been established, when the connection is polled
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dtcp.c79 "ESTABLISHED",
160 * any more. If a connection is established (at least SYN received or in
174 if (rst_on_unacked_data && ((pcb->state == ESTABLISHED) || (pcb->state == CLOSE_WAIT))) { in tcp_close_shutdown()
187 if (pcb->state == ESTABLISHED) { in tcp_close_shutdown()
235 case ESTABLISHED: in tcp_close_shutdown()
275 * any more. If a connection is established (at least SYN received or in
336 case ESTABLISHED: in tcp_shutdown()
673 * argument will be called when the connection has been established.
896 ((pcb->state == ESTABLISHED) || in tcp_slowtmr()
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/
H A Dbleprph.c162 /* A new connection was established or a connection attempt failed. */ in bleprph_gap_event()
164 event->connect.status == 0 ? "established" : "failed", in bleprph_gap_event()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtcp.c97 "ESTABLISHED",
255 * any more. If a connection is established (at least SYN received or in
267 if (rst_on_unacked_data && ((pcb->state == ESTABLISHED) || (pcb->state == CLOSE_WAIT))) { in tcp_close_shutdown()
280 if (pcb->state == ESTABLISHED) { in tcp_close_shutdown()
344 case ESTABLISHED: in tcp_close_shutdown_fin()
384 * any more. If a connection is established (at least SYN received or in
444 case ESTABLISHED: in tcp_shutdown()
860 * argument will be called when the connection has been established.
1094 ((pcb->state == ESTABLISHED) || in tcp_slowtmr()
1622 connection is established. To avoid these complications, we set ssthresh to the in tcp_alloc()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dtcpbase.h61 ESTABLISHED = 4, enumerator
/nrf52832-nimble/rt-thread/components/libc/aio/
H A Dposix_aio.c223 * established in the open file description associated with aiocbp->aio_fildes.
361 * For regular files, no data transfer shall occur past the offset maximum established
444 * For regular files, no data transfer shall occur past the offset maximum established
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dtcp.c149 "ESTABLISHED",
338 * any more. If a connection is established (at least SYN received or in
352 if (rst_on_unacked_data && ((pcb->state == ESTABLISHED) || (pcb->state == CLOSE_WAIT))) { in tcp_close_shutdown()
423 case ESTABLISHED: in tcp_close_shutdown_fin()
468 * any more. If a connection is established (at least SYN received or in
542 case ESTABLISHED: in tcp_shutdown()
1043 * argument will be called when the connection has been established.
1050 * when the connection is established. If the connection could not be
1051 * properly established, either because the other host refused the
1332 ((pcb->state == ESTABLISHED) || in tcp_slowtmr()
[all …]

1234