Searched +defs:p +defs:queue (Results 1 – 3 of 3) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp_out.c | 98 struct pbuf *p = pbuf_alloc(PBUF_IP, TCP_HLEN + optlen + datalen, PBUF_RAM); in tcp_output_alloc_header() local 159 tcp_create_segment(struct tcp_pcb *pcb, struct pbuf *p, u8_t flags, u32_t seqno, u8_t optflags) in tcp_create_segment() 223 struct pbuf *p; in tcp_pbuf_prealloc() local 357 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; in tcp_write() local 523 struct pbuf *p; in tcp_write() local 627 struct pbuf *p; in tcp_write() local 724 struct pbuf *p; in tcp_enqueue_flags() local 844 struct pbuf *p; in tcp_send_empty_ack() local 1199 struct pbuf *p; in tcp_rst() local 1372 struct pbuf *p; in tcp_keepalive() local [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp_out.c | 112 struct pbuf *p = pbuf_alloc(PBUF_IP, TCP_HLEN + optlen + datalen, PBUF_RAM); in tcp_output_alloc_header() local 173 tcp_create_segment(struct tcp_pcb *pcb, struct pbuf *p, u8_t flags, u32_t seqno, u8_t optflags) in tcp_create_segment() 237 struct pbuf *p; in tcp_pbuf_prealloc() local 371 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; in tcp_write() local 521 struct pbuf *p; in tcp_write() local 560 struct pbuf *p; in tcp_write() local 674 struct pbuf *p; in tcp_write() local 703 struct pbuf *p; in tcp_write() local 787 struct pbuf *p; in tcp_enqueue_flags() local 921 struct pbuf *p; in tcp_send_empty_ack() local [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp_out.c | 158 tcp_create_segment(const struct tcp_pcb *pcb, struct pbuf *p, u8_t hdrflags, u32_t seqno, u8_t optf… in tcp_create_segment() 229 struct pbuf *p; in tcp_pbuf_prealloc() local 393 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; in tcp_write() local 557 struct pbuf *p; in tcp_write() local 598 struct pbuf *p; in tcp_write() local 712 struct pbuf *p; in tcp_write() local 741 struct pbuf *p; in tcp_write() local 830 struct pbuf *p = NULL; in tcp_split_unsent_seg() local 1034 struct pbuf *p; in tcp_enqueue_flags() local 1823 struct pbuf *p; in tcp_output_alloc_header_common() local [all …]
|