Home
last modified time | relevance | path

Searched refs:ipf_inobj (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_auth.c607 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER); in ipf_auth_ioctl()
1026 error = ipf_inobj(softc, data, NULL, au, IPFOBJ_FRAUTH); in ipf_auth_wait()
1155 error = ipf_inobj(softc, data, NULL, &auth, IPFOBJ_FRAUTH); in ipf_auth_reply()
Dip_lookup.c691 err = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_LOOKUPITER); in ipf_lookup_iterate()
Dip_state.c552 error = ipf_inobj(softc, data, NULL, &st, IPFOBJ_IPSTATE); in ipf_state_remove()
779 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER); in ipf_state_ioctl()
848 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE); in ipf_state_getent()
912 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE); in ipf_state_putent()
4830 error = ipf_inobj(softc, data, NULL, &table, IPFOBJ_GTABLE); in ipf_state_gettable()
Dfil.c4425 error = ipf_inobj(softc, data, NULL, fp, IPFOBJ_FRENTRY); in frrequest()
6200 ipf_inobj(ipf_main_softc_t *softc, void *data, ipfobj_t *objp, void *ptr, in ipf_inobj() function
7081 error = ipf_inobj(softc, data, NULL, &tu, IPFOBJ_TUNEABLE); in ipf_ipftune()
7257 error = ipf_inobj(softc, data, &obj, &fio, IPFOBJ_IPFSTAT); in ipf_zerostats()
7689 error = ipf_inobj(softc, ptr, &obj, &it, IPFOBJ_IPFITER); in ipf_getnextrule()
7830 error = ipf_inobj(softc, data, &obj, &it, IPFOBJ_IPFITER); in ipf_frruleiter()
7888 error = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_GENITER); in ipf_genericiter()
8049 error = ipf_inobj(softc, (void *)data, &obj, &fio, in ipf_ipf_ioctl()
Dip_nat.c1030 error = ipf_inobj(softc, data, NULL, natd, in ipf_nat_ioctl()
1228 error = ipf_inobj(softc, data, NULL, &nl, IPFOBJ_NATLOOKUP); in ipf_nat_ioctl()
1360 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER); in ipf_nat_ioctl()
1781 error = ipf_inobj(softc, data, NULL, &ipns, IPFOBJ_NATSAVE); in ipf_nat_getent()
1923 error = ipf_inobj(softc, data, NULL, ipn, IPFOBJ_NATSAVE); in ipf_nat_putent()
7823 error = ipf_inobj(softc, data, NULL, &table, IPFOBJ_GTABLE); in ipf_nat_gettable()
Dip_proxy.c719 error = ipf_inobj(softc, data, NULL, &ctl, IPFOBJ_PROXYCTL); in ipf_proxy_ioctl()
Dip_fil.h1821 extern int ipf_inobj(ipf_main_softc_t *, void *, ipfobj_t *,
/netbsd/src/external/bsd/ipf/dist/
Dip_lookup.c708 err = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_LOOKUPITER);