Searched refs:fr_outobj (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/cmd/ipf/tools/ |
| H A D | ip_fil.c | 369 error = fr_outobj(data, &fio, IPFOBJ_IPFSTAT); 420 error = fr_outobj(data, fr_fragstats(ifs), IPFOBJ_FRAGSTAT);
|
| /onnv-gate/usr/src/uts/common/inet/ipf/ |
| H A D | ip_auth.c | 406 error = fr_outobj(data, &ifs->ifs_fr_authstats, 425 error = fr_outobj(data,
|
| H A D | fil.c | 4681 error = fr_outobj(data, fp, IPFOBJ_FRENTRY); 5869 int fr_outobj(data, ptr, type) in fr_outobj() function 6689 error = fr_outobj(data, &tu, IPFOBJ_TUNEABLE); 6729 error = fr_outobj(data, &tu, IPFOBJ_TUNEABLE); 6764 error = fr_outobj(data, &tu, IPFOBJ_TUNEABLE);
|
| H A D | ip_fil_solaris.c | 667 error = fr_outobj((void *)data, &fio, IPFOBJ_IPFSTAT); 747 error = fr_outobj((void *)data, fr_fragstats(ifs),
|
| H A D | ip_state.c | 528 error = fr_outobj(data, fr_statetstats(ifs), IPFOBJ_STATESTAT); 646 error = fr_outobj(data, &ips, IPFOBJ_STATESAVE); 754 error = fr_outobj(data, &ips, IPFOBJ_STATESAVE);
|
| H A D | ip_nat.c | 775 error = fr_outobj(data, &ifs->ifs_nat_stats, IPFOBJ_NATSTAT); 806 error = fr_outobj(data, &nl, IPFOBJ_NATLOOKUP); 1794 (void) fr_outobj(data, ipnn, IPFOBJ_NATSAVE);
|
| /onnv-gate/usr/src/uts/common/inet/ipf/netinet/ |
| H A D | ip_fil.h | 1475 extern int fr_outobj __P((void *, void *, int));
|