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

/external/libpcap/
H A Dinet.c1006 char *tAstr; local
1027 tAstr = (char*)TAdaptersName;
1033 while(sscanf(tAstr, "%S", tUstr) > 0)
1035 tAstr += strlen(tAstr) + 1;
1040 tAstr++;
1050 strcpy(tmp, tAstr);
1051 tmp += strlen(tAstr) + 1;
1053 tAstr += strlen(tAstr)
[all...]

Completed in 461 milliseconds