Searched refs:DT1 (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | fil.c | 779 DT1(ipf_fi_bad_routing6, fr_info_t *, fin); in ipf_pr_routing6() 963 DT1(ipf_fi_bad_icmp6, fr_info_t *, fin); in ipf_pr_icmp6() 1145 DT1(ipf_pullup_fail, fr_info_t *, fin); in ipf_pr_pullup() 1304 DT1(ipf_fi_bad_src_ne_dst, fr_info_t *, fin); in ipf_pr_icmp() 1392 DT1(ipf_fi_bad_th_fin_rst_ack, fr_info_t, fin); in ipf_pr_tcpcommon() 1401 DT1(ipf_fi_bad_th_syn_urg_psh, fr_info_t *, fin); in ipf_pr_tcpcommon() 1423 DT1(ipf_fi_bad_th_rst_syn, fr_info_t *, fin); in ipf_pr_tcpcommon() 1426 DT1(ipf_fi_bad_th_urg_push_fin, fr_info_t *, fin); in ipf_pr_tcpcommon() 1736 DT1(ipf_fi_tcp_frag_off_1, fr_info_t *, fin); in ipf_pr_ipv4hdr() 1754 DT1(ipf_fi_bad_fragbody_gt_65535, fr_info_t *, fin); in ipf_pr_ipv4hdr() [all …]
|
H A D | ip_compat.h | 1520 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b) macro 1528 # define DT1(_n,_a,_b) macro 1535 # define DT1(_n,_a,_b) macro
|
H A D | ip_ftp_pxy.c | 1050 DT1(client_valid, int, i); in ipf_p_ftp_client_valid() 1132 DT1(server_valid, int, i); in ipf_p_ftp_server_valid() 1643 DT1(epert_dlen, int, dlen); in ipf_p_ftp_eprt() 1824 DT1(epsv_cmd, int, ftp->ftp_side[0].ftps_cmd); in ipf_p_ftp_epsv()
|
H A D | ip_state.c | 1998 DT1(iss_tcp_closing, ipstate_t *, is); in ipf_state_tcp() 2764 DT1(iss_icmp_icmperr, fr_info_t *, &ofin); in ipf_checkicmpmatchingstate() 4430 DT1(iss_icmp6_icmperr, fr_info_t *, &ofin); in ipf_checkicmp6matchingstate() 4445 DT1(iss_icmp6_notinfo, fr_info_t *, &ofin); in ipf_checkicmp6matchingstate()
|
H A D | ip_nat.c | 137 DT1(x, fr_info_t *, fin); } while (0) 3485 DT1(ns_bucket_max_0, int, in ipf_nat_hashtab_add() 3493 DT1(ns_bucket_max_1, int, in ipf_nat_hashtab_add() 4957 DT1(frb_natv4out, fr_info_t *, fin); in ipf_nat_checkout() 5448 DT1(frb_natv4in, fr_info_t *, fin); in ipf_nat_checkin()
|
H A D | ip_fil.h | 1708 DT1(user_error, int, _e); \
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 1008 const auto *DT1 = cast<DeducedTemplateSpecializationType>(T1); in IsStructurallyEquivalent() local 1010 if (!IsStructurallyEquivalent(Context, DT1->getTemplateName(), in IsStructurallyEquivalent() 1013 if (!IsStructurallyEquivalent(Context, DT1->getDeducedType(), in IsStructurallyEquivalent()
|