HomeSort by: relevance | last modified time | path
    Searched defs:ipf_main_softc_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 1705 } ipf_main_softc_t; typedef in typeref:struct:ipf_main_softc_s
1716 extern int ipfioctl(ipf_main_softc_t *, int, ioctlcmd_t,
1799 extern ipf_main_softc_t *ipf_find_softc(u_long);
1800 extern int ipf_set_loopback(ipf_main_softc_t *, ipftuneable_t *,
1811 extern int frrequest(ipf_main_softc_t *, int, ioctlcmd_t, void *,
1814 extern int ipfattach(ipf_main_softc_t *);
1815 extern int ipfdetach(ipf_main_softc_t *);
1817 extern int copyinptr(ipf_main_softc_t *, void *, void *, size_t);
1818 extern int copyoutptr(ipf_main_softc_t *, void *, void *, size_t);
1821 extern int ipf_inobj(ipf_main_softc_t *, void *, ipfobj_t *
    [all...]
ip_fil.h 1705 } ipf_main_softc_t; typedef in typeref:struct:ipf_main_softc_s
1716 extern int ipfioctl(ipf_main_softc_t *, int, ioctlcmd_t,
1799 extern ipf_main_softc_t *ipf_find_softc(u_long);
1800 extern int ipf_set_loopback(ipf_main_softc_t *, ipftuneable_t *,
1811 extern int frrequest(ipf_main_softc_t *, int, ioctlcmd_t, void *,
1814 extern int ipfattach(ipf_main_softc_t *);
1815 extern int ipfdetach(ipf_main_softc_t *);
1817 extern int copyinptr(ipf_main_softc_t *, void *, void *, size_t);
1818 extern int copyoutptr(ipf_main_softc_t *, void *, void *, size_t);
1821 extern int ipf_inobj(ipf_main_softc_t *, void *, ipfobj_t *
    [all...]

Completed in 26 milliseconds