Searched refs:probe_net (Results 1 – 1 of 1) sorted by relevance
260 int probe_net = ntohs(atif->address.s_net); in atif_probe_device() local265 if (probe_net == ATADDR_ANYNET) { in atif_probe_device()266 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()268 probe_net += jiffies % netrange; in atif_probe_device()277 atif->address.s_net = htons(probe_net); in atif_probe_device()292 probe_net++; in atif_probe_device()309 int probe_net = ntohs(atif->address.s_net); in atif_proxy_probe_device() local314 if (probe_net == ATADDR_ANYNET) { in atif_proxy_probe_device()317 probe_net += jiffies % netrange; in atif_proxy_probe_device()326 proxy_addr->s_net = htons(probe_net); in atif_proxy_probe_device()[all …]