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

Lines Matching refs:lport

595 	u_int lport, fport;
607 if (sscanf(buff1, "%d:%d", &lport, &fport) != 2) {
608 lport = 0;
647 if (emup->lport == lport && emup->fport == fport) {
655 emup->lport = (u_int16_t)lport;
664 if ((lport && lport == so->so_laddr_port) ||
673 lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport);