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

/external/qemu/slirp/
H A 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 */
H A Dtcp.h163 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = (tp)->iss
H A Dtcp_var.h76 tcp_seq snd_up; /* send urgent pointer */ member in struct:tcpcb
H A Dslirp.c881 qemu_put_be32(f, tp->snd_up);
974 tp->snd_up = qemu_get_be32(f);
H A Dsocket.c281 tp->snd_up = tp->snd_una + so->so_snd.sb_cc;
/external/qemu/slirp-android/
H A 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 */
H A Dtcp.h165 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = (tp)->iss
H A Dtcp_var.h81 tcp_seq snd_up; /* send urgent pointer */ member in struct:tcpcb
H A Dsocket.c289 tp->snd_up = tp->snd_una + so->so_snd.sb_cc;
H A Dslirp.c1284 qemu_put_be32(f, tp->snd_up);
1377 tp->snd_up = qemu_get_be32(f);
/external/kernel-headers/original/linux/
H A Dtcp.h329 __u32 snd_up; /* Urgent pointer */ member in struct:tcp_sock

Completed in 57 milliseconds