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

  /external/qemu/slirp-android/
libslirp.h 55 void slirp_add_net_forward(unsigned long dest_ip, unsigned long dest_mask,
slirp.c 1057 unsigned long dest_ip; /* the destination address they try to contact */ member in struct:net_forward_entry
1079 void slirp_add_net_forward(unsigned long dest_ip, unsigned long dest_mask,
1091 entry->dest_ip = dest_ip;
1113 if ((entry->dest_ip & entry->dest_mask)
    [all...]

Completed in 52 milliseconds