Home
last modified time | relevance | path

Searched defs:bufflen (Results 1 – 2 of 2) sorted by relevance

/tools/usb/usbip/src/
Dusbip_network.c95 static ssize_t usbip_net_xmit(int sockfd, void *buff, size_t bufflen, in usbip_net_xmit()
122 ssize_t usbip_net_recv(int sockfd, void *buff, size_t bufflen) in usbip_net_recv()
127 ssize_t usbip_net_send(int sockfd, void *buff, size_t bufflen) in usbip_net_send()
/tools/bpf/bpftool/
Dcommon.c127 mnt_fs(const char *target, const char *type, char *buff, size_t bufflen) in mnt_fs()