Searched refs:probe_net (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/appletalk/
H A Dddp.c252 int probe_net = ntohs(atif->address.s_net); atif_probe_device() local
257 if (probe_net == ATADDR_ANYNET) { atif_probe_device()
258 probe_net = ntohs(atif->nets.nr_firstnet); atif_probe_device()
260 probe_net += jiffies % netrange; atif_probe_device()
269 atif->address.s_net = htons(probe_net); atif_probe_device()
284 probe_net++; atif_probe_device()
285 if (probe_net > ntohs(atif->nets.nr_lastnet)) atif_probe_device()
286 probe_net = ntohs(atif->nets.nr_firstnet); atif_probe_device()
301 int probe_net = ntohs(atif->address.s_net); atif_proxy_probe_device() local
306 if (probe_net == ATADDR_ANYNET) { atif_proxy_probe_device()
307 probe_net = ntohs(atif->nets.nr_firstnet); atif_proxy_probe_device()
309 probe_net += jiffies % netrange; atif_proxy_probe_device()
318 proxy_addr->s_net = htons(probe_net); atif_proxy_probe_device()
331 probe_net++; atif_proxy_probe_device()
332 if (probe_net > ntohs(atif->nets.nr_lastnet)) atif_proxy_probe_device()
333 probe_net = ntohs(atif->nets.nr_firstnet); atif_proxy_probe_device()

Completed in 300 milliseconds