Home
last modified time | relevance | path

Searched refs:unsent (Results 1 – 17 of 17) sorted by relevance

/third_party/lwip/test/unit/tcp/
Dtest_tcp.c664 check_seqnos(pcb->unsent, 6, seqnos); in START_TEST()
672 check_seqnos(pcb->unsent, 4, &seqnos[2]); in START_TEST()
684 check_seqnos(pcb->unsent, 3, &seqnos[3]); in START_TEST()
702 EXPECT(pcb->unsent == NULL); in START_TEST()
752 check_seqnos(pcb->unsent, 6, seqnos); in START_TEST()
760 check_seqnos(pcb->unsent, 4, &seqnos[2]); in START_TEST()
771 check_seqnos(pcb->unsent, 5, &seqnos[1]); in START_TEST()
779 EXPECT(pcb->unsent == NULL); in START_TEST()
1012 EXPECT_RET(pcb->unsent != NULL); in START_TEST()
1028 EXPECT_RET(pcb->unsent == NULL); in START_TEST()
[all …]
/third_party/lwip/src/core/
Dtcp_out.c257 pcb->unsent != NULL || in tcp_pbuf_prealloc()
342 pcb->unacked != NULL || pcb->unsent != NULL); in tcp_write_checks()
345 pcb->unacked == NULL && pcb->unsent == NULL); in tcp_write_checks()
476 if (pcb->unsent != NULL) { in tcp_write()
481 for (last_unsent = pcb->unsent; last_unsent->next != NULL; in tcp_write()
771 pcb->unsent = queue; in tcp_write()
787 pcb->unacked != NULL || pcb->unsent != NULL); in tcp_write()
808 pcb->unsent != NULL); in tcp_write()
845 useg = pcb->unsent; in tcp_split_unsent_seg()
1007 if (pcb->unsent != NULL) { in tcp_send_fin()
[all …]
Dtcp_in.c884 rseg = pcb->unsent;
886 pcb->unsent = rseg->next;
993 pcb->unsent == NULL) {
1006 pcb->unsent == NULL) {
1023 if ((flags & TCP_ACK) && ackno == pcb->snd_nxt && pcb->unsent == NULL) {
1033 if ((flags & TCP_ACK) && ackno == pcb->snd_nxt && pcb->unsent == NULL) {
1285 pcb->unacked = tcp_free_acked_segments(pcb, pcb->unacked, "unacked", pcb->unsent);
1292 pcb->unsent = tcp_free_acked_segments(pcb, pcb->unsent, "unsent", pcb->unacked);
1305 if (pcb->unsent == NULL) {
1325 if ((pcb->unsent == NULL) ||
[all …]
Dtcp.c607 if (pcb->unsent != NULL) { in tcp_abandon()
608 tcp_segs_free(pcb->unsent); in tcp_abandon()
1238 LWIP_ASSERT("tcp_slowtimr: persist ticking with empty send buffer", pcb->unsent != NULL); in tcp_slowtmr()
1284 …if ((tcp_rexmit_rto_prepare(pcb) == ERR_OK) || ((pcb->unacked == NULL) && (pcb->unsent != NULL))) { in tcp_slowtmr()
2148 if (pcb->unsent != NULL) { in tcp_pcb_purge()
2165 tcp_segs_free(pcb->unsent); in tcp_pcb_purge()
2167 pcb->unacked = pcb->unsent = NULL; in tcp_pcb_purge()
2199 LWIP_ASSERT("unsent segments leaking", pcb->unsent == NULL); in tcp_pcb_remove()
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h102 (((tpcb)->unsent != NULL) && (((tpcb)->unsent->next != NULL) || \
103 ((tpcb)->unsent->len >= (tpcb)->mss))) || \
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/
DREADME.md23 unsent part next time.
/third_party/lwip/src/include/lwip/
Dtcp.h338 struct tcp_seg *unsent; /* Unsent (queued) segments. */ member
/third_party/grpc/doc/
Dserver-reflection.md159 and all previously unsent transitive imports of that file. Servers may track
/third_party/lwip/src/api/
Dapi_msg.c984 if ((conn->linger >= 0) && (conn->pcb.tcp->unsent || conn->pcb.tcp->unacked)) {
/third_party/lwip/
DCHANGELOG413 * tcp_out.c: fixed bug #49533 (start persist timer when unsent seg can't fit
2222 * tcp_out.c: Fixed bug #27905: FIN isn't combined with data on unsent
2472 (and unsent->next == NULL)
2501 Fixed by sorting the unsent and unacked queues (segments are inserted at the
/third_party/node/doc/api/
Dhttp.md665 unsent, it will flush them to the stream. If the request is
2293 Finishes the outgoing message. If any parts of the body are unsent, it will
Dchild_process.md1478 backlog of unsent messages exceeds a threshold that makes it unwise to send
/third_party/libwebsockets/READMEs/
DREADME.coding.md837 unsent part next time (which may involve adding new protocol headers to
/third_party/ffmpeg/doc/
Dprotocols.texi1609 The number of seconds that the socket waits for unsent data when closing.
/third_party/boost/libs/asio/doc/
Dreference.qbk6714 [Socket option to specify whether the socket lingers on close if unsent data is present. ]
9588 Socket option to specify whether the socket lingers on close if unsent data is present.
9906 [Socket option to specify whether the socket lingers on close if unsent data is present. ]
12981 [Socket option to specify whether the socket lingers on close if unsent data is present. ]
15426 [Socket option to specify whether the socket lingers on close if unsent data is present. ]
18300 Socket option to specify whether the socket lingers on close if unsent data is present.
18618 [Socket option to specify whether the socket lingers on close if unsent data is present. ]
21693 [Socket option to specify whether the socket lingers on close if unsent data is present. ]
22128 [Socket option to specify whether the socket lingers on close if unsent data is present. ]
24653 Socket option to specify whether the socket lingers on close if unsent data is present.
[all …]
/third_party/libsoup/
DNEWS2801 unsent messages in the queue. [#592492]
/third_party/gettext/gettext-tools/tests/
Dmm-viet.comp.po4284 msgid "Prints number unread and unsent messages"
33101 msgid "%d unsent"
33102 msgid_plural "%d unsent"
34638 msgid "You have unsent messages, do you wish to quit anyway?"