Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c73 static int ipfclose __P((struct cdev*, int, int, struct thread *));
78 static int ipfclose __P((dev_t, int, int, struct proc *));
146 .d_close = ipfclose,
158 /* close */ ipfclose,
512 static int ipfclose(dev, flags in ipfclose() function