Searched refs:lwres_nooprequest_parse (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/bin/named/ |
H A D | lwdnoop.c | 44 result = lwres_nooprequest_parse(client->clientmgr->lwctx,
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | lwres_test.c | 102 ret = lwres_nooprequest_parse(ctx, &b, &pkt2, &nooprequest2); 103 CHECK(ret, "lwres_nooprequest_parse");
|
/bind-9.6-ESV-R11/lib/lwres/include/lwres/ |
H A D | lwres.h | 50 * lwres_nooprequest_parse() takes a wire format message and 457 lwres_nooprequest_parse(lwres_context_t *ctx, lwres_buffer_t *b,
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | lwres_noop.c | 67 * lwres_nooprequest_parse() uses context ctx to convert the contents of 72 * lwres_nooprequest_parse() except it yields a lwres_noopresponse_t 83 * lwres_noopresponse_render() lwres_nooprequest_parse() and 89 * lwres_nooprequest_parse() and lwres_noopresponse_parse() will return 220 lwres_nooprequest_parse(lwres_context_t *ctx, lwres_buffer_t *b, function 266 /*% Offers the same semantics as lwres_nooprequest_parse() except it yields a lwres_noopresponse_t structure. */
|
/bind-9.6-ESV-R11/bin/tests/system/lwresd/ |
H A D | lwtest.c | 84 ret = lwres_nooprequest_parse(ctx, &b, &pkt2, &nooprequest2); 85 CHECK(ret, "lwres_nooprequest_parse");
|
Completed in 15 milliseconds