Home
last modified time | relevance | path

Searched defs:seg (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/core/
Dtcp_out.c63 #define TCP_DATA_COPY(dst, src, len, seg) do { \ argument
70 #define TCP_DATA_COPY(dst, src, len, seg) MEMCPY(dst, src, len) argument
161 struct tcp_seg *seg; in tcp_create_segment() local
357 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; in tcp_write() local
725 struct tcp_seg *seg; in tcp_enqueue_flags() local
900 struct tcp_seg *seg, *useg; in tcp_output() local
1049 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb) in tcp_output_segment()
1241 struct tcp_seg *seg; in tcp_rexmit_rto() local
1277 struct tcp_seg *seg; in tcp_rexmit() local
1418 struct tcp_seg *seg; in tcp_zero_window_probe() local
Dtcp.c1128 tcp_segs_free(struct tcp_seg *seg) in tcp_segs_free()
1143 tcp_seg_free(struct tcp_seg *seg) in tcp_seg_free()
1177 tcp_seg_copy(struct tcp_seg *seg) in tcp_seg_copy()
/lib/liblwip/test/unit/tcp/
Dtest_tcp_oos.c31 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_count() local
43 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_pbuf_count() local
61 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_seg_seqno() local
85 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_seg_tcplen() local
108 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_tcplen() local
/sys/amd64/
Ddisasm.c1067 db_print_address(const char *seg, int size, int rex, struct i_addr *addrp) in db_print_address()
1095 db_disasm_esc(uintptr_t loc, int inst, int rex, int short_addr, int size, const char *seg) in db_disasm_esc()
1191 const char * seg; in db_disasm() local
/lib/liblwip/src/include/lwip/
Dtcp_impl.h184 #define TCP_TCPLEN(seg) ((seg)->len + ((TCPH_FLAGS((seg)->tcphdr) & (TCP_FIN | TCP_SYN)) != 0)) argument