Lines Matching refs:nets
250 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_probe_device()
251 ntohs(atif->nets.nr_firstnet) + 1; in atif_probe_device()
258 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
285 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_probe_device()
286 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
298 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_proxy_probe_device()
299 ntohs(atif->nets.nr_firstnet) + 1; in atif_proxy_probe_device()
307 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()
332 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_proxy_probe_device()
333 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()
415 ntohs(iface->nets.nr_firstnet) <= ntohs(net) && in atalk_find_interface()
416 ntohs(net) <= ntohs(iface->nets.nr_lastnet)) in atalk_find_interface()
540 ntohs(iface->nets.nr_firstnet) && in atrtr_create()
542 ntohs(iface->nets.nr_lastnet)) in atrtr_create()
735 atif->nets = *nr; in atif_ioctl()
833 nr = (struct atalk_netrange *)&(atif->nets); in atif_ioctl()