Home | History | Annotate | Download | only in libpcap

Lines Matching defs:cp

887 	const char *cp;
896 cp = strrchr(device, '/');
897 if (cp == NULL)
898 cp = device;
900 if (strncmp(cp, "dag", 3) != 0) {
906 cp += 3;
907 devnum = strtol(cp, &cpend, 10);
914 if (cpend == cp || *cpend != '\0') {