Functions to manipulate DNS labels.
More...
#include <freeradius-devel/io/test_point.h>
Go to the source code of this file.
|
| static int | decode_test_ctx (void **out, UNUSED TALLOC_CTX *ctx, UNUSED fr_dict_t const *dict, UNUSED fr_dict_attr_t const *root_da) |
| |
| static ssize_t | util_decode_proto (TALLOC_CTX *ctx, UNUSED fr_pair_list_t *out, uint8_t const *data, size_t data_len, UNUSED void *proto_ctx) |
| |
| static ssize_t | util_encode_proto (UNUSED TALLOC_CTX *ctx, fr_pair_list_t *vps, uint8_t *data, size_t data_len, UNUSED void *proto_ctx) |
| |
Functions to manipulate DNS labels.
- Copyright
- 2021 Network RADIUS SAS (legal.nosp@m.@net.nosp@m.workr.nosp@m.adiu.nosp@m.s.com)
Definition in file fuzzer.c.
◆ decode_test_ctx()
◆ util_decode_proto()
◆ util_encode_proto()
◆ util_tp_decode_proto
Initial value:= {
}
static ssize_t util_decode_proto(TALLOC_CTX *ctx, UNUSED fr_pair_list_t *out, uint8_t const *data, size_t data_len, UNUSED void *proto_ctx)
static int decode_test_ctx(void **out, UNUSED TALLOC_CTX *ctx, UNUSED fr_dict_t const *dict, UNUSED fr_dict_attr_t const *root_da)
Definition at line 72 of file fuzzer.c.
◆ util_tp_encode_proto
Initial value:= {
}
static ssize_t util_encode_proto(UNUSED TALLOC_CTX *ctx, fr_pair_list_t *vps, uint8_t *data, size_t data_len, UNUSED void *proto_ctx)
Definition at line 78 of file fuzzer.c.