Searched refs:fr_outobj (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c369 error = fr_outobj(data, &fio, IPFOBJ_IPFSTAT);
420 error = fr_outobj(data, fr_fragstats(ifs), IPFOBJ_FRAGSTAT);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_auth.c406 error = fr_outobj(data, &ifs->ifs_fr_authstats,
425 error = fr_outobj(data,
H A Dfil.c4686 error = fr_outobj(data, fp, IPFOBJ_FRENTRY);
5868 /* As per fr_outobj, except the size of the object to copy out is passed in */
5872 /* not possible nor required in fr_outobj(). */
5912 /* Function: fr_outobj */
5922 int fr_outobj(data, ptr, type) 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 Dip_fil_solaris.c754 error = fr_outobj((void *)data, &fio, IPFOBJ_IPFSTAT);
834 error = fr_outobj((void *)data, fr_fragstats(ifs),
H A Dip_state.c530 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 Dip_nat.c775 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);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1496 extern int fr_outobj __P((void *, void *, int));

Completed in 93 milliseconds