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

  /src/external/bsd/libbind/dist/irs/
dns_p.h 29 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok) macro
dns_nw.c 396 if (nn < 0 || !maybe_hnok(pvt->res, bp) || nn != n) {
dns_ho.c 882 if (n < 0 || !maybe_hnok(pvt->res, bp) ||
  /src/lib/libc/net/
getnetnamadr.c 82 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok) macro
236 if ((n < 0) || !maybe_hnok(res, bp)) {
gethnamaddr.c 108 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok) macro
379 if ((n < 0) || !maybe_hnok(res, bp)) {

Completed in 16 milliseconds