Searched refs:hresult (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/inetd/
H A Dparse_v2.c66 typedef enum hresult { enum
68 } hresult; typedef in typeref:enum:hresult
71 static hresult args_handler(struct servtab *, vlist);
72 static hresult bind_handler(struct servtab *, vlist);
73 static hresult exec_handler(struct servtab *, vlist);
74 static hresult filter_handler(struct servtab *, vlist);
75 static hresult group_handler(struct servtab *, vlist);
76 static hresult service_max_handler(struct servtab *, vlist);
77 static hresult ip_max_handler(struct servtab *, vlist);
78 static hresult protocol_handle
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drootns.c351 isc_result_t hresult, rresult, result; local
361 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_a, 0, now, NULL,
366 if (hresult == ISC_R_SUCCESS &&
388 if (hresult == ISC_R_NOTFOUND &&
409 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_aaaa, 0, now,
414 if (hresult == ISC_R_SUCCESS &&
438 if (hresult == ISC_R_NOTFOUND &&
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drootns.c384 isc_result_t hresult, rresult, result; local
394 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_a, 0, now, NULL,
399 if (hresult == ISC_R_SUCCESS &&
425 if (hresult == ISC_R_NOTFOUND &&
446 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_aaaa, 0, now,
451 if (hresult == ISC_R_SUCCESS &&
479 if (hresult == ISC_R_NOTFOUND &&

Completed in 99 milliseconds