/third_party/lwip/src/include/lwip/prot/ |
D | ip4.h | 106 #define IPH_V(hdr) ((hdr)->_v_hl >> 4) argument 107 #define IPH_HL(hdr) ((hdr)->_v_hl & 0x0f) argument 108 #define IPH_HL_BYTES(hdr) ((u8_t)(IPH_HL(hdr) * 4)) argument 109 #define IPH_TOS(hdr) ((hdr)->_tos) argument 110 #define IPH_LEN(hdr) ((hdr)->_len) argument 111 #define IPH_ID(hdr) ((hdr)->_id) argument 112 #define IPH_OFFSET(hdr) ((hdr)->_offset) argument 113 #define IPH_OFFSET_BYTES(hdr) ((u16_t)((lwip_ntohs(IPH_OFFSET(hdr)) & IP_OFFMASK) * 8U)) argument 114 #define IPH_TTL(hdr) ((hdr)->_ttl) argument 115 #define IPH_PROTO(hdr) ((hdr)->_proto) argument [all …]
|
D | ip6.h | 99 #define IP6H_V(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 28) & 0x0f) argument 100 #define IP6H_TC(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 20) & 0xff) argument 101 #define IP6H_FL(hdr) (lwip_ntohl((hdr)->_v_tc_fl) & 0x000fffff) argument 102 #define IP6H_PLEN(hdr) (lwip_ntohs((hdr)->_plen)) argument 103 #define IP6H_NEXTH(hdr) ((hdr)->_nexth) argument 104 #define IP6H_NEXTH_P(hdr) ((u8_t *)(hdr) + 6) argument 105 #define IP6H_HOPLIM(hdr) ((hdr)->_hoplim) argument 106 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_… argument 107 #define IP6H_PLEN_SET(hdr, plen) (hdr)->_plen = lwip_htons(plen) argument 108 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth) argument [all …]
|
D | icmp.h | 82 #define ICMPH_TYPE(hdr) ((hdr)->type) argument 83 #define ICMPH_CODE(hdr) ((hdr)->code) argument 84 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) argument 85 #define ICMPH_CODE_SET(hdr, c) ((hdr)->code = (c)) argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | asn1.h | 88 static inline bool asn1_is_oid(const struct asn1_hdr *hdr) in asn1_is_oid() 94 static inline bool asn1_is_boolean(const struct asn1_hdr *hdr) in asn1_is_boolean() 100 static inline bool asn1_is_integer(const struct asn1_hdr *hdr) in asn1_is_integer() 106 static inline bool asn1_is_enumerated(const struct asn1_hdr *hdr) in asn1_is_enumerated() 112 static inline bool asn1_is_sequence(const struct asn1_hdr *hdr) in asn1_is_sequence() 118 static inline bool asn1_is_set(const struct asn1_hdr *hdr) in asn1_is_set() 124 static inline bool asn1_is_octetstring(const struct asn1_hdr *hdr) in asn1_is_octetstring() 130 static inline bool asn1_is_bitstring(const struct asn1_hdr *hdr) in asn1_is_bitstring() 136 static inline bool asn1_is_utctime(const struct asn1_hdr *hdr) in asn1_is_utctime() 142 static inline bool asn1_is_generalizedtime(const struct asn1_hdr *hdr) in asn1_is_generalizedtime() [all …]
|
D | asn1.c | 106 static int asn1_valid_der_boolean(struct asn1_hdr *hdr) in asn1_valid_der_boolean() 126 static int asn1_valid_der(struct asn1_hdr *hdr) in asn1_valid_der() 171 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) in asn1_get_next() 276 void asn1_print_hdr(const struct asn1_hdr *hdr, const char *title) in asn1_print_hdr() 283 void asn1_unexpected(const struct asn1_hdr *hdr, const char *title) in asn1_unexpected() 337 struct asn1_hdr hdr; in asn1_get_oid() local 435 struct asn1_hdr hdr; in asn1_get_integer() local 466 int asn1_get_sequence(const u8 *buf, size_t len, struct asn1_hdr *hdr, in asn1_get_sequence() 484 struct asn1_hdr hdr; in asn1_get_alg_id() local
|
D | x509v3.c | 185 struct asn1_hdr hdr; in x509_parse_algorithm_identifier() local 220 struct asn1_hdr hdr; in x509_parse_public_key() local 288 struct asn1_hdr hdr; in x509_parse_name() local 689 struct asn1_hdr hdr; in x509_parse_validity() local 768 struct asn1_hdr hdr; in x509_parse_ext_key_usage() local 801 struct asn1_hdr hdr; in x509_parse_ext_basic_constraints() local 974 struct asn1_hdr hdr; in x509_parse_ext_alt_name() local 1052 struct asn1_hdr hdr; in x509_parse_ext_subject_alt_name() local 1076 struct asn1_hdr hdr; in x509_parse_ext_issuer_alt_name() local 1149 struct asn1_hdr hdr; in x509_parse_ext_certificate_policies() local [all …]
|
D | tlsv1_cred.c | 446 struct asn1_hdr hdr; in pkcs12_certbag() local 517 struct asn1_hdr hdr; in pkcs12_parse_attr_friendly_name() local 542 struct asn1_hdr hdr; in pkcs12_parse_attr_local_key_id() local 568 struct asn1_hdr hdr; in pkcs12_parse_attr() local 609 struct asn1_hdr hdr; in pkcs12_safebag() local 682 struct asn1_hdr hdr; in pkcs12_safecontents() local 722 struct asn1_hdr hdr; in pkcs12_parse_content_data() local 741 struct asn1_hdr hdr; in pkcs12_parse_content_enc_data() local 851 struct asn1_hdr hdr; in pkcs12_parse_content() local 887 struct asn1_hdr hdr; in pkcs12_parse() local [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | rtpredcommon.c | 44 RedBlockHeader *hdr = (RedBlockHeader *) red_block; in rtp_red_block_get_payload_length() local 51 RedBlockHeader *hdr = (RedBlockHeader *) red_block; in rtp_red_block_get_timestamp_offset() local 71 RedBlockHeader *hdr = (RedBlockHeader *) red_block; in rtp_red_block_set_timestamp_offset() local 83 RedBlockHeader *hdr = (RedBlockHeader *) red_block; in rtp_red_block_set_payload_length() local
|
/third_party/mesa3d/src/util/ |
D | u_debug_memory.c | 105 data_from_header(struct debug_memory_header *hdr) in data_from_header() 114 footer_from_header(struct debug_memory_header *hdr) in footer_from_header() 127 struct debug_memory_header *hdr; in debug_malloc() local 167 struct debug_memory_header *hdr; in debug_free() local 309 struct debug_memory_header *hdr; in debug_memory_end() local 360 struct debug_memory_header *hdr; in debug_memory_tag() local 381 struct debug_memory_header *hdr; in debug_memory_check_block() local 416 struct debug_memory_header *hdr; in debug_memory_check() local
|
/third_party/pulseaudio/src/modules/rtp/ |
D | headerlist.c | 44 static void header_free(struct header *hdr) { in header_free() 61 struct header *hdr; in pa_headerlist_puts() local 84 struct header *hdr; in pa_headerlist_putsappend() local 109 struct header *hdr; in pa_headerlist_gets() local 137 struct header *hdr; in pa_headerlist_iterate() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_common.c | 27 const struct eap_hdr *hdr; in eap_hdr_len_valid() local 69 const struct eap_hdr *hdr; in eap_hdr_validate() local 132 struct eap_hdr *hdr; in eap_msg_alloc() local 169 struct eap_hdr *hdr; in eap_update_len() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_common.c | 27 const struct eap_hdr *hdr; in eap_hdr_len_valid() local 69 const struct eap_hdr *hdr; in eap_hdr_validate() local 132 struct eap_hdr *hdr; in eap_msg_alloc() local 169 struct eap_hdr *hdr; in eap_update_len() local
|
/third_party/grpc/test/core/http/ |
D | format_request_test.cc | 27 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_get_request() local 52 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_post_request() local 82 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_post_request_no_body() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | asn1.c | 25 static int asn1_valid_der_boolean(struct asn1_hdr *hdr) in asn1_valid_der_boolean() 45 static int asn1_valid_der(struct asn1_hdr *hdr) in asn1_valid_der() 55 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) in asn1_get_next() 176 struct asn1_hdr hdr; in asn1_get_oid() local
|
D | x509v3.c | 185 struct asn1_hdr hdr; in x509_parse_algorithm_identifier() local 223 struct asn1_hdr hdr; in x509_parse_public_key() local 294 struct asn1_hdr hdr; in x509_parse_name() local 695 struct asn1_hdr hdr; in x509_parse_validity() local 778 struct asn1_hdr hdr; in x509_parse_ext_key_usage() local 815 struct asn1_hdr hdr; in x509_parse_ext_basic_constraints() local 994 struct asn1_hdr hdr; in x509_parse_ext_alt_name() local 1072 struct asn1_hdr hdr; in x509_parse_ext_subject_alt_name() local 1099 struct asn1_hdr hdr; in x509_parse_ext_issuer_alt_name() local 1175 struct asn1_hdr hdr; in x509_parse_ext_ext_key_usage() local [all …]
|
D | tlsv1_cred.c | 446 struct asn1_hdr hdr; in pkcs12_certbag() local 525 struct asn1_hdr hdr; in pkcs12_parse_attr_friendly_name() local 552 struct asn1_hdr hdr; in pkcs12_parse_attr_local_key_id() local 580 struct asn1_hdr hdr; in pkcs12_parse_attr() local 625 struct asn1_hdr hdr; in pkcs12_safebag() local 704 struct asn1_hdr hdr; in pkcs12_safecontents() local 749 struct asn1_hdr hdr; in pkcs12_parse_content_data() local 771 struct asn1_hdr hdr; in pkcs12_parse_content_enc_data() local 890 struct asn1_hdr hdr; in pkcs12_parse_content() local 928 struct asn1_hdr hdr; in pkcs12_parse() local [all …]
|
/third_party/ltp/lib/ |
D | tst_capability.c | 14 int tst_capget(struct tst_cap_user_header *hdr, in tst_capget() 20 int tst_capset(struct tst_cap_user_header *hdr, in tst_capset() 48 struct tst_cap_user_header hdr = { in tst_cap_action() local
|
/third_party/ffmpeg/libavcodec/ |
D | ac3_parser.c | 54 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr) in ff_ac3_parse_header() 156 AC3HeaderInfo *hdr; in avpriv_ac3_parse_header() local 179 AC3HeaderInfo hdr; in av_ac3_parse_header() local 201 AC3HeaderInfo hdr; in ac3_sync() local
|
/third_party/boost/libs/log/src/posix/ |
D | ipc_reliable_message_queue.cpp | 300 header* const hdr = get_header(); in send() local 337 header* const hdr = get_header(); in try_send() local 365 header* const hdr = get_header(); in receive() local 390 header* const hdr = get_header(); in try_receive() local 407 header* const hdr = get_header(); in stop_local() local 424 header* const hdr = get_header(); in clear() local 459 header* const hdr = get_header(); in adopt_region() local 517 header* const hdr = get_header(); in close_region() local 567 header* const hdr = get_header(); in lock_queue() local 595 header* const hdr = get_header(); in clear_queue() local [all …]
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | afuc.h | 150 uint32_t hdr : 6; member 156 uint32_t hdr : 6; member 165 uint32_t hdr : 6; member 182 uint32_t hdr : 6; member 188 uint32_t hdr : 6; member 192 uint32_t hdr : 6; member 197 uint32_t hdr : 6; member 201 uint32_t hdr : 6; member
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_urndis.c | 182 } hdr; in urndis_attach() member 437 struct urndis_comp_hdr *hdr; in urndis_ctrl_recv() local 461 urndis_ctrl_handle(struct urndis_softc *sc, struct urndis_comp_hdr *hdr, in urndis_ctrl_handle() 503 const struct urndis_comp_hdr *hdr) in urndis_ctrl_handle_init() 546 const struct urndis_comp_hdr *hdr, const void **buf, uint16_t *bufsz) in urndis_ctrl_handle_query() 594 const struct urndis_comp_hdr *hdr) in urndis_ctrl_handle_reset() 615 struct urndis_set_req hdr; in urndis_ctrl_handle_reset() member 636 struct urndis_comp_hdr *hdr; in urndis_ctrl_init() local 702 struct urndis_comp_hdr *hdr; in urndis_ctrl_query() local 748 struct urndis_comp_hdr *hdr; in urndis_ctrl_set() local
|
/third_party/alsa-lib/src/topology/ |
D | decoder.c | 23 struct snd_soc_tplg_hdr *hdr, in tplg_decode_template() 46 struct snd_soc_tplg_hdr *hdr; in snd_tplg_decode() local
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-ids.c | 185 GstBuffer *hdr; in gst_matroska_parse_xiph_stream_headers() local 214 GstBuffer *hdr; in gst_matroska_parse_speex_stream_headers() local 247 GstBuffer *hdr; in gst_matroska_parse_opus_stream_headers() local 275 GstBuffer *hdr; in gst_matroska_parse_flac_stream_headers() local
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_av1.c | 381 struct av1_uncompressed_header_obu *hdr = &(priv->codec_data.av1.uncompressed_header); in superres_params() local 403 struct av1_uncompressed_header_obu *hdr = &(priv->codec_data.av1.uncompressed_header); in compute_image_size() local 412 struct av1_uncompressed_header_obu *hdr = &(priv->codec_data.av1.uncompressed_header); in frame_size() local 432 struct av1_uncompressed_header_obu *hdr = &(priv->codec_data.av1.uncompressed_header); in render_size() local 467 struct av1_uncompressed_header_obu *hdr = &(priv->codec_data.av1.uncompressed_header); in find_latest_backward() local 487 struct av1_uncompressed_header_obu *hdr = &(priv->codec_data.av1.uncompressed_header); in find_earliest_backward() local 507 struct av1_uncompressed_header_obu *hdr = &(priv->codec_data.av1.uncompressed_header); in find_latest_forward() local 528 struct av1_uncompressed_header_obu *hdr = &(priv->codec_data.av1.uncompressed_header); in set_frame_refs() local 600 struct av1_uncompressed_header_obu *hdr = &(priv->codec_data.av1.uncompressed_header); in frame_size_with_refs() local 641 struct av1_uncompressed_header_obu *hdr = &(priv->codec_data.av1.uncompressed_header); in tile_info() local [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | program_binary.c | 79 struct program_binary_header *hdr = binary; in write_program_binary() local 102 simple_header_checks(const struct program_binary_header *hdr, unsigned length) in simple_header_checks() 114 check_crc32(const struct program_binary_header *hdr, unsigned length) in check_crc32() 132 const struct program_binary_header *hdr, in is_program_binary_valid() 164 const struct program_binary_header *hdr = binary; in get_program_binary_payload() local
|