Lines Matching refs:probe_net
247 int probe_net = ntohs(atif->address.s_net); in atif_probe_device() local
252 if (probe_net == ATADDR_ANYNET) { in atif_probe_device()
253 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
255 probe_net += jiffies % netrange; in atif_probe_device()
264 atif->address.s_net = htons(probe_net); in atif_probe_device()
279 probe_net++; in atif_probe_device()
280 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_probe_device()
281 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
296 int probe_net = ntohs(atif->address.s_net); in atif_proxy_probe_device() local
301 if (probe_net == ATADDR_ANYNET) { in atif_proxy_probe_device()
302 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()
304 probe_net += jiffies % netrange; in atif_proxy_probe_device()
313 proxy_addr->s_net = htons(probe_net); in atif_proxy_probe_device()
326 probe_net++; in atif_proxy_probe_device()
327 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_proxy_probe_device()
328 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()