Lines Matching defs:lport
598 u_int lport, fport;
610 if (sscanf(buff1, "%d:%d", &lport, &fport) != 2) {
611 lport = 0;
650 if (emup->lport == lport && emup->fport == fport) {
658 emup->lport = (u_int16_t)lport;
667 if ((lport && lport == so->so_laddr_port) ||
676 lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport);