Home
last modified time | relevance | path

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

/external/qemu/slirp-android/
Dtcp_output.c219 if (SEQ_GT(tp->snd_up, tp->snd_una))
383 else if (SEQ_GT(tp->snd_up, tp->snd_una))
445 if (SEQ_GT(tp->snd_up, tp->snd_una)) {
446 ti->ti_urp = htons((u_int16_t)(tp->snd_up - ntohl(ti->ti_seq)));
448 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
449 ti->ti_urp = htons((u_int16_t)(tp->snd_up - tp->snd_nxt));
459 tp->snd_up = tp->snd_una; /* drag it along */
Dtcp.h165 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = (tp)->iss
Dtcp_var.h81 tcp_seq snd_up; /* send urgent pointer */ member
Dslirp.c1284 qemu_put_be32(f, tp->snd_up); in slirp_tcp_save()
1377 tp->snd_up = qemu_get_be32(f); in slirp_tcp_load()
Dsocket.c289 tp->snd_up = tp->snd_una + so->so_snd.sb_cc; in sorecvoob()
/external/qemu/slirp/
Dtcp_output.c219 if (SEQ_GT(tp->snd_up, tp->snd_una))
383 else if (SEQ_GT(tp->snd_up, tp->snd_una))
445 if (SEQ_GT(tp->snd_up, tp->snd_una)) {
446 ti->ti_urp = htons((u_int16_t)(tp->snd_up - ntohl(ti->ti_seq)));
448 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
449 ti->ti_urp = htons((u_int16_t)(tp->snd_up - tp->snd_nxt));
459 tp->snd_up = tp->snd_una; /* drag it along */
Dtcp.h163 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = (tp)->iss
Dtcp_var.h76 tcp_seq snd_up; /* send urgent pointer */ member
Dslirp.c881 qemu_put_be32(f, tp->snd_up); in slirp_tcp_save()
974 tp->snd_up = qemu_get_be32(f); in slirp_tcp_load()
Dsocket.c281 tp->snd_up = tp->snd_una + so->so_snd.sb_cc; in sorecvoob()