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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/lib/
H A Dll_map.c26 struct idxmap struct
28 struct idxmap * next;
37 static struct idxmap *idxmap[16]; variable in typeref:struct:idxmap
44 struct idxmap *im, **imp;
61 for (imp=&idxmap[h]; (im=*imp)!=NULL; imp = &im->next)
92 struct idxmap *im;
96 for (im = idxmap[idx&0xF]; im; im = im->next)
113 struct idxmap *im;
117 for (im = idxmap[id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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 47 milliseconds