Home
last modified time | relevance | path

Searched refs:snd_lbb (Results 1 – 5 of 5) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dtcp.h322 u32_t snd_lbb; /* Sequence number of next byte to be buffered. */ member
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dtcp_out.c669 if ((seg = tcp_create_segment(pcb, p, 0, pcb->snd_lbb + pos, optflags)) == NULL) { in tcp_write()
782 pcb->snd_lbb += len; in tcp_write()
1089 if ((seg = tcp_create_segment(pcb, p, flags, pcb->snd_lbb, optflags)) == NULL) { in tcp_enqueue_flags()
1118 pcb->snd_lbb++; in tcp_enqueue_flags()
H A Dtcp.c1153 pcb->snd_lbb = iss - 1; in tcp_connect()
H A Dtcp_in.c687 npcb->snd_lbb = iss;
/reactos/drivers/network/tcpip/lwip/test/unit/tcp/
H A Dtcp_helper.c164 pcb->snd_lbb = iss; in tcp_set_state()