Lines Matching refs:dest_mask
1058 unsigned long dest_mask; /* the mask to apply to the address for matching */1079 void slirp_add_net_forward(unsigned long dest_ip, unsigned long dest_mask,1092 entry->dest_mask = dest_mask;1113 if ((entry->dest_ip & entry->dest_mask)1114 == (remote_ip & entry->dest_mask)) {