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

  /external/qemu/slirp/
misc.h 67 extern struct emu_t *tcpemu;
misc.c 685 for (emup = tcpemu; emup; emup = emup->next) {
698 emup->next = tcpemu;
699 tcpemu = emup;
tcp_subr.c 549 struct emu_t *tcpemu = NULL; variable in typeref:struct:emu_t
570 for (emup = tcpemu; emup; emup = emup->next) {
    [all...]
  /external/qemu/slirp-android/
misc.h 67 extern struct emu_t *tcpemu;
misc.c 13 struct emu_t *tcpemu; variable in typeref:struct:emu_t
649 for (emup = tcpemu; emup; emup = emup->next) {
662 emup->next = tcpemu;
663 tcpemu = emup;
tcp_subr.c 705 struct emu_t *tcpemu = NULL; variable in typeref:struct:emu_t
726 for (emup = tcpemu; emup; emup = emup->next) {

Completed in 87 milliseconds