Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtcp_out.c581 if ((seg = tcp_create_segment(pcb, p, 0, pcb->snd_lbb + pos, optflags)) == NULL) { in tcp_write()
669 pcb->snd_lbb += len; in tcp_write()
766 if ((seg = tcp_create_segment(pcb, p, flags, pcb->snd_lbb, optflags)) == NULL) { in tcp_enqueue_flags()
795 pcb->snd_lbb++; in tcp_enqueue_flags()
Dtcp.c707 pcb->snd_lbb = iss - 1; in tcp_connect()
1229 pcb->snd_lbb = iss; in tcp_alloc()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h226 u32_t snd_lbb; /* Sequence number of next byte to be buffered. */ member