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

  /external/qemu/slirp/
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.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 48 milliseconds