HomeSort by relevance Sort by last modified time
    Searched refs:so_emu (Results 1 - 14 of 14) sorted by null

  /external/qemu/slirp/
socket.h 38 u_int8_t so_emu; /* Is the socket emulated? */ member in struct:socket
tcp_subr.c 563 so->so_emu = tcptos[i].emu;
573 so->so_emu = emup->emu;
622 switch(so->so_emu) {
742 so->so_emu = 0;
860 so->so_emu = 0;
1041 so->so_emu = 0;
    [all...]
udp.c 229 if (so->so_emu)
387 so->so_emu = udptos[i].emu;
437 switch(so->so_emu) {
451 #define IS_OLD (so->so_emu == EMU_TALK)
tcp_input.c 80 if (so->so_emu) { \
100 if (so->so_emu) { \
218 if (so->so_emu) {
571 if (so->so_emu) {
666 if (so->so_emu & EMU_NOCONNECT) {
667 so->so_emu &= ~EMU_NOCONNECT;
    [all...]
slirp.c 934 qemu_put_byte(f, so->so_emu);
1041 so->so_emu = qemu_get_byte(f);
misc.c 706 so->so_emu = emu;
socket.c 71 if (so->so_emu==EMU_RSH && so->extra) {
  /external/qemu/slirp-android/
socket.h 39 u_int8_t so_emu; /* Is the socket emulated? */ member in struct:socket
udp.c 231 if (so->so_emu)
376 so->so_emu = udptos[i].emu;
407 switch(so->so_emu) {
tcp_subr.c 595 so->so_emu = tcptos[i].emu;
605 so->so_emu = emup->emu;
653 switch(so->so_emu) {
772 so->so_emu = 0;
951 so->so_emu = 0;
1023 if (tmpso->so_emu == EMU_CTL &&
1033 so->so_emu = EMU_CTL;
tcp_input.c 80 if (so->so_emu) { \
100 if (so->so_emu) { \
218 if (so->so_emu) {
576 if (so->so_emu) {
671 if (so->so_emu & EMU_NOCONNECT) {
672 so->so_emu &= ~EMU_NOCONNECT;
    [all...]
slirp.c 1029 qemu_put_byte(f, so->so_emu);
1136 so->so_emu = qemu_get_byte(f);
misc.c 667 so->so_emu = emu;
socket.c 79 if (so->so_emu==EMU_RSH && so->extra) {

Completed in 370 milliseconds