#include <proto.h>
Data Fields | |
const char * | name |
enum proto_bases | base |
unsigned int | protocol_key |
struct { | |
unsigned int num | |
const struct proto_desc * desc | |
} | protocols [PROTO_UPPER_MAX] |
struct proto_hdr_template | templates [PROTO_HDRS_MAX] |
enum proto_bases proto_desc::base |
Referenced by payload_expr_alloc(), payload_expr_complete(), and payload_expr_expand().
const struct proto_desc* proto_desc::desc |
const char* proto_desc::name |
Referenced by payload_gen_dependency().
unsigned int proto_desc::num |
Referenced by proto_find_num(), and proto_find_upper().
unsigned int proto_desc::protocol_key |
Referenced by payload_expr_alloc(), and payload_gen_dependency().
struct { ... } proto_desc::protocols[PROTO_UPPER_MAX] |
Referenced by proto_find_num(), and proto_find_upper().
struct proto_hdr_template proto_desc::templates[PROTO_HDRS_MAX] |
Referenced by payload_expr_alloc(), payload_expr_complete(), payload_expr_expand(), and payload_gen_dependency().