4#ifndef PROTOBUF_C_nmsg_2fbase_2fipconn_2eproto__INCLUDED
5#define PROTOBUF_C_nmsg_2fbase_2fipconn_2eproto__INCLUDED
7#include <protobuf-c/protobuf-c.h>
11#if PROTOBUF_C_VERSION_NUMBER < 1000000
12# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
13#elif 1004001 < PROTOBUF_C_MIN_COMPILER_VERSION
14# error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
28 ProtobufCMessage base;
29 protobuf_c_boolean has_proto;
31 protobuf_c_boolean has_srcip;
32 ProtobufCBinaryData srcip;
33 protobuf_c_boolean has_srcport;
35 protobuf_c_boolean has_dstip;
36 ProtobufCBinaryData dstip;
37 protobuf_c_boolean has_dstport;
40#define NMSG__BASE__IPCONN__INIT \
41 { PROTOBUF_C_MESSAGE_INIT (&nmsg__base__ipconn__descriptor) \
42, 0, 0, 0, {0,NULL}, 0, 0, 0, {0,NULL}, 0, 0 }
46void nmsg__base__ipconn__init
48size_t nmsg__base__ipconn__get_packed_size
50size_t nmsg__base__ipconn__pack
53size_t nmsg__base__ipconn__pack_to_buffer
55 ProtobufCBuffer *buffer);
57 nmsg__base__ipconn__unpack
58 (ProtobufCAllocator *allocator,
61void nmsg__base__ipconn__free_unpacked
63 ProtobufCAllocator *allocator);
66typedef void (*Nmsg__Base__IPConn_Closure)
75extern const ProtobufCMessageDescriptor nmsg__base__ipconn__descriptor;