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

  /external/qemu/slirp/
tcp_subr.c 530 static const struct tos_t tcptos[] = { variable in typeref:struct:tos_t
560 while(tcptos[i].tos) {
561 if ((tcptos[i].fport && (ntohs(so->so_fport) == tcptos[i].fport)) ||
562 (tcptos[i].lport && (ntohs(so->so_lport) == tcptos[i].lport))) {
563 so->so_emu = tcptos[i].emu;
564 return tcptos[i].tos;
    [all...]
  /external/qemu/slirp-android/
tcp_subr.c 686 static const struct tos_t tcptos[] = { variable in typeref:struct:tos_t
716 while(tcptos[i].tos) {
717 if ((tcptos[i].fport && so->so_faddr_port == tcptos[i].fport) ||
718 (tcptos[i].lport && so->so_laddr_port == tcptos[i].lport)) {
719 so->so_emu = tcptos[i].emu;
720 return tcptos[i].tos;

Completed in 47 milliseconds