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

  /src/external/bsd/ppp/dist/pppd/
pathnames.h 106 #define PPP_PATH_RESOLV PPP_PATH_CONFDIR "/resolv.conf"
ipcp.c 2167 f = fopen(PPP_PATH_RESOLV, "w");
2169 error("Failed to create %s: %m", PPP_PATH_RESOLV);
2180 error("Write failed to %s: %m", PPP_PATH_RESOLV);

Completed in 54 milliseconds