Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:sindex

71     int sindex;
73 for (sindex = 0; list[sindex].name; sindex++)
74 if (list[sindex].id == id)
75 return(&list[sindex]);
83 int sindex;
85 for (sindex = 0; list[sindex].name; sindex++)
86 if (list[sindex].id == id)
87 return(&list[sindex]);