|
OpenNSL API Guide and Reference Manual
|
#include <stdint.h>#include <sys/socket.h>Go to the source code of this file.
Macros | |
| #define | _jsonlog(format, args...) printf(format, ##args) |
| #define | DEF_SERVER "127.0.0.1" |
| #define | EXAMPLE_CONFIG_PORT 7891 |
| #define | JSON_CHECK_VALUE_AND_CLEANUP(x, y, z) |
| #define | JSON_COMPARE_STRINGS_AND_CLEANUP(x, y, z) |
| #define | JSON_COMPARE_VALUE_AND_CLEANUP(x, y, z) |
| #define | JSON_MAX_NODE_LENGTH 64 |
| #define | JSON_MAX_NODE_LENGTH 64 |
| #define | JSON_VALIDATE_JSON_AS_NUMBER(x, y) |
| #define | JSON_VALIDATE_JSON_AS_STRING(x, y, z) |
| #define | JSON_VALIDATE_JSON_POINTER(x, y, z) |
| #define | JSON_VALIDATE_JSON_POINTER_AND_CLEANUP(x, y, z) |
| #define | JSON_VALIDATE_POINTER(x, y, z) |
| #define | JSON_VALIDATE_POINTER_AND_CLEANUP(x, y, z) |
| #define | RPC_MAX_BUFFER_LEN 1023 |
| #define _jsonlog | ( | format, | |
| args... | |||
| ) | printf(format, ##args) |
Definition at line 39 of file rpc_utils.h.
| #define DEF_SERVER "127.0.0.1" |
Definition at line 36 of file rpc_utils.h.
Referenced by main().
| #define EXAMPLE_CONFIG_PORT 7891 |
Definition at line 35 of file rpc_utils.h.
Referenced by main().
| #define JSON_CHECK_VALUE_AND_CLEANUP | ( | x, | |
| y, | |||
| z | |||
| ) |
Definition at line 124 of file rpc_utils.h.
| #define JSON_COMPARE_STRINGS_AND_CLEANUP | ( | x, | |
| y, | |||
| z | |||
| ) |
Definition at line 103 of file rpc_utils.h.
Referenced by process_response().
| #define JSON_COMPARE_VALUE_AND_CLEANUP | ( | x, | |
| y, | |||
| z | |||
| ) |
Definition at line 113 of file rpc_utils.h.
| #define JSON_MAX_NODE_LENGTH 64 |
Definition at line 33 of file rpc_utils.h.
Referenced by process_response().
| #define JSON_MAX_NODE_LENGTH 64 |
Definition at line 33 of file rpc_utils.h.
| #define JSON_VALIDATE_JSON_AS_NUMBER | ( | x, | |
| y | |||
| ) |
Definition at line 93 of file rpc_utils.h.
Referenced by process_response().
| #define JSON_VALIDATE_JSON_AS_STRING | ( | x, | |
| y, | |||
| z | |||
| ) |
Definition at line 76 of file rpc_utils.h.
Referenced by process_response().
| #define JSON_VALIDATE_JSON_POINTER | ( | x, | |
| y, | |||
| z | |||
| ) |
Definition at line 48 of file rpc_utils.h.
Referenced by process_response().
| #define JSON_VALIDATE_JSON_POINTER_AND_CLEANUP | ( | x, | |
| y, | |||
| z | |||
| ) |
Definition at line 65 of file rpc_utils.h.
| #define JSON_VALIDATE_POINTER | ( | x, | |
| y, | |||
| z | |||
| ) |
Definition at line 41 of file rpc_utils.h.
| #define JSON_VALIDATE_POINTER_AND_CLEANUP | ( | x, | |
| y, | |||
| z | |||
| ) |
Definition at line 55 of file rpc_utils.h.
| #define RPC_MAX_BUFFER_LEN 1023 |
Definition at line 32 of file rpc_utils.h.
Referenced by main().