| /freebsd/crypto/openssl/crypto/conf/ |
| H A D | conf_ssl.c | 71 int rcode = cmd_lists == NULL in ssl_module_init() local 90 int rcode = cmds == NULL in ssl_module_init() local
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | worker_cb.c | 167 void libworker_fg_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_fg_done_cb() 174 void libworker_bg_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_bg_done_cb() 181 void libworker_event_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_event_done_cb()
|
| /freebsd/contrib/unbound/validator/ |
| H A D | validator.c | 394 int rcode; in needs_validation() local 1327 struct key_entry_key* kkey, int* rcode, in validate_nameerror_response() 2281 int rcode, suspend, nsec3_calculations = 0; in processValidate() local 2995 int id, int rcode, struct dns_msg* msg, struct query_info* qinfo, in ds_response_to_ke() 3312 int id, int rcode, struct dns_msg* msg, struct query_info* qinfo, in process_ds_response() 3412 int id, int rcode, struct dns_msg* msg, struct query_info* qinfo, in process_dnskey_response() 3534 int id, int rcode, struct dns_msg* msg, struct sock_list* origin, in process_prime_response()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-domain.c | 53 ns_rcode(u_int rcode) { in ns_rcode() 908 uint16_t flags, rcode, rdlen, type; in domain_print() local
|
| /freebsd/contrib/unbound/util/data/ |
| H A D | msgreply.c | 1004 uint16_t rcode = FLAGS_GET_RCODE(sldns_buffer_read_u16_at(rmsg, 2)); in log_reply_info() local 1241 struct reply_info* rep, int rcode, struct edns_data* edns, in inplace_cb_reply_call_generic() 1263 struct module_qstate* qstate, struct reply_info* rep, int rcode, in inplace_cb_reply_call() 1274 struct reply_info* rep, int rcode, struct edns_data* edns, in inplace_cb_reply_cache_call() 1285 struct reply_info* rep, int rcode, struct edns_data* edns, in inplace_cb_reply_local_call() 1296 struct reply_info* rep, int rcode, struct edns_data* edns, in inplace_cb_reply_servfail_call()
|
| /freebsd/contrib/unbound/dynlibmod/examples/ |
| H A D | helloworld.c | 119 struct module_qstate* qstate, struct reply_info* rep, int rcode, in reply_callback()
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | libworker.c | 549 libworker_fillup_fg(struct ctx_query* q, int rcode, sldns_buffer* buf, in libworker_fillup_fg() 575 libworker_fg_done_cb(void* arg, int rcode, sldns_buffer* buf, enum sec_status s, in libworker_fg_done_cb() 669 libworker_event_done_cb(void* arg, int rcode, sldns_buffer* buf, in libworker_event_done_cb() 796 libworker_bg_done_cb(void* arg, int rcode, sldns_buffer* buf, enum sec_status s, in libworker_bg_done_cb()
|
| /freebsd/contrib/sendmail/libmilter/ |
| H A D | smfi.c | 563 smfi_setreply(ctx, rcode, xcode, message) in smfi_setreply() argument 636 smfi_setmlreply(SMFICTX *ctx, const char *rcode, const char *xcode, ...) in smfi_setmlreply()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | deliver.c | 1434 logfailover(e, m, mci, rcode, rcpt) in logfailover() argument 1511 # define logfailover(e, m, mci, rcode, rcpt) ((void) 0) argument 1688 int rcode; /* response code */ local 4800 markfailure(e, q, mci, rcode, ovr) in markfailure() argument 5328 logdelivery(m, mci, dsn, status, ctladdr, xstart, e, to, rcode) in logdelivery() argument 7091 auto int rcode; local
|
| H A D | main.c | 4452 auto int rcode; local 4503 auto int rcode = EX_OK; local 4572 auto int rcode = EX_OK; local
|
| H A D | domain.c | 714 int i, rcode; local 863 getmxrr(host, mxhosts, mxprefs, flags, rcode, pttl, port, pad) in getmxrr() argument
|
| H A D | savemail.c | 1847 int rcode; local
|
| /freebsd/include/arpa/ |
| H A D | nameser_compat.h | 76 unsigned rcode :4; /*%< response code */ member 86 unsigned rcode :4; /*%< response code */ member
|
| /freebsd/sys/dev/smartpqi/ |
| H A D | smartpqi_sis.c | 509 int rcode = PQI_STATUS_SUCCESS; in pqisrc_sis_wait_for_db_bit_to_clear() local
|
| /freebsd/contrib/ldns-host/ |
| H A D | ldns-host.c | 382 print_rcode(uint8_t rcode) { in print_rcode() 746 ldns_pkt_rcode rcode; in query() local 816 ldns_pkt_rcode rcode; in report() local
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | worker.c | 1199 int rcode = LDNS_RCODE_NOERROR; in answer_notify() local 2634 void libworker_fg_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_fg_done_cb() 2641 void libworker_bg_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_bg_done_cb() 2648 void libworker_event_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_event_done_cb()
|
| /freebsd/lib/libc/resolv/ |
| H A D | res_debug.c | 272 u_int opcode, rcode, id; in res_pquery() local 710 p_rcode(int rcode) { in p_rcode()
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias_nbt.c | 209 u_short dir:1, opcode:4, nmflags:7, rcode:4; member 225 PrintRcode(u_char rcode) in PrintRcode()
|
| /freebsd/contrib/ldns/ldns/ |
| H A D | wire2host.h | 69 #define LDNS_RCODE_SET(wirebuf, rcode) \ argument
|
| /freebsd/contrib/unbound/ipset/ |
| H A D | ipset.c | 44 static int error_response(struct module_qstate* qstate, int id, int rcode) { in error_response()
|
| /freebsd/contrib/unbound/services/ |
| H A D | localzone.c | 1352 int rcode) in local_encode() 1386 struct regional* temp, int rcode, int r, int ede_code, in local_error_encode() 1734 int rcode = (ld || lz_type == local_zone_redirect || in local_zones_zone_answer() local 1819 int rcode = LDNS_RCODE_NOERROR; in local_zones_zone_answer() local
|
| /freebsd/contrib/unbound/dynlibmod/ |
| H A D | dynlibmod.c | 214 struct module_qstate* qstate, struct reply_info* rep, int rcode, in dynlib_inplace_cb_reply_generic()
|
| /freebsd/contrib/unbound/dnstap/ |
| H A D | unbound-dnstap-socket.c | 1719 void libworker_fg_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_fg_done_cb() 1726 void libworker_bg_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_bg_done_cb() 1733 void libworker_event_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_event_done_cb()
|
| /freebsd/contrib/unbound/iterator/ |
| H A D | iterator.c | 275 error_response(struct module_qstate* qstate, int id, int rcode) in error_response() 296 error_response_cache(struct module_qstate* qstate, int id, int rcode) in error_response_cache() 669 char rcode[256], rc[32]; in errinf_reply() local
|
| /freebsd/contrib/unbound/sldns/ |
| H A D | pkthdr.h | 63 #define LDNS_RCODE_SET(wirebuf, rcode) \ argument
|