Home
last modified time | relevance | path

Searched refs:errbufptr (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dsockutils.c421 char *errbufptr; local
425 errbufptr = errbuf;
427 *errbufptr = 0;
452 pcap_snprintf(errbufptr, bufspaceleft,
456 msglen = strlen(errbufptr);
458 errbufptr[msglen] = ' ';
459 errbufptr[msglen + 1] = 0;
462 errbufptr += (msglen + 1);