Searched refs:idxmap (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dll_map.c29 struct idxmap struct
31 struct idxmap * next;
40 static struct idxmap *idxmap[16]; variable in typeref:struct:idxmap
47 struct idxmap *im, **imp;
64 for (imp=&idxmap[h]; (im=*imp)!=NULL; imp = &im->next)
95 struct idxmap *im;
99 for (im = idxmap[idx&0xF]; im; im = im->next)
116 struct idxmap *im;
120 for (im = idxmap[id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dll_map.c20 struct idxmap { struct
21 struct idxmap *next;
30 static struct idxmap *idxmap[16]; variable in typeref:struct:idxmap
32 static struct idxmap *find_by_index(int idx)
34 struct idxmap *im;
36 for (im = idxmap[idx & 0xF]; im; im = im->next)
46 struct idxmap *im, **imp;
62 for (imp = &idxmap[h]; (im = *imp) != NULL; imp = &im->next)
89 struct idxmap *i
[all...]

Completed in 45 milliseconds