Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:fport

598 	u_int lport, fport;
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);