Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/appletalk/
Dddp.c360 int probe_net = ntohs(atif->address.s_net); in atif_probe_device() local
365 if (probe_net == ATADDR_ANYNET) { in atif_probe_device()
366 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
368 probe_net += jiffies % netrange; in atif_probe_device()
377 atif->address.s_net = htons(probe_net); in atif_probe_device()
392 probe_net++; in atif_probe_device()
393 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_probe_device()
394 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
409 int probe_net = ntohs(atif->address.s_net); in atif_proxy_probe_device() local
414 if (probe_net == ATADDR_ANYNET) { in atif_proxy_probe_device()
[all …]