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

  /src/sys/external/bsd/ipf/netinet/
fil.c 4914 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY);
6324 /* As per ipf_outobj, except the size of the object to copy out is passed in*/
6328 /* not possible nor required in ipf_outobj(). */
6376 /* Function: ipf_outobj */
6387 ipf_outobj(ipf_main_softc_t *softc, void *data, void *ptr, int type) function
7137 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7180 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7228 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7262 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT);
7835 error = ipf_outobj(softc, data, &it, IPFOBJ_IPFITER)
    [all...]
fil.c 4914 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY);
6324 /* As per ipf_outobj, except the size of the object to copy out is passed in*/
6328 /* not possible nor required in ipf_outobj(). */
6376 /* Function: ipf_outobj */
6387 ipf_outobj(ipf_main_softc_t *softc, void *data, void *ptr, int type) function
7137 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7180 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7228 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7262 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT);
7835 error = ipf_outobj(softc, data, &it, IPFOBJ_IPFITER)
    [all...]

Completed in 123 milliseconds