Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ebuf

463 	char ebuf[PCAP_ERRBUF_SIZE];
495 if (abort_on_misalignment(ebuf, sizeof(ebuf)) < 0)
496 error("%s", ebuf);
541 if (pcap_findalldevs(&devpointer, ebuf) < 0)
542 error("%s", ebuf);
597 if (pcap_findalldevs(&devpointer, ebuf) < 0)
598 error("%s", ebuf);
851 pd = pcap_open_offline(RFileName, ebuf);
853 error("%s", ebuf);
871 device = pcap_lookupdev(ebuf);
873 error("%s", ebuf);
887 *ebuf = '\0';
888 pd = pcap_open_live(device, snaplen, !pflag, 1000, ebuf);
890 error("%s", ebuf);
891 else if (*ebuf)
892 warning("%s", ebuf);
932 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) {
935 warning("%s", ebuf);