/external/libnl/lib/netfilter/ |
D | ct_obj.c | 58 struct nfnl_ct *ct = (struct nfnl_ct *) c; in ct_free_data() local 119 static void dump_icmp(struct nl_dump_params *p, struct nfnl_ct *ct, int reply) in dump_icmp() 131 static void ct_dump_tuples(struct nfnl_ct *ct, struct nl_dump_params *p) in ct_dump_tuples() 176 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_line() local 200 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_details() local 256 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_stats() local 370 void nfnl_ct_get(struct nfnl_ct *ct) in nfnl_ct_get() 375 void nfnl_ct_put(struct nfnl_ct *ct) in nfnl_ct_put() 387 void nfnl_ct_set_family(struct nfnl_ct *ct, uint8_t family) in nfnl_ct_set_family() 393 uint8_t nfnl_ct_get_family(const struct nfnl_ct *ct) in nfnl_ct_get_family() [all …]
|
D | ct.c | 105 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_ip() 160 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_proto() 190 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_tuple() 214 static int ct_parse_protoinfo_tcp(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_protoinfo_tcp() 231 static int ct_parse_protoinfo(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_protoinfo() 250 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_counters() 292 struct nfnl_ct *ct; in nfnlmsg_ct_parse() local 360 struct nfnl_ct *ct; in ct_msg_parser() local 383 static int nfnl_ct_build_tuple(struct nl_msg *msg, const struct nfnl_ct *ct, in nfnl_ct_build_tuple() 450 static int nfnl_ct_build_message(const struct nfnl_ct *ct, int cmd, int flags, in nfnl_ct_build_message() [all …]
|
/external/libnl/src/lib/ |
D | ct.c | 24 struct nfnl_ct *ct; in nl_cli_ct_alloc() local 38 void nl_cli_ct_parse_family(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_family() 50 void nl_cli_ct_parse_protocol(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_protocol() 62 void nl_cli_ct_parse_mark(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_mark() 68 void nl_cli_ct_parse_timeout(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_timeout() 74 void nl_cli_ct_parse_id(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_id() 80 void nl_cli_ct_parse_use(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_use() 86 void nl_cli_ct_parse_src(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_src() 95 void nl_cli_ct_parse_dst(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_dst() 104 void nl_cli_ct_parse_src_port(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_src_port() [all …]
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_client_read.c | 30 static int tls_process_server_hello(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello() 214 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct, in tls_process_certificate() 567 static int tls_process_server_key_exchange(struct tlsv1_client *conn, u8 ct, in tls_process_server_key_exchange() 658 static int tls_process_certificate_request(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_request() 722 static int tls_process_server_hello_done(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello_done() 780 u8 ct, const u8 *in_data, in tls_process_server_change_cipher_spec() 850 static int tls_process_server_finished(struct tlsv1_client *conn, u8 ct, in tls_process_server_finished() 983 static int tls_process_application_data(struct tlsv1_client *conn, u8 ct, in tls_process_application_data() 1014 int tlsv1_client_process_handshake(struct tlsv1_client *conn, u8 ct, in tlsv1_client_process_handshake()
|
D | tlsv1_server_read.c | 49 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct, in tls_process_client_hello() 291 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct, in tls_process_certificate() 693 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct, in tls_process_client_key_exchange() 770 static int tls_process_certificate_verify(struct tlsv1_server *conn, u8 ct, in tls_process_certificate_verify() 938 u8 ct, const u8 *in_data, in tls_process_change_cipher_spec() 987 static int tls_process_client_finished(struct tlsv1_server *conn, u8 ct, in tls_process_client_finished() 1160 int tlsv1_server_process_handshake(struct tlsv1_server *conn, u8 ct, in tlsv1_server_process_handshake()
|
/external/libnl/tests/ |
D | test-nf-cache-mngr.c | 6 struct nfnl_ct *ct = (struct nfnl_ct *) obj; in change_cb() local 28 struct nl_cache *ct; in main() local
|
/external/openssl/crypto/aes/ |
D | aes_locl.h | 68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } argument 71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((s… argument
|
/external/chromium_org/third_party/skia/bench/ |
D | RotatedRectBench.cpp | 27 static inline SkColor start_color(ColorType ct) { in start_color() 41 static inline SkColor advance_color(SkColor old, ColorType ct, int step) { in advance_color() 70 RotRectBench(bool aa, ColorType ct, SkXfermode::Mode mode) in RotRectBench()
|
/external/openssl/ssl/ |
D | d1_srtp.c | 255 int ct=0; in ssl_add_clienthello_use_srtp_ext() local 299 int ct; in ssl_parse_clienthello_use_srtp_ext() local 404 int ct; in ssl_parse_serverhello_use_srtp_ext() local
|
/external/chromium_org/net/cert/ |
D | ct_verify_result.cc | 9 namespace ct { namespace
|
D | ct_known_logs.cc | 16 namespace ct { namespace
|
/external/iptables/include/linux/netfilter/ |
D | xt_CT.h | 19 struct nf_conn *ct __attribute__((aligned(8))); member 31 struct nf_conn *ct __attribute__((aligned(8))); member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_CT.h | 20 struct nf_conn *ct __attribute__((aligned(8))); member 32 struct nf_conn *ct __attribute__((aligned(8))); member
|
/external/chromium_org/net/quic/crypto/ |
D | chacha20_poly1305_decrypter_test.cc | 23 const char* ct; member 102 string ct; in TEST() local
|
D | chacha20_poly1305_encrypter_test.cc | 23 const char* ct; member 71 string ct; in TEST() local
|
/external/stlport/src/ |
D | time_facets.cpp | 148 void __subformat(_STLP_BASIC_IOSTRING(_Ch) &buf, const ctype<_Ch>& ct, in __subformat() 174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) { in __append() 214 const ctype<_Ch>& ct, in __write_formatted_timeT() 454 void _STLP_CALL __write_formatted_time(__iostring &buf, const ctype<char>& ct, in __write_formatted_time() 459 void _STLP_CALL __write_formatted_time(__iowstring &buf, const ctype<wchar_t>& ct, in __write_formatted_time()
|
/external/chromium_org/tools/android/adb_reboot/ |
D | adb_reboot.c | 15 time_t ct; in main() local
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/ |
D | cipher.c | 84 cipher_type_test(const cipher_type_t *ct, const cipher_test_case_t *test_data) { in cipher_type_test() 377 cipher_type_self_test(const cipher_type_t *ct) { in cipher_type_self_test()
|
/external/iptables/extensions/ |
D | libxt_u32.c | 45 const struct xt_u32_test *ct; in u32_dump() local 106 struct xt_u32_test *ct = &data->tests[testind]; /* current test */ in u32_parse() local
|
/external/icu/icu4c/source/i18n/ |
D | regextxt.cpp | 18 uregex_utext_unescape_charAt(int32_t offset, void *ct) { in uregex_utext_unescape_charAt()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | regextxt.cpp | 18 uregex_utext_unescape_charAt(int32_t offset, void *ct) { in uregex_utext_unescape_charAt()
|
/external/chromium_org/third_party/boringssl/src/crypto/aes/ |
D | internal.h | 63 #define PUTU32(ct, st) \ argument
|
/external/skia/tools/ |
D | sk_tool_utils.cpp | 5 const char* colortype_name(SkColorType ct) { in colortype_name()
|
/external/skia/tests/ |
D | WritePixelsTest.cpp | 60 static uint32_t packColorType(SkColorType ct, U8CPU a, U8CPU r, U8CPU g, U8CPU b) { in packColorType() 83 static uint32_t getBitmapColor(int x, int y, int w, SkColorType ct, SkAlphaType at) { in getBitmapColor() 150 static SkPMColor convert_to_PMColor(SkColorType ct, SkAlphaType at, uint32_t color) { in convert_to_PMColor() 339 static bool setupBitmap(SkBitmap* bm, SkColorType ct, SkAlphaType at, int w, int h, int tightRB) { in setupBitmap() 445 const SkColorType ct = gSrcConfigs[c].fColorType; in DEF_GPUTEST() local
|
/external/iputils/ |
D | tftpsubs.c | 167 int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) in writeit() 188 register int ct; in write_behind() local
|