Searched refs:USB_LINE_LEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-usb-linux.c77 #define USB_LINE_LEN 4096 macro
601 char full_path[USB_LINE_LEN];
641 pcap_snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index);
734 pcap_snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handlep->bus_index);
744 pcap_snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handlep->bus_index);
835 char etype, pipeid1, pipeid2, status[16], urb_tag, line[USB_LINE_LEN];
845 ret = read(handle->fd, line, USB_LINE_LEN - 1);
1035 char string[USB_LINE_LEN];
1036 char token[USB_LINE_LEN];
1040 pcap_snprintf(string, USB_LINE_LEN, USB_TEXT_DI
[all...]

Completed in 167 milliseconds