HomeSort by: relevance | last modified time | path
    Searched refs:ipf_inobj (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_auth.c 607 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER);
1026 error = ipf_inobj(softc, data, NULL, au, IPFOBJ_FRAUTH);
1155 error = ipf_inobj(softc, data, NULL, &auth, IPFOBJ_FRAUTH);
ip_lookup.c 691 err = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_LOOKUPITER);
ip_state.c 552 error = ipf_inobj(softc, data, NULL, &st, IPFOBJ_IPSTATE);
779 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER);
848 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE);
912 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE);
4830 error = ipf_inobj(softc, data, NULL, &table, IPFOBJ_GTABLE);
fil.c 4425 error = ipf_inobj(softc, data, NULL, fp, IPFOBJ_FRENTRY);
6184 /* Function: ipf_inobj */
6200 ipf_inobj(ipf_main_softc_t *softc, void *data, ipfobj_t *objp, void *ptr, function
6264 /* As per ipf_inobj, except the size of the object to copy in is passed in */
6268 /* not possible nor required in ipf_inobj(). */
7081 error = ipf_inobj(softc, data, NULL, &tu, IPFOBJ_TUNEABLE);
7257 error = ipf_inobj(softc, data, &obj, &fio, IPFOBJ_IPFSTAT);
7689 error = ipf_inobj(softc, ptr, &obj, &it, IPFOBJ_IPFITER);
7830 error = ipf_inobj(softc, data, &obj, &it, IPFOBJ_IPFITER);
7888 error = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_GENITER)
    [all...]
ip_nat.c 1030 error = ipf_inobj(softc, data, NULL, natd,
1228 error = ipf_inobj(softc, data, NULL, &nl, IPFOBJ_NATLOOKUP);
1360 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER);
1781 error = ipf_inobj(softc, data, NULL, &ipns, IPFOBJ_NATSAVE);
1924 error = ipf_inobj(softc, data, NULL, ipn, IPFOBJ_NATSAVE);
7824 error = ipf_inobj(softc, data, NULL, &table, IPFOBJ_GTABLE);
ip_proxy.c 719 error = ipf_inobj(softc, data, NULL, &ctl, IPFOBJ_PROXYCTL);
ip_fil.h 1821 extern int ipf_inobj(ipf_main_softc_t *, void *, ipfobj_t *,

Completed in 34 milliseconds