/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_ssl.c | 71 int rcode = in ssl_module_init() local 91 int rcode = in ssl_module_init() local
|
/freebsd/contrib/unbound/validator/ |
H A D | validator.c | 353 int rcode; needs_validation() local 1204 validate_nameerror_response(struct module_env * env,struct val_env * ve,struct query_info * qchase,struct reply_info * chase_reply,struct key_entry_key * kkey,int * rcode,struct module_qstate * qstate,struct val_qstate * vq,int * nsec3_calculations,int * suspend) validate_nameerror_response() argument 2138 int rcode, suspend, nsec3_calculations = 0; processValidate() local 2837 ds_response_to_ke(struct module_qstate * qstate,struct val_qstate * vq,int id,int rcode,struct dns_msg * msg,struct query_info * qinfo,struct key_entry_key ** ke,struct module_qstate * sub_qstate) ds_response_to_ke() argument 3098 process_ds_response(struct module_qstate * qstate,struct val_qstate * vq,int id,int rcode,struct dns_msg * msg,struct query_info * qinfo,struct sock_list * origin,int * suspend,struct module_qstate * sub_qstate) process_ds_response() argument 3198 process_dnskey_response(struct module_qstate * qstate,struct val_qstate * vq,int id,int rcode,struct dns_msg * msg,struct query_info * qinfo,struct sock_list * origin,struct module_qstate * sub_qstate) process_dnskey_response() argument 3320 process_prime_response(struct module_qstate * qstate,struct val_qstate * vq,int id,int rcode,struct dns_msg * msg,struct sock_list * origin,struct module_qstate * sub_qstate) process_prime_response() argument [all...] |
/freebsd/contrib/unbound/smallapp/ |
H A D | worker_cb.c | 160 void libworker_fg_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_fg_done_cb() argument 167 void libworker_bg_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_bg_done_cb() argument 174 void libworker_event_done_cb(void* ATTR_UNUSED(arg), int ATTR_UNUSED(rcode), in libworker_event_done_cb() argument
|
/freebsd/contrib/tcpdump/ |
H A D | print-domain.c | 53 ns_rcode(u_int rcode) { in ns_rcode() 906 uint16_t flags, rcode, rdlen, type; in domain_print() local
|
/freebsd/contrib/unbound/libunbound/ |
H A D | libworker.c | 540 libworker_fillup_fg(struct ctx_query* q, int rcode, sldns_buffer* buf, in libworker_fillup_fg() argument 566 libworker_fg_done_cb(void * arg,int rcode,sldns_buffer * buf,enum sec_status s,char * why_bogus,int was_ratelimited) libworker_fg_done_cb() argument 658 libworker_event_done_cb(void * arg,int rcode,sldns_buffer * buf,enum sec_status s,char * why_bogus,int was_ratelimited) libworker_event_done_cb() argument 783 libworker_bg_done_cb(void * arg,int rcode,sldns_buffer * buf,enum sec_status s,char * why_bogus,int was_ratelimited) libworker_bg_done_cb() argument [all...] |
/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/util/data/ |
H A D | msgreply.c | 1210 struct reply_info* rep, int rcode, struct edns_data* edns, in inplace_cb_reply_call_generic() argument 1232 struct module_qstate* qstate, struct reply_info* rep, int rcode, in inplace_cb_reply_call() argument 1243 struct reply_info* rep, int rcode, struct edns_data* edns, in inplace_cb_reply_cache_call() argument 1254 struct reply_info* rep, int rcode, struc in inplace_cb_reply_local_call() argument 977 uint16_t rcode = FLAGS_GET_RCODE(sldns_buffer_read_u16_at(rmsg, 2)); log_reply_info() local 1265 inplace_cb_reply_servfail_call(struct module_env * env,struct query_info * qinfo,struct module_qstate * qstate,struct reply_info * rep,int rcode,struct edns_data * edns,struct comm_reply * repinfo,struct regional * region,struct timeval * start_time) inplace_cb_reply_servfail_call() argument [all...] |
/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 | 1068 int rcode = LDNS_RCODE_NOERROR; answer_notify() local 2459 libworker_fg_done_cb(void * ATTR_UNUSED (arg),int ATTR_UNUSED (rcode),sldns_buffer * ATTR_UNUSED (buf),enum sec_status ATTR_UNUSED (s),char * ATTR_UNUSED (why_bogus),int ATTR_UNUSED (was_ratelimited)) libworker_fg_done_cb() argument 2466 libworker_bg_done_cb(void * ATTR_UNUSED (arg),int ATTR_UNUSED (rcode),sldns_buffer * ATTR_UNUSED (buf),enum sec_status ATTR_UNUSED (s),char * ATTR_UNUSED (why_bogus),int ATTR_UNUSED (was_ratelimited)) libworker_bg_done_cb() argument 2473 libworker_event_done_cb(void * ATTR_UNUSED (arg),int ATTR_UNUSED (rcode),sldns_buffer * ATTR_UNUSED (buf),enum sec_status ATTR_UNUSED (s),char * ATTR_UNUSED (why_bogus),int ATTR_UNUSED (was_ratelimited)) libworker_event_done_cb() argument [all...] |
/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/services/ |
H A D | localzone.c | 1303 local_encode(struct query_info * qinfo,struct module_env * env,struct edns_data * edns,struct comm_reply * repinfo,sldns_buffer * buf,struct regional * temp,struct ub_packed_rrset_key * rrset,int ansec,int rcode) local_encode() argument 1337 local_error_encode(struct query_info * qinfo,struct module_env * env,struct edns_data * edns,struct comm_reply * repinfo,sldns_buffer * buf,struct regional * temp,int rcode,int r,int ede_code,const char * ede_txt) local_error_encode() argument 1675 int rcode = (ld || lz_type == local_zone_redirect || local_zones_zone_answer() local 1748 int rcode = LDNS_RCODE_NOERROR; local_zones_zone_answer() local [all...] |
/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/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 | 1706 libworker_fg_done_cb(void * ATTR_UNUSED (arg),int ATTR_UNUSED (rcode),struct sldns_buffer * ATTR_UNUSED (buf),enum sec_status ATTR_UNUSED (s),char * ATTR_UNUSED (why_bogus),int ATTR_UNUSED (was_ratelimited)) libworker_fg_done_cb() argument 1713 libworker_bg_done_cb(void * ATTR_UNUSED (arg),int ATTR_UNUSED (rcode),struct sldns_buffer * ATTR_UNUSED (buf),enum sec_status ATTR_UNUSED (s),char * ATTR_UNUSED (why_bogus),int ATTR_UNUSED (was_ratelimited)) libworker_bg_done_cb() argument 1720 libworker_event_done_cb(void * ATTR_UNUSED (arg),int ATTR_UNUSED (rcode),struct sldns_buffer * ATTR_UNUSED (buf),enum sec_status ATTR_UNUSED (s),char * ATTR_UNUSED (why_bogus),int ATTR_UNUSED (was_ratelimited)) libworker_event_done_cb() argument
|
/freebsd/contrib/unbound/iterator/ |
H A D | iterator.c | 285 error_response(struct module_qstate * qstate,int id,int rcode) error_response() argument 306 error_response_cache(struct module_qstate * qstate,int id,int rcode) error_response_cache() argument 678 char rcode[256], rc[32]; errinf_reply() local [all...] |
/freebsd/contrib/unbound/sldns/ |
H A D | pkthdr.h | 63 #define LDNS_RCODE_SET(wirebuf, rcode) \ argument
|