Lines Matching refs:nets
249 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_probe_device()
250 ntohs(atif->nets.nr_firstnet) + 1; in atif_probe_device()
257 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
284 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_probe_device()
285 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
297 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_proxy_probe_device()
298 ntohs(atif->nets.nr_firstnet) + 1; in atif_proxy_probe_device()
306 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()
331 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_proxy_probe_device()
332 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()
414 ntohs(iface->nets.nr_firstnet) <= ntohs(net) && in atalk_find_interface()
415 ntohs(net) <= ntohs(iface->nets.nr_lastnet)) in atalk_find_interface()
539 ntohs(iface->nets.nr_firstnet) && in atrtr_create()
541 ntohs(iface->nets.nr_lastnet)) in atrtr_create()
734 atif->nets = *nr; in atif_ioctl()
832 nr = (struct atalk_netrange *)&(atif->nets); in atif_ioctl()