Home | History | Annotate | Download | only in slirp

Lines Matching defs:lport

634 	u_int lport, fport;
646 if (sscanf(buff1, "%d:%d", &lport, &fport) != 2) {
647 lport = 0;
686 if (emup->lport == lport && emup->fport == fport) {
694 emup->lport = (u_int16_t)lport;
703 if ((lport && lport == ntohs(so->so_lport)) ||
712 lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport);