HomeSort by relevance Sort by last modified time
    Searched refs:resolv_nons (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
ipcp.h 82 char *resolv_nons; /* Contents of resolv.conf without ns */ member in struct:ipcp::__anon10773
ipcp.c 183 if (ipcp->ns.resolv_nons != NULL) {
184 free(ipcp->ns.resolv_nons);
185 ipcp->ns.resolv_nons = NULL;
196 * Note, ns.resolv and ns.resolv_nons are assumed to always point to
199 if ((ipcp->ns.resolv_nons = (char *)malloc(st.st_size + 1)) == NULL)
205 free(ipcp->ns.resolv_nons);
206 ipcp->ns.resolv_nons = NULL;
215 free(ipcp->ns.resolv_nons);
216 ipcp->ns.resolv_nons = NULL;
226 cp_nons = ipcp->ns.resolv_nons;
    [all...]

Completed in 38 milliseconds