Searched defs:rcode (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c4347 auto int rcode; local
4398 auto int rcode = EX_OK; local
4449 auto int rcode = EX_OK; local
H A Ddeliver.c1315 int rcode; /* response code */ local
6120 auto int rcode; local
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_neg.c1392 int rcode = LDNS_RCODE_NOERROR; local
H A Dvalidator.c299 int rcode; local
985 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) argument
1824 int rcode; local
2385 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) argument
2604 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) argument
2677 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) argument
2773 process_prime_response(struct module_qstate* qstate, struct val_qstate* vq, int id, int rcode, struct dns_msg* msg, struct sock_list* origin) argument
[all...]
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dunbound.h153 int rcode; member in struct:ub_result
/freebsd-11-stable/contrib/unbound/iterator/
H A Diterator.c277 error_response(struct module_qstate* qstate, int id, int rcode) argument
298 error_response_cache(struct module_qstate* qstate, int id, int rcode) argument
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.c1000 int rcode = LDNS_RCODE_NOERROR; local
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dmesh.c1119 mesh_do_callback(struct mesh_state* m, int rcode, struct reply_info* rep, argument
1191 mesh_send_reply(struct mesh_state* m, int rcode, struct reply_info* rep, struct mesh_reply* r, struct sldns_buffer* r_buffer, struct mesh_reply* prev, struct sldns_buffer* prev_buffer) argument
[all...]
H A Dlocalzone.c1591 int rcode = (ld || lz_type == local_zone_redirect || local
1651 int rcode local
1240 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) argument
1274 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) argument
[all...]
H A Dauthzone.c5348 void auth_xfer_transfer_lookup_callback(void* arg, int rcode, sldns_buffer* buf, argument
5447 char rcode[32]; local
3306 auth_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) argument
6407 auth_xfer_probe_lookup_callback(void* arg, int rcode, sldns_buffer* buf, enum sec_status ATTR_UNUSED(sec), char* ATTR_UNUSED(why_bogus), int ATTR_UNUSED(was_ratelimited)) argument
[all...]
/freebsd-11-stable/contrib/unbound/respip/
H A Drespip.c808 int rcode = (action == respip_always_nxdomain)? local
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgreply.c856 uint16_t rcode = FLAGS_GET_RCODE(sldns_buffer_read_u16_at(rmsg, 2)); local
1037 inplace_cb_reply_call_generic( struct inplace_cb* callback_list, enum inplace_cb_list_type type, 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) argument
1061 inplace_cb_reply_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) argument
1071 inplace_cb_reply_cache_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) argument
1082 inplace_cb_reply_local_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) argument
1093 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) argument
[all...]
/freebsd-11-stable/contrib/ldns/
H A Ddnssec_verify.c59 ldns_lookup_table *rcode; local
H A Dhost2str.c195 ldns_pkt_rcode2buffer_str(ldns_buffer *output, ldns_pkt_rcode rcode) argument
256 ldns_pkt_rcode2str(ldns_pkt_rcode rcode) argument
1714 ldns_lookup_table *rcode = ldns_lookup_by_id(ldns_rcodes, local
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.c2703 int rcode; local
[all...]
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dtdls.c533 static int wpa_tdls_key_mic_teardown(const u8 *kck, u8 trans_seq, u16 rcode, argument
609 wpa_supplicant_verify_tdls_mic_teardown( u8 trans_seq, u16 rcode, u8 dtoken, struct wpa_tdls_peer *peer, const u8 *lnkid, const struct wpa_tdls_ftie *ftie) argument
/freebsd-11-stable/contrib/unbound/sldns/
H A Dwire2str.c240 char* sldns_wire2str_rcode(int rcode) argument
299 int sldns_wire2str_rcode_buf(int rcode, char* s, size_t slen) argument
667 int opcode, rcode; local
871 int sldns_wire2str_rcode_print(char** s, size_t* slen, int rcode) argument
[all...]
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c2241 int rcode; local
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c5677 enum rtx_code rcode; local
H A Dfold-const.c2512 combine_comparisons(enum tree_code code, enum tree_code lcode, enum tree_code rcode, tree truth_type, tree ll_arg, tree lr_arg) argument
5036 enum tree_code lcode, rcode; local
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c11702 rs6000_emit_vector_compare(enum rtx_code rcode, rtx op0, rtx op1, enum machine_mode dmode) argument
11910 enum rtx_code rcode = GET_CODE (cond); local
[all...]

Completed in 388 milliseconds

12