Searched refs:snd_up (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_output.c253 if (SEQ_GT(tp->snd_up, tp->snd_una))
451 else if (SEQ_GT(tp->snd_up, tp->snd_una))
558 if (SEQ_GT(tp->snd_up, tp->snd_nxt))
560 ti->ti_urp = RT_H2N_U16((u_int16_t)(tp->snd_up - tp->snd_nxt));
562 if (SEQ_GT(tp->snd_up, tp->snd_una))
564 ti->ti_urp = RT_H2N_U16((u_int16_t)(tp->snd_up - RT_N2H_U32(ti->ti_seq)));
575 tp->snd_up = tp->snd_una; /* drag it along */
H A Dtcp.h199 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = (tp)->iss
H A Dtcp_var.h112 tcp_seq snd_up; /* send urgent pointer */ member in struct:tcpcb
H A Ddebug.c407 tp->t_state, tp->snd_una, tp->snd_nxt, tp->snd_up, tp->snd_wnd, tp->snd_wl1, tp->snd_wl2, tp->iss);
H A Dsocket.c452 tp->snd_up = tp->snd_una + SBUF_LEN(&so->so_snd);

Completed in 52 milliseconds