Searched refs:probe_net (Results 1 – 1 of 1) sorted by relevance
247 int probe_net = ntohs(atif->address.s_net); in atif_probe_device() local252 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()296 int probe_net = ntohs(atif->address.s_net); in atif_proxy_probe_device() local301 if (probe_net == ATADDR_ANYNET) { 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()[all …]