Home
last modified time | relevance | path

Searched refs:initdevice (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/ipfilter/ipsend/
H A Dslinux.c48 int initdevice(dev, spare) in initdevice() function
H A Dsockraw.c37 int initdevice(char *device, int tout) in initdevice() function
H A Dsirix.c34 int initdevice(char *device, int tout) in initdevice() function
H A Diptests.c135 nfd = initdevice(dev, 1);
472 nfd = initdevice(dev, 1);
579 nfd = initdevice(dev, 1);
781 nfd = initdevice(dev, 1);
945 nfd = initdevice(dev, 1);
1292 nfd = initdevice(dev, 1);
1364 nfd = initdevice(dev, 1);
H A Dipsend.h47 extern int initdevice __P((char *, int));
H A Dsbpf.c58 int initdevice(device, tout) in initdevice() function
H A Dsdlpi.c55 int initdevice(device, tout) in initdevice() function
H A Dsnit.c60 int initdevice(device, tout) in initdevice() function
H A Dresend.c76 int fd, wfd = initdevice(dev, 5), len, i;
H A Dlsock.c229 nfd = initdevice(dev, 0);
H A Dipsend.c141 wfd = initdevice(dev, 5);
H A Dsock.c426 nfd = initdevice(dev, 1);
/freebsd-12.1/contrib/libpcap/
H A Dpcap-enet.c148 initdevice(char *device, int pflag, int *linktype) in initdevice() function
/freebsd-12.1/contrib/ipfilter/iplang/
H A Diplang_y.y1291 ifp->if_fd = initdevice(ifp->if_name, 5); in prep_packet()