Searched refs:ipf_outobj (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_auth.c | 615 error = ipf_outobj(softc, data, &softa->ipf_auth_stats, 1032 error = ipf_outobj(softc, data,
|
| H A D | fil.c | 5022 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY); 6553 ipf_outobj(softc, data, ptr, type) in ipf_outobj() function 7349 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE); 7392 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE); 7440 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE); 7476 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT); 8079 error = ipf_outobj(softc, data, &it, IPFOBJ_IPFITER); 8309 error = ipf_outobj(softc, (void *)data, &fio, IPFOBJ_IPFSTAT); 8414 error = ipf_outobj(softc, (void *)data,
|
| H A D | ip_state.c | 729 error = ipf_outobj(softc, data, ipf_state_stats(softc), 824 error = ipf_outobj(softc, data, softs->ipf_state_tcptq, 898 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE); 1010 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE);
|
| H A D | ip_nat.c | 1156 (void) ipf_outobj(softc, data, &natd, IPFOBJ_IPNAT); 1230 error = ipf_outobj(softc, data, nsp, IPFOBJ_NATSTAT); 1265 error = ipf_outobj(softc, data, &nl, 1399 error = ipf_outobj(softc, data, softn->ipf_nat_tcptq, 2171 (void) ipf_outobj(softc, data, ipnn, IPFOBJ_NATSAVE);
|
| H A D | ip_fil.h | 1695 extern int ipf_outobj __P((ipf_main_softc_t *, void *, void *, int));
|