FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | vat_print_ctx_s |
Macros | |
#define | VAT_TAB_WIDTH 2 |
#define | P(fmt, ...) fformat(ctx->ofp, fmt, ##__VA_ARGS__) |
#define | PL(fmt, ...) fformat(ctx->ofp, fmt"\n", ##__VA_ARGS__) |
#define | PPL(fmt, ...) vat_json_indent_line(ctx, fmt"\n", ##__VA_ARGS__) |
#define | PP(fmt, ...) vat_json_indent_line(ctx, fmt, ##__VA_ARGS__) |
#define | INCR (ctx->indent++) |
#define | DECR (ctx->indent--) |
Typedefs | |
typedef struct vat_print_ctx_s | vat_print_ctx_t |
Functions | |
static u8 * | vat_json_format_ip4_address (u8 *s, va_list *args) |
static u8 * | vat_json_format_ip6_address (u8 *s, va_list *args) |
static void | vat_json_indent_print (vat_print_ctx_t *ctx) |
static void | vat_json_indent_line (vat_print_ctx_t *ctx, char *fmt,...) |
static u8 | is_num_only (vat_json_node_t *p) |
static void | vat_json_print_internal (vat_print_ctx_t *ctx, vat_json_node_t *node) |
void | vat_json_print (FILE *ofp, vat_json_node_t *node) |
void | vat_json_free (vat_json_node_t *node) |
#define DECR (ctx->indent--) |
#define INCR (ctx->indent++) |
#define PP | ( | fmt, | |
... | |||
) | vat_json_indent_line(ctx, fmt, ##__VA_ARGS__) |
#define PPL | ( | fmt, | |
... | |||
) | vat_json_indent_line(ctx, fmt"\n", ##__VA_ARGS__) |
#define VAT_TAB_WIDTH 2 |
Definition at line 25 of file json_format.c.
typedef struct vat_print_ctx_s vat_print_ctx_t |
|
static |
Definition at line 35 of file json_format.c.
Definition at line 43 of file json_format.c.
void vat_json_free | ( | vat_json_node_t * | node | ) |
Definition at line 257 of file json_format.c.
|
static |
|
static |
Definition at line 93 of file json_format.c.
void vat_json_print | ( | FILE * | ofp, |
vat_json_node_t * | node | ||
) |
|
static |
Definition at line 128 of file json_format.c.