1 /* Copyright 2002 Jeff Dike
2 * Licensed under the GPL
8 int send_datasock(int fd
, int ctl_fd
, void *packet
, int len
, void *unused
, int port
);
9 int recv_datasock(int_fd
, void *packet
, int maxlen
, int port
);
10 int open_datasock(char *dev
);