Lines Matching defs:errbuf
56 pcapint_fmt_errmsg_for_errno(p->errbuf, PCAP_ERRBUF_SIZE,
182 pcapint_fmt_errmsg_for_errno(p->errbuf,
218 pcapint_fmt_errmsg_for_errno(p->errbuf, PCAP_ERRBUF_SIZE,
229 pcapint_fmt_errmsg_for_errno(p->errbuf, PCAP_ERRBUF_SIZE,
234 pcapint_strlcpy(p->errbuf, "Sending packets isn't supported with this snf version",
250 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "device is NULL");
277 pcapint_fmt_errmsg_for_errno(p->errbuf, PCAP_ERRBUF_SIZE,
287 pcapint_fmt_errmsg_for_errno(p->errbuf, PCAP_ERRBUF_SIZE,
310 pcapint_fmt_errmsg_for_errno(p->errbuf, PCAP_ERRBUF_SIZE,
339 snf_findalldevs(pcap_if_list_t *devlistp, char *errbuf)
352 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE,
359 pcapint_fmt_errmsg_for_errno(errbuf, PCAP_ERRBUF_SIZE,
367 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE,
426 pcapint_fmt_errmsg_for_errno(errbuf,
444 errbuf);
459 NULL, 0, NULL, 0, NULL, 0, errbuf) == -1)
465 pcapint_fmt_errmsg_for_errno(errbuf,
495 errbuf) == NULL)
591 pcapint_platform_finddevs(pcap_if_list_t *devlistp, char *errbuf)
600 pcapint_create_interface(const char *device, char *errbuf)
602 snprintf(errbuf, PCAP_ERRBUF_SIZE,