Lines Matching full:nets
258 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_probe_device()
259 ntohs(atif->nets.nr_firstnet) + 1; in atif_probe_device()
266 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
293 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_probe_device()
294 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
306 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_proxy_probe_device()
307 ntohs(atif->nets.nr_firstnet) + 1; in atif_proxy_probe_device()
315 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()
340 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_proxy_probe_device()
341 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()
423 ntohs(iface->nets.nr_firstnet) <= ntohs(net) && in atalk_find_interface()
424 ntohs(net) <= ntohs(iface->nets.nr_lastnet)) in atalk_find_interface()
548 ntohs(iface->nets.nr_firstnet) && in atrtr_create()
550 ntohs(iface->nets.nr_lastnet)) in atrtr_create()
743 atif->nets = *nr; in atif_ioctl()
841 nr = (struct atalk_netrange *)&(atif->nets); in atif_ioctl()