OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gmpp_context_ Struct Reference

#include <gmpp_private.h>

Collaboration diagram for gmpp_context_:

Public Attributes

void * ctx_client_context
 
gmp_xmit_callback_func ctx_xmit_cb
 
gmp_xmit_peek_callback_func ctx_xmit_peek_cb
 
gmp_rcv_peek_callback_func ctx_rcv_peek_cb
 
gmp_rcv_callback_func ctx_rcv_cb
 
gmp_group_done_callback_func ctx_group_cb
 
gmp_packet_free_callback_func ctx_pkt_free_cb
 
boolean ctx_proto_active [GMP_NUM_PROTOS]
 

Detailed Description

Definition at line 20 of file gmpp_private.h.

Member Data Documentation

void* gmpp_context_::ctx_client_context

Definition at line 21 of file gmpp_private.h.

gmp_group_done_callback_func gmpp_context_::ctx_group_cb

Definition at line 26 of file gmpp_private.h.

gmp_packet_free_callback_func gmpp_context_::ctx_pkt_free_cb

Definition at line 27 of file gmpp_private.h.

boolean gmpp_context_::ctx_proto_active[GMP_NUM_PROTOS]

Definition at line 28 of file gmpp_private.h.

gmp_rcv_callback_func gmpp_context_::ctx_rcv_cb

Definition at line 25 of file gmpp_private.h.

gmp_rcv_peek_callback_func gmpp_context_::ctx_rcv_peek_cb

Definition at line 24 of file gmpp_private.h.

gmp_xmit_callback_func gmpp_context_::ctx_xmit_cb

Definition at line 22 of file gmpp_private.h.

gmp_xmit_peek_callback_func gmpp_context_::ctx_xmit_peek_cb

Definition at line 23 of file gmpp_private.h.


The documentation for this struct was generated from the following file: