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

  /external/qemu/slirp-android/
libslirp.h 44 int dst_hport, u_int8_t proto);
slirp.c 836 /* Allowed port range. dst_lport should be the same as dst_hport for a
839 unsigned short dst_hport; /* host byte order */ member in struct:fw_allow_entry
885 /* Fill in the firewall rules. dst_lport and dst_hport are in host byte order */
887 int dst_lport, int dst_hport,
915 (*ate)->dst_hport = dst_hport;
959 if ((ate->dst_lport <= dst_port) && (dst_port <= ate->dst_hport)) {
    [all...]
  /external/qemu/
vl-android.c 2451 unsigned short dst_lport = 0, dst_hport = 0; local
    [all...]

Completed in 134 milliseconds