Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:qemu_get_be32

1375     tp->snd_una = qemu_get_be32(f);
1376 tp->snd_nxt = qemu_get_be32(f);
1377 tp->snd_up = qemu_get_be32(f);
1378 tp->snd_wl1 = qemu_get_be32(f);
1379 tp->snd_wl2 = qemu_get_be32(f);
1380 tp->iss = qemu_get_be32(f);
1381 tp->snd_wnd = qemu_get_be32(f);
1382 tp->rcv_wnd = qemu_get_be32(f);
1383 tp->rcv_nxt = qemu_get_be32(f);
1384 tp->rcv_up = qemu_get_be32(f);
1385 tp->irs = qemu_get_be32(f);
1386 tp->rcv_adv = qemu_get_be32(f);
1387 tp->snd_max = qemu_get_be32(f);
1388 tp->snd_cwnd = qemu_get_be32(f);
1389 tp->snd_ssthresh = qemu_get_be32(f);
1392 tp->t_rtseq = qemu_get_be32(f);
1396 tp->max_sndwnd = qemu_get_be32(f);
1404 tp->ts_recent = qemu_get_be32(f);
1405 tp->ts_recent_age = qemu_get_be32(f);
1406 tp->last_ack_sent = qemu_get_be32(f);
1414 sb_cc = qemu_get_be32(f);
1415 sb_datalen = qemu_get_be32(f);
1438 so->so_urgc = qemu_get_be32(f);
1439 so->so_faddr_ip = qemu_get_be32(f);
1440 so->so_laddr_ip = qemu_get_be32(f);
1446 so->so_state = qemu_get_be32(f);