Home | History | Annotate | Download | only in libpcap

Lines Matching refs:strncmp

243 	if (strncmp("et", device, 2) == 0 ||	/* Challenge 10 Mbit */
244 strncmp("ec", device, 2) == 0 || /* Indigo/Indy 10 Mbit,
246 strncmp("ef", device, 2) == 0 || /* O200/2000 10/100 Mbit */
247 strncmp("eg", device, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */
248 strncmp("gfe", device, 3) == 0 || /* GIO 100 Mbit */
249 strncmp("fxp", device, 3) == 0 || /* Challenge VME Enet */
250 strncmp("ep", device, 2) == 0 || /* Challenge 8x10 Mbit EPLEX */
251 strncmp("vfe", device, 3) == 0 || /* Challenge VME 100Mbit */
252 strncmp("fa", device, 2) == 0 ||
253 strncmp("qaa", device, 3) == 0 ||
254 strncmp("cip", device, 3) == 0 ||
255 strncmp("el", device, 2) == 0) {
288 } else if (strncmp("ipg", device, 3) == 0 ||
289 strncmp("rns", device, 3) == 0 || /* O2/200/2000 FDDI */
290 strncmp("xpi", device, 3) == 0) {
294 } else if (strncmp("ppp", device, 3) == 0) {
297 } else if (strncmp("qfa", device, 3) == 0) {
300 } else if (strncmp("pl", device, 2) == 0) {
303 } else if (strncmp("lo", device, 2) == 0) {