|
The Assimilation Monitoring Project
|
Defines an abstract Network I/O class. More...
#include <projectcommon.h>#include <assimobj.h>#include <glib.h>#include <netaddr.h>#include <frame.h>#include <signframe.h>#include <configcontext.h>#include <packetdecoder.h>

Go to the source code of this file.
Data Structures | |
| struct | _NetIOstats |
| struct | _NetIO |
| This is a basic NetIO class abstract class for doing network I/O. More... | |
| typedef struct _NetIOstats | NetIOstats |
| typedef struct _NetIO | NetIO |
| WINEXPORT NetIO * | netio_new (gsize objsize, ConfigContext *, PacketDecoder *) |
| Don't call directly! - this is an abstract class... More... | |
| WINEXPORT gboolean | netio_is_dual_ipv4v6_stack (void) |
Defines an abstract Network I/O class.
This is an abstract class and should not be instantiated directly. It defines capabilities for sending and receiving FrameSets.
This file is part of the Assimilation Project.
The Assimilation software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the Assimilation Project software. If not, see http://www.gnu.org/licenses/
Definition in file netio.h.