HomeSort by relevance Sort by last modified time
    Searched refs:so_fport (Results 1 - 9 of 9) sorted by null

  /external/qemu/slirp/
socket.h 34 u_int16_t so_fport; /* foreign port */ member in struct:socket
tcp_subr.c 76 n->ti_sport = so->so_fport;
400 addr.sin_port = so->so_fport;
477 so->so_fport = addr.sin_port;
561 if ((tcptos[i].fport && (ntohs(so->so_fport) == tcptos[i].fport)) ||
571 if ((emup->fport && (ntohs(so->so_fport) == emup->fport)) ||
649 tmpso->so_fport == n1) {
816 ns->so_fport=htons(IPPORT_RESERVED-1); /* Use a fake port. */
980 n6 = ntohs(so->so_fport);
1012 n6 = ntohs(so->so_fport);
1051 ntohs(so->so_fport)) + 1
    [all...]
socket.c 36 so->so_fport == fport)
492 /* if (so->so_fport != htons(53)) { */
523 if (so->so_fport == htons(53))
571 addr.sin_port = so->so_fport;
653 so->so_fport = addr.sin_port;
udp.c 177 tmp->so_fport = uh->uh_dport;
220 so->so_fport = uh->uh_dport; /* XXX */
385 if ((udptos[i].fport && ntohs(so->so_fport) == udptos[i].fport) ||
656 so->so_fport = addr.sin_port;
debug.c 317 inet_ntoa(so->so_faddr), ntohs(so->so_fport),
331 inet_ntoa(so->so_faddr), ntohs(so->so_fport),
ip_icmp.c 128 so->so_fport = htons(7);
151 addr.sin_port = so->so_fport;
slirp.c 748 &so->so_faddr, ntohs(so->so_fport));
773 if (so->so_fport == fport) {
825 && htons(so->so_fport) == guest_port)
931 qemu_put_be16(f, so->so_fport);
1038 so->so_fport = qemu_get_be16(f);
1076 so->so_fport == ex_ptr->ex_fport)
tcp_input.c 375 if (so->so_fport != ti->ti_dport ||
419 so->so_fport = ti->ti_dport;
654 if(ex_ptr->ex_fport == so->so_fport &&
    [all...]
misc.c 704 (fport && fport == ntohs(so->so_fport))) {

Completed in 24 milliseconds