root/sys/arch/alpha/stand/netboot/dev_net.h
/*      $OpenBSD: dev_net.h,v 1.2 2002/03/14 01:26:27 millert Exp $     */


int     net_open(struct open_file *, ...);
int     net_close(struct open_file *);
int     net_ioctl();
int     net_strategy();