Lines Matching refs:nets
244 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_probe_device()
245 ntohs(atif->nets.nr_firstnet) + 1; in atif_probe_device()
252 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
279 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_probe_device()
280 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
292 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_proxy_probe_device()
293 ntohs(atif->nets.nr_firstnet) + 1; in atif_proxy_probe_device()
301 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()
326 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_proxy_probe_device()
327 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()
409 ntohs(iface->nets.nr_firstnet) <= ntohs(net) && in atalk_find_interface()
410 ntohs(net) <= ntohs(iface->nets.nr_lastnet)) in atalk_find_interface()
534 ntohs(iface->nets.nr_firstnet) && in atrtr_create()
536 ntohs(iface->nets.nr_lastnet)) in atrtr_create()
729 atif->nets = *nr; in atif_ioctl()
827 nr = (struct atalk_netrange *)&(atif->nets); in atif_ioctl()