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

Lines Matching refs:dst_lport

836     /* Allowed port range. dst_lport should be the same as dst_hport for a
838 unsigned short dst_lport; /* host byte order */
885 /* Fill in the firewall rules. dst_lport and dst_hport are in host byte order */
887 int dst_lport, int dst_hport,
914 (*ate)->dst_lport = dst_lport;
959 if ((ate->dst_lport <= dst_port) && (dst_port <= ate->dst_hport)) {