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

  /src/sys/external/bsd/ipf/netinet/
fil.c 4913 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY);
6323 /* As per ipf_outobj, except the size of the object to copy out is passed in*/
6327 /* not possible nor required in ipf_outobj(). */
6375 /* Function: ipf_outobj */
6386 ipf_outobj(ipf_main_softc_t *softc, void *data, void *ptr, int type) function in typeref:typename:int
7136 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7179 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7227 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7261 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT);
7834 error = ipf_outobj(softc, data, &it, IPFOBJ_IPFITER)
    [all...]

Completed in 22 milliseconds