| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rootns.c | 351 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 &&
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rootns.c | 382 isc_result_t hresult, rresult, result; local 392 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_a, 0, now, NULL, 397 if (hresult == ISC_R_SUCCESS && 423 if (hresult == ISC_R_NOTFOUND && 444 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_aaaa, 0, now, 449 if (hresult == ISC_R_SUCCESS && 477 if (hresult == ISC_R_NOTFOUND &&
|
| /src/usr.sbin/inetd/ |
| parse_v2.c | 66 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 accept_max_handler(struct servtab *, vlist) [all...] |