lwres_gabn.docbook revision 0c27b3fe77ac1d5094ba3521e8142d9e7973133f
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<!ENTITY mdash "—">]>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy - Copyright (C) 2000, 2001, 2004, 2005, 2007, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy - This Source Code Form is subject to the terms of the Mozilla Public
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy - License, v. 2.0. If a copy of the MPL was not distributed with this
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy - file, You can obtain one at http://mozilla.org/MPL/2.0/.
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<!-- Converted by db4-upgrade version 1.0 -->
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<refentry xmlns="http://docbook.org/ns/docbook" version="5.0">
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <refentryinfo>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <corpauthor>Internet Systems Consortium, Inc.</corpauthor>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy </refentryinfo>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <holder>Internet Software Consortium.</holder>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <refname>lwres_gabnrequest_render</refname>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <refname>lwres_gabnresponse_render</refname>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <refname>lwres_gabnrequest_parse</refname>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <refname>lwres_gabnresponse_parse</refname>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <refname>lwres_gabnresponse_free</refname>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <refpurpose>lightweight resolver getaddrbyname message handling</refpurpose>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <refsynopsisdiv>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <funcsynopsis>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<funcsynopsisinfo>#include <lwres/lwres.h></funcsynopsisinfo>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<funcprototype>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<function>lwres_gabnrequest_render</function></funcdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_context_t *<parameter>ctx</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_gabnrequest_t *<parameter>req</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_lwpacket_t *<parameter>pkt</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_buffer_t *<parameter>b</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy </funcprototype>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<funcprototype>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<function>lwres_gabnresponse_render</function></funcdef>
447b1e1fca22e4de5e04623965fbb1460857930cJohn Wren Kennedy <paramdef>lwres_context_t *<parameter>ctx</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_gabnresponse_t *<parameter>req</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_lwpacket_t *<parameter>pkt</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_buffer_t *<parameter>b</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy </funcprototype>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<funcprototype>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<function>lwres_gabnrequest_parse</function></funcdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_context_t *<parameter>ctx</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_buffer_t *<parameter>b</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_lwpacket_t *<parameter>pkt</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_gabnrequest_t **<parameter>structp</parameter></paramdef>
1d32ba663e202c24a5a1f2e5aef83fffb447cb7fJohn Wren Kennedy </funcprototype>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<funcprototype>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<function>lwres_gabnresponse_parse</function></funcdef>
1d32ba663e202c24a5a1f2e5aef83fffb447cb7fJohn Wren Kennedy <paramdef>lwres_context_t *<parameter>ctx</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_buffer_t *<parameter>b</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_lwpacket_t *<parameter>pkt</parameter></paramdef>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy <paramdef>lwres_gabnresponse_t **<parameter>structp</parameter></paramdef>
1d32ba663e202c24a5a1f2e5aef83fffb447cb7fJohn Wren Kennedy </funcprototype>
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy<funcprototype>