HomeSort by relevance Sort by last modified time
    Searched defs:fport (Results 1 - 5 of 5) 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
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) {
  /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 595 u_int lport, fport; local
607 if (sscanf(buff1, "%d:%d", &lport, &fport) != 2) {
609 if (sscanf(buff1, "%d", &fport) != 1) {
647 if (emup->lport == lport && emup->fport == fport) {
656 emup->fport = (u_int16_t)fport;
665 (fport && fport == so->so_faddr_port)) {
673 lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport);
    [all...]

Completed in 129 milliseconds