xref: /netbsd-src/sys/lib/libsa/dev_net.h (revision 76dfffe33547c37f8bdd446e3e4ab0f3c16cea4b)
1 
2 int	net_open __P((struct open_file *, ...));
3 int	net_close __P((struct open_file *));
4 int	net_ioctl();
5 int	net_strategy();
6 
7