~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to drivers/staging/usbip/userspace/src/usbip_network.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
int usbip_net_set_reuseaddr(int sockfd);
181
181
int usbip_net_set_nodelay(int sockfd);
182
182
int usbip_net_set_keepalive(int sockfd);
 
183
int usbip_net_set_v6only(int sockfd);
183
184
int usbip_net_tcp_connect(char *hostname, char *port);
184
185
 
185
186
#endif /* __USBIP_NETWORK_H */