Home
last modified time | relevance | path

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

/components/drivers/block/partitions/
A Defi.h54 rt_inline int efi_guidcmp(efi_guid_t left, efi_guid_t right) in efi_guidcmp() argument
56 return rt_memcmp(&left, &right, sizeof (efi_guid_t)); in efi_guidcmp()
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_in.c1655 pcb->rcv_sacks[0].right = seqno + inseg.len;
2047 tcp_add_sack(struct tcp_pcb *pcb, u32_t left, u32_t right) argument
2052 if ((pcb->flags & TF_SACK) == 0 || !TCP_SEQ_LT(left, right)) {
2065 if (TCP_SEQ_LEQ(pcb->rcv_sacks[i].right, left) || TCP_SEQ_LEQ(right, pcb->rcv_sacks[i].left)) {
2085 pcb->rcv_sacks[i].left = pcb->rcv_sacks[i].right = 0;
2093 pcb->rcv_sacks[0].right = right;
2116 if (TCP_SEQ_GT(pcb->rcv_sacks[i].right, seq)) {
2131 pcb->rcv_sacks[i].left = pcb->rcv_sacks[i].right = 0;
2162 if (TCP_SEQ_GT(pcb->rcv_sacks[unused_idx].right, seq)) {
2163 pcb->rcv_sacks[unused_idx].right = seq;
[all …]
A Dtcp_out.c1207 *(opts++) = lwip_htonl(pcb->rcv_sacks[i].right); in tcp_build_sack_option()
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dtcp.h163 u32_t right; member
291 #define LWIP_TCP_SACK_VALID(pcb, idx) ((pcb)->rcv_sacks[idx].left != (pcb)->rcv_sacks[idx].right)
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1293 right place in tcp_output and tcp_rexmit).
1567 * dns.h, dns.c, opt.h: move DNS options to the "right" place. Most visibles
2478 MEMP_NUM_NETCONN in sockets.c right now.
2827 the counter from reaching 0 right away (which would allow
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2249 right place in tcp_output and tcp_rexmit).
2523 * dns.h, dns.c, opt.h: move DNS options to the "right" place. Most visibles
3434 MEMP_NUM_NETCONN in sockets.c right now.
3783 the counter from reaching 0 right away (which would allow
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2502 right place in tcp_output and tcp_rexmit).
2776 * dns.h, dns.c, opt.h: move DNS options to the "right" place. Most visibles
3687 MEMP_NUM_NETCONN in sockets.c right now.
4036 the counter from reaching 0 right away (which would allow
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile1616 # projects and redirect the results back to the right project.
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile1627 # projects and redirect the results back to the right project.
A Dlwip.Doxyfile.cmake.in1627 # projects and redirect the results back to the right project.

Completed in 595 milliseconds