1 /* $OpenBSD: dev_net.h,v 1.2 2002/03/14 01:26:27 millert Exp $ */ 2 3 4 int net_open(struct open_file *, ...); 5 int net_close(struct open_file *); 6 int net_ioctl(); 7 int net_strategy(); 8 9