Home | History | Annotate | Download | only in slirp

Lines Matching refs:emup

558 	struct emu_t *emup;
570 for (emup = tcpemu; emup; emup = emup->next) {
571 if ((emup->fport && (ntohs(so->so_fport) == emup->fport)) ||
572 (emup->lport && (ntohs(so->so_lport) == emup->lport))) {
573 so->so_emu = emup->emu;
574 return emup->tos;