tag | line | file | source code |
nr_firstnet | 37 | include/linux/atalk.h | __u16 nr_firstnet; |
nr_firstnet | 352 | net/appletalk/ddp.c | int netrange=ntohs(atif->nets.nr_lastnet)-ntohs(atif->nets.nr_firstnet)+1; |
nr_firstnet | 397 | net/appletalk/ddp.c | probe_net=ntohs(atif->nets.nr_firstnet); |
nr_firstnet | 399 | net/appletalk/ddp.c | probe_net=ntohs(atif->nets.nr_firstnet) + (jiffies%netrange); |
nr_firstnet | 444 | net/appletalk/ddp.c | probe_net=ntohs(atif->nets.nr_firstnet); |
nr_firstnet | 621 | net/appletalk/ddp.c | if ( riface == NULL && ntohs( ga->sat_addr.s_net ) >= ntohs( iface->nets.nr_firstnet ) && |
nr_firstnet | 821 | net/appletalk/ddp.c | if(nr->nr_firstnet==htons(0) && nr->nr_lastnet==htons(0xFFFE)) |
nr_firstnet | 830 | net/appletalk/ddp.c | if(limit-ntohs(nr->nr_firstnet) > 256) |
nr_firstnet | 835 | net/appletalk/ddp.c | for(ct=ntohs(nr->nr_firstnet);ct<=limit;ct++) |
nr_firstnet | 903 | net/appletalk/ddp.c | ntohs(iface->nets.nr_firstnet),ntohs(iface->nets.nr_lastnet), |