Searched defs:seg (Results 1 – 4 of 4) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ |
H A D | tcp_out.c | 97 #define TCP_DATA_COPY(dst, src, len, seg) do { \ argument 104 #define TCP_DATA_COPY(dst, src, len, seg) MEMCPY(dst, src, len) argument 160 struct tcp_seg *seg; in tcp_create_segment() local 393 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; in tcp_write() local 829 struct tcp_seg *seg = NULL, *useg = NULL; in tcp_split_unsent_seg() local 1035 struct tcp_seg *seg; in tcp_enqueue_flags() local 1239 struct tcp_seg *seg, *useg; in tcp_output() local 1432 tcp_output_segment_busy(const struct tcp_seg *seg) in tcp_output_segment_busy() 1455 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif) in tcp_output_segment() 1633 struct tcp_seg *seg; in tcp_rexmit_rto_prepare() local [all …]
|
H A D | tcp.c | 1612 tcp_segs_free(struct tcp_seg *seg) in tcp_segs_free() 1627 tcp_seg_free(struct tcp_seg *seg) in tcp_seg_free() 1666 tcp_seg_copy(struct tcp_seg *seg) in tcp_seg_copy()
|
/btstack/src/mesh/ |
H A D | pb_adv.c | 349 uint8_t seg = pdu[0] >> 2; in pb_adv_handle_transaction_cont() local
|
/btstack/3rd-party/lwip/core/src/include/lwip/priv/ |
H A D | tcp_priv.h | 155 #define TCP_TCPLEN(seg) ((seg)->len + (((TCPH_FLAGS((seg)->tcphdr) & (TCP_FIN | TCP_SYN)) != 0) ? 1… argument
|