Home
last modified time | relevance | path

Searched refs:concat_p (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/core/
H A Dtcp_out.c404 struct pbuf *concat_p = NULL; in tcp_write() local
536 * (len==0). The new pbuf is kept in concat_p and pbuf_cat'ed at in tcp_write()
552 if ((concat_p = tcp_pbuf_prealloc(PBUF_RAW, seglen, space, &oversize, pcb, apiflags, 1)) == NULL) { in tcp_write()
561 TCP_DATA_COPY2(concat_p->payload, (const u8_t *)arg + pos, seglen, &concat_chksum, &concat_chksum_swapped); in tcp_write()
565 queuelen += pbuf_clen(concat_p); in tcp_write()
576 if ((concat_p = pbuf_alloc(PBUF_RAW, seglen, PBUF_ROM)) == NULL) { in tcp_write()
582 ((struct pbuf_rom *)concat_p)->payload = (const u8_t *)arg + pos; in tcp_write()
583 queuelen += pbuf_clen(concat_p); in tcp_write()
744 * Phase 2: concat_p can be concatenated onto last_unsent->p, unless we in tcp_write()
747 if (concat_p ! in tcp_write()
[all...]

Completed in 2 milliseconds