s32_t is only used within LwIP.
 
Symbols
loading...
Files
loading...

s32_t

Syntax

typedef int32_t s32_t;

References

LocationReferrerText
arch.h:130
typedef int32_t s32_t;
tcp.c:937tcp_update_rcv_ann_wnd()
if (TCP_SEQ_GEQ(new_right_edge, pcb->rcv_ann_right_edge + LWIP_MIN((TCP_WND / 2), pcb->mss))) {
tcp.c:942tcp_update_rcv_ann_wnd()
tcp_in.c:756tcp_timewait_input()
tcp_in.c:812tcp_process()
tcp_in.c:925tcp_process()
tcp_in.c:1098tcp_free_acked_segments()
tcp_in.c:1154tcp_receive()
tcp_in.c:1155tcp_receive()
tcp_in.c:1198tcp_receive()
tcp_in.c:1228tcp_receive()
} else if (TCP_SEQ_BETWEEN(ackno, pcb->lastack + 1, pcb->snd_nxt)) {
tcp_in.c:1325tcp_receive()
tcp_in.c:1328tcp_receive()
tcp_in.c:1344tcp_receive()
tcp_in.c:1404tcp_receive()
tcp_in.c:1431tcp_receive()
LWIP_ASSERT("pbuf too short!", (((s32_t)inseg.p->tot_len) >= off));
tcp_in.c:1445tcp_receive()
tcp_in.c:1457tcp_receive()
tcp_in.c:1881tcp_receive()
tcp_out.c:1374tcp_output()
if (TCP_SEQ_LT(pcb->snd_nxt, snd_nxt)) {
tcp_out.c:1389tcp_output()
tcp_out.c:1393tcp_output()
tcp_out.c:1750tcp_rexmit()
tcp_out.c:2178tcp_zero_window_probe()
if (TCP_SEQ_LT(pcb->snd_nxt, snd_nxt)) {

s32_t
int32_t
all items filtered out