Home | History | Annotate | Download | only in libpcap

Lines Matching refs:ebuf

297     char *ebuf)
307 snprintf(ebuf, PCAP_ERRBUF_SIZE,
335 snprintf(ebuf, PCAP_ERRBUF_SIZE, "pf open: %s: %s\n\
345 snprintf(ebuf, PCAP_ERRBUF_SIZE, "EIOCMBIS: %s",
356 snprintf(ebuf, PCAP_ERRBUF_SIZE, "EIOCSETW: %s",
362 snprintf(ebuf, PCAP_ERRBUF_SIZE, "EIOCDEVP: %s",
444 snprintf(ebuf, PCAP_ERRBUF_SIZE, "unknown data-link type %u",
459 snprintf(ebuf, PCAP_ERRBUF_SIZE, "EIOCTRUNCATE: %s",
469 snprintf(ebuf, PCAP_ERRBUF_SIZE, "EIOCSETF: %s",
479 snprintf(ebuf, PCAP_ERRBUF_SIZE, "EIOCSRTIMEOUT: %s",
488 strlcpy(ebuf, pcap_strerror(errno), PCAP_ERRBUF_SIZE);