#include "config.h"#include <string.h>#include "bif_arg.h"#include "bif_type.def"Include dependency graph for bif_arg.cc:

Go to the source code of this file.
Defines | |
| #define | DEFINE_BIF_TYPE(id, bif_type, bro_type, c_type, accessor) {bif_type, bro_type, c_type, accessor}, |
Variables | |
| struct { | |
| const char * bif_type | |
| const char * bro_type | |
| const char * c_type | |
| const char * accessor | |
| } | builtin_func_arg_type [] |
| const char * | arg_list_name |
|
|
|
|
|
Definition at line 13 of file bif_arg.cc. |
|
|
Definition at line 43 of file bif_arg.cc. Referenced by yyparse(). |
|
|
Definition at line 10 of file bif_arg.cc. |
|
|
Definition at line 11 of file bif_arg.cc. |
|
|
|
|
|
Definition at line 12 of file bif_arg.cc. |
1.3.5