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

/seL4-camkes-master/projects/lwip/test/unit/tcp/
H A Dtest_tcp_oos.c31 struct tcp_seg* seg = pcb->ooseq; local
44 struct tcp_seg* seg = pcb->ooseq; local
63 struct tcp_seg* seg local
87 struct tcp_seg* seg = pcb->ooseq; local
110 struct tcp_seg* seg = pcb->ooseq; local
[all...]
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_tcp.c48 struct tcp_input_segment *seg; local
[all...]
/seL4-camkes-master/projects/lwip/src/core/
H A Dtcp_out.c160 struct tcp_seg *seg; local
393 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; local
829 struct tcp_seg *seg = NULL, *useg = NULL; local
1035 struct tcp_seg *seg; local
1239 struct tcp_seg *seg, *useg; local
1432 tcp_output_segment_busy(const struct tcp_seg *seg) argument
1455 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif) argument
1633 struct tcp_seg *seg; local
1726 struct tcp_seg *seg; local
2121 struct tcp_seg *seg; local
[all...]
H A Dtcp.c1608 tcp_segs_free(struct tcp_seg *seg) argument
1623 tcp_seg_free(struct tcp_seg *seg) argument
1662 tcp_seg_copy(struct tcp_seg *seg) argument
[all...]
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_tcp.c99 struct tcp_input_segment *seg; local
[all...]

Completed in 101 milliseconds