4 #ifndef PROTOBUF_C_tcp_2eproto__INCLUDED
5 #define PROTOBUF_C_tcp_2eproto__INCLUDED
7 #include <protobuf-c/protobuf-c.h>
9 PROTOBUF_C__BEGIN_DECLS
11 #if PROTOBUF_C_VERSION_NUMBER < 1003000
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.
90 #define TCP__TCP_SCHEMA__INIT \
92 PROTOBUF_C_MESSAGE_INIT(&tcp__tcp_schema__descriptor) \
93 , (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
102 ProtobufCBuffer *buffer);
104 size_t len,
const uint8_t *data);
106 ProtobufCAllocator *allocator);
118 PROTOBUF_C__END_DECLS
Definition: tcp.pb-c.h:23
uint32_t ack
Definition: tcp.pb-c.h:72
uint32_t ack_seq
Definition: tcp.pb-c.h:44
uint32_t source
Definition: tcp.pb-c.h:32
uint32_t doff
Definition: tcp.pb-c.h:52
uint32_t check_p
Definition: tcp.pb-c.h:84
uint32_t psh
Definition: tcp.pb-c.h:68
uint32_t window
Definition: tcp.pb-c.h:80
uint32_t rst
Definition: tcp.pb-c.h:64
uint32_t res1
Definition: tcp.pb-c.h:48
uint32_t urg
Definition: tcp.pb-c.h:76
uint32_t urg_ptr
Definition: tcp.pb-c.h:88
uint32_t fin
Definition: tcp.pb-c.h:56
char * id
Definition: tcp.pb-c.h:28
uint32_t syn
Definition: tcp.pb-c.h:60
uint32_t dest
Definition: tcp.pb-c.h:36
uint32_t seq
Definition: tcp.pb-c.h:40
ProtobufCMessage base
Definition: tcp.pb-c.h:24
void tcp__tcp_schema__free_unpacked(Tcp__TcpSchema *message, ProtobufCAllocator *allocator)
Definition: tcp.pb-c.c:34
Tcp__TcpSchema * tcp__tcp_schema__unpack(ProtobufCAllocator *allocator, size_t len, const uint8_t *data)
Definition: tcp.pb-c.c:29
const ProtobufCMessageDescriptor tcp__tcp_schema__descriptor
Definition: tcp.pb-c.c:160
size_t tcp__tcp_schema__pack_to_buffer(const Tcp__TcpSchema *message, ProtobufCBuffer *buffer)
Definition: tcp.pb-c.c:23
void(* Tcp__TcpSchema_Closure)(const Tcp__TcpSchema *message, void *closure_data)
Definition: tcp.pb-c.h:109
void tcp__tcp_schema__init(Tcp__TcpSchema *message)
Definition: tcp.pb-c.c:10
size_t tcp__tcp_schema__pack(const Tcp__TcpSchema *message, uint8_t *out)
Definition: tcp.pb-c.c:19
size_t tcp__tcp_schema__get_packed_size(const Tcp__TcpSchema *message)
Definition: tcp.pb-c.c:14