/external/qemu/slirp/ |
tcp_output.c | 219 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 */
|
tcp.h | 163 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = (tp)->iss
|
tcp_var.h | 76 tcp_seq snd_up; /* send urgent pointer */ member in struct:tcpcb
|
slirp.c | 881 qemu_put_be32(f, tp->snd_up); 974 tp->snd_up = qemu_get_be32(f);
|
socket.c | 281 tp->snd_up = tp->snd_una + so->so_snd.sb_cc;
|
/external/qemu/slirp-android/ |
tcp_output.c | 219 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 */
|
tcp.h | 165 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = (tp)->iss
|
tcp_var.h | 81 tcp_seq snd_up; /* send urgent pointer */ member in struct:tcpcb
|
slirp.c | 976 qemu_put_be32(f, tp->snd_up); 1069 tp->snd_up = qemu_get_be32(f);
|
socket.c | 289 tp->snd_up = tp->snd_una + so->so_snd.sb_cc;
|
/external/kernel-headers/original/linux/ |
tcp.h | 329 __u32 snd_up; /* Urgent pointer */ member in struct:tcp_sock
|