Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1372 extern int iplclose __P((dev_t, int));
1397 extern int iplclose __P((dev_t, int, int, cred_t *));
1403 extern int iplclose __P((dev_t, int, int));
1419 extern int iplclose __P((dev_t, int, int, cred_t *));
1449 extern int iplclose __P((struct cdev*, int, int, struct thread *));
1452 extern int iplclose __P((dev_t, int, int, struct thread *));
1456 extern int iplclose __P((dev_t, int, int, struct proc *));
1463 extern int iplclose __P((dev_t, int));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c125 iplclose,
H A Dip_fil_solaris.c1184 int iplclose(dev, flags, otype, cred) in iplclose() function