mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
8 lines
173 B
C
8 lines
173 B
C
|
|
/* $NetBSD: dev_net.h,v 1.3 1997/03/15 18:12:14 is Exp $ */
|
||
|
|
|
||
|
|
int net_open(struct open_file *, ...);
|
||
|
|
int net_close(struct open_file *);
|
||
|
|
int net_ioctl();
|
||
|
|
int net_strategy();
|
||
|
|
|