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

  /external/qemu/slirp/
misc.h 53 u_int16_t fport; member in struct:tos_t
60 u_int16_t fport; member in struct:emu_t
libslirp.h 23 struct in_addr *faddr, u_int fport),
misc.c 634 u_int lport, fport; local
646 if (sscanf(buff1, "%d:%d", &lport, &fport) != 2) {
648 if (sscanf(buff1, "%d", &fport) != 1) {
686 if (emup->lport == lport && emup->fport == fport) {
695 emup->fport = (u_int16_t)fport;
704 (fport && fport == ntohs(so->so_fport))) {
712 lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport);
    [all...]
slirp.c 739 struct in_addr *faddr, u_int fport),
754 struct in_addr *faddr, u_int fport),
768 int fport = htons(host_port); local
773 if (so->so_fport == fport) {
tcp_subr.c 561 if ((tcptos[i].fport && (ntohs(so->so_fport) == tcptos[i].fport)) ||
571 if ((emup->fport && (ntohs(so->so_fport) == emup->fport)) ||
    [all...]
socket.c 28 struct in_addr faddr, u_int fport)
36 so->so_fport == fport)
udp.c 385 if ((udptos[i].fport && ntohs(so->so_fport) == udptos[i].fport) ||
  /external/qemu/slirp-android/
misc.h 53 u_int16_t fport; member in struct:tos_t
60 u_int16_t fport; member in struct:emu_t
misc.c 598 u_int lport, fport; local
610 if (sscanf(buff1, "%d:%d", &lport, &fport) != 2) {
612 if (sscanf(buff1, "%d", &fport) != 1) {
650 if (emup->lport == lport && emup->fport == fport) {
659 emup->fport = (u_int16_t)fport;
668 (fport && fport == so->so_faddr_port)) {
676 lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport);
    [all...]