• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

Copyright 1998 by the Massachusetts Institute of Technology.
SPDX-License-Identifier: MIT

ARES_FREEADDRINFO 3 "31 October 2018"
NAME
ares_freeaddrinfo - Free addrinfo structure allocated by ares functions
SYNOPSIS
#include <ares.h>

void ares_freeaddrinfo(struct ares_addrinfo *ai)
DESCRIPTION
The ares_freeaddrinfo function frees a struct ares_addrinfo returned in result of ares_addrinfo_callback
SEE ALSO
ares_getaddrinfo (3),