HomeSort by: relevance | last modified time | path
    Searched refs:dnsclient (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/dist/omapip/
isclib.c 81 result = dns_client_setservers(dhcp_gbl_ctx.dnsclient,
96 if (dhcp_gbl_ctx.dnsclient != NULL)
97 dns_client_destroy((dns_client_t **)&dhcp_gbl_ctx.dnsclient);
395 if (dhcp_gbl_ctx.dnsclient == NULL) {
402 &dhcp_gbl_ctx.dnsclient,
  /src/external/mpl/dhcp/bind/dist/lib/irs/
context.c 66 dns_client_t *dnsclient; member in struct:irs_context
204 context->dnsclient = client;
272 dns_client_destroy(&context->dnsclient);
321 return (context->dnsclient);
getaddrinfo.c 598 dns_client_t *dnsclient; member in struct:gai_statehead
886 dns_client_freeresanswer(resstate->head->dnsclient, &rev->answerlist);
1002 head.dnsclient = client;
  /src/external/mpl/dhcp/dist/includes/omapip/
isclib.h 105 dns_client_t *dnsclient; member in struct:dhcp_context
  /src/external/mpl/dhcp/dist/common/
dns.c 922 result = zone_resolve(dhcp_gbl_ctx.dnsclient, &ns.name,
965 dns_client_freeresanswer(dhcp_gbl_ctx.dnsclient,
976 dns_client_freeresanswer(dhcp_gbl_ctx.dnsclient,
1023 ((result = zone_resolve(dhcp_gbl_ctx.dnsclient,
1041 dns_client_freeresanswer(dhcp_gbl_ctx.dnsclient,
1077 result = zone_resolve(dhcp_gbl_ctx.dnsclient, &ns.name,
1114 dns_client_freeresanswer(dhcp_gbl_ctx.dnsclient,
1177 ((status = zone_resolve(dhcp_gbl_ctx.dnsclient,
2786 result = ddns_update(dhcp_gbl_ctx.dnsclient,
2981 result = ddns_update((dns_client_t *)dhcp_gbl_ctx.dnsclient,
    [all...]

Completed in 34 milliseconds