Searched refs:fr_outobj (Results 1 – 7 of 7) sorted by relevance
/titanic_41/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);
|
/titanic_41/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 | 4686 error = fr_outobj(data, fp, IPFOBJ_FRENTRY); 5922 int fr_outobj(data, ptr, type) in fr_outobj() function 6742 error = fr_outobj(data, &tu, IPFOBJ_TUNEABLE); 6782 error = fr_outobj(data, &tu, IPFOBJ_TUNEABLE); 6817 error = fr_outobj(data, &tu, IPFOBJ_TUNEABLE);
|
H A D | ip_state.c | 530 error = fr_outobj(data, fr_statetstats(ifs), IPFOBJ_STATESTAT); 648 error = fr_outobj(data, &ips, IPFOBJ_STATESAVE); 756 error = fr_outobj(data, &ips, IPFOBJ_STATESAVE);
|
H A D | ip_fil_solaris.c | 754 error = fr_outobj((void *)data, &fio, IPFOBJ_IPFSTAT); 834 error = fr_outobj((void *)data, fr_fragstats(ifs),
|
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);
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 1499 extern int fr_outobj __P((void *, void *, int));
|