Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Datalk.h42 __be16 nr_lastnet; member
/linux/net/appletalk/
H A Dddp.c258 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_probe_device()
293 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_probe_device()
306 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_proxy_probe_device()
340 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_proxy_probe_device()
424 ntohs(net) <= ntohs(iface->nets.nr_lastnet)) in atalk_find_interface()
550 ntohs(iface->nets.nr_lastnet)) in atrtr_create()
773 nr->nr_lastnet == htons(0xFFFE)) { in atif_ioctl()
778 limit = ntohs(nr->nr_lastnet); in atif_ioctl()
H A Datalk_proc.c73 ntohs(iface->nets.nr_lastnet), iface->status); in atalk_seq_interface_show()