Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtcp_out.c356 struct pbuf *concat_p = NULL; in tcp_write() local
476 …if ((concat_p = tcp_pbuf_prealloc(PBUF_RAW, seglen, space, &oversize, pcb, apiflags, 1)) == NULL) { in tcp_write()
485 …TCP_DATA_COPY2(concat_p->payload, (u8_t*)arg + pos, seglen, &concat_chksum, &concat_chksum_swapped… in tcp_write()
491 if ((concat_p = pbuf_alloc(PBUF_RAW, seglen, PBUF_ROM)) == NULL) { in tcp_write()
503 concat_p->payload = (u8_t*)arg + pos; in tcp_write()
507 queuelen += pbuf_clen(concat_p); in tcp_write()
649 if (concat_p != NULL) { in tcp_write()
652 pbuf_cat(last_unsent->p, concat_p); in tcp_write()
653 last_unsent->len += concat_p->tot_len; in tcp_write()
697 if (concat_p != NULL) { in tcp_write()
[all …]

Completed in 5 milliseconds