Lines Matching defs:ebuf

316 static int	iface_get_id(int fd, const char *device, char *ebuf);
317 static int iface_get_mtu(int fd, const char *device, char *ebuf);
318 static int iface_get_arptype(int fd, const char *device, char *ebuf);
319 static int iface_bind(int fd, int ifindex, char *ebuf, int protocol);
323 char *ebuf);
339 pcapint_create_interface(const char *device, char *ebuf)
343 handle = PCAP_CREATE_COMMON(ebuf, struct pcap_linux);
353 if (iface_get_ts_types(device, handle, ebuf) == -1) {
368 pcapint_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
4700 * Return the index of the given device name. Fill ebuf and return
4704 iface_get_id(int fd, const char *device, char *ebuf)
4712 pcapint_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
4725 iface_bind(int fd, int ifindex, char *ebuf, int protocol)
4752 ebuf[0] = '\0';
4756 pcapint_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
4765 pcapint_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
4780 pcapint_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
4953 iface_set_all_ts_types(pcap_t *handle, char *ebuf)
4959 pcapint_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
4974 iface_get_ts_types(const char *device, pcap_t *handle, char *ebuf)
4999 pcapint_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
5022 if (iface_set_all_ts_types(handle, ebuf) == -1)
5040 pcapint_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
5076 pcapint_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
5094 iface_get_ts_types(const char *device, pcap_t *handle, char *ebuf)
5112 if (iface_set_all_ts_types(handle, ebuf) == -1)
5119 iface_get_ts_types(const char *device _U_, pcap_t *p _U_, char *ebuf _U_)
5356 iface_get_mtu(int fd, const char *device, char *ebuf)
5367 pcapint_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
5379 iface_get_arptype(int fd, const char *device, char *ebuf)
5396 ebuf[0] = '\0';
5399 pcapint_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,