Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:sindex

68     int sindex;
70 for (sindex = 0; list[sindex].name; sindex++)
71 if (list[sindex].id == id)
72 return(&list[sindex]);
80 int sindex;
82 for (sindex = 0; list[sindex].name; sindex++)
83 if (list[sindex].id == id)
84 return(&list[sindex]);