Home
last modified time | relevance | path

Searched defs:hdr (Results 126 - 150 of 423) sorted by relevance

12345678910>>...17

/third_party/openssl/include/internal/
H A Dktls.h305 struct cmsghdr hdr; in ktls_send_ctrl_message() member
358 struct cmsghdr hdr; in ktls_read_record() member
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dsyntax_enc.c189 const VP8EncSegmentHeader* const hdr = &enc->segment_hdr_; in PutSegmentHeader() local
217 PutFilterHeader(VP8BitWriter* const bw, const VP8EncFilterHeader* const hdr) PutFilterHeader() argument
[all...]
H A Dwebp_enc.c41 VP8EncSegmentHeader* const hdr = &enc->segment_hdr_; in ResetSegmentHeader() local
48 VP8EncFilterHeader* const hdr = &enc->filter_hdr_; in ResetFilterHeader() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dresponse.c56 struct MHD_HTTP_Header *hdr; in add_response_entry() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_process_headers.c93 const char *hdr; in ahc_echo() local
[all...]
/third_party/openssl/test/
H A Dcmp_hdr_test.c20 OSSL_CMP_PKIHEADER *hdr; member
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Diochannel.c316 struct cmsghdr hdr; in pa_iochannel_write_with_creds() member
372 struct cmsghdr hdr; in pa_iochannel_write_with_fds() member
420 struct cmsghdr hdr; pa_iochannel_read_with_ancil_data() member
[all...]
/third_party/skia/gm/
H A Drasterhandleallocator.cpp186 BITMAPINFOHEADER hdr; in Create() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_monitor.c28 struct ieee80211_hdr *hdr; in handle_tx_callback() local
49 struct ieee80211_hdr *hdr = (void *)buf; in from_unknown_sta() local
70 struct ieee80211_hdr *hdr; in handle_frame() local
[all...]
H A Ddriver_wired.c83 struct ieee8023_hdr *hdr; in handle_data() local
291 struct ieee8023_hdr *hdr; in wired_send_eapol() local
[all...]
H A Dwpa_hal_event.c117 struct ieee80211_hdr *hdr = NULL; in WifiWpaEventTxStatusProcess() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_freebsd.c79 struct pcap_pkthdr hdr; in l2_packet_receive() local
H A Dl2_packet_pcap.c122 struct pcap_pkthdr hdr; in l2_packet_receive() local
147 static void l2_packet_receive_cb(u_char *user, const struct pcap_pkthdr *hdr, in l2_packet_receive_cb() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_das.c39 struct radius_hdr *hdr; in radius_das_disconnect() local
196 struct radius_hdr *hdr; in radius_das_coa() local
397 struct radius_hdr *hdr; in radius_das_receive() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dpkcs5.c93 struct asn1_hdr hdr; in pkcs5_get_params_pbes2() local
280 struct asn1_hdr hdr; pkcs5_get_params() local
[all...]
H A Dtlsv1_client_ocsp.c116 struct asn1_hdr hdr; in tls_process_ocsp_single_response() local
323 struct asn1_hdr hdr; tls_process_ocsp_responses() local
357 struct asn1_hdr hdr; tls_process_basic_ocsp_response() local
682 struct asn1_hdr hdr; tls_process_ocsp_response() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_auth.c457 struct radius_hdr *hdr = radius_msg_get_hdr(msg); in hostapd_acl_recv_radius() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_monitor.c28 struct ieee80211_hdr *hdr; in handle_tx_callback() local
49 struct ieee80211_hdr *hdr = (void *)buf; in from_unknown_sta() local
70 struct ieee80211_hdr *hdr; in handle_frame() local
[all...]
H A Ddriver_wired.c83 struct ieee8023_hdr *hdr; in handle_data() local
291 struct ieee8023_hdr *hdr; in wired_send_eapol() local
[all...]
H A Dwpa_hal_event.c119 struct ieee80211_hdr *hdr = NULL; in WifiWpaEventTxStatusProcess() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_freebsd.c79 struct pcap_pkthdr hdr; in l2_packet_receive() local
H A Dl2_packet_pcap.c122 struct pcap_pkthdr hdr; in l2_packet_receive() local
147 static void l2_packet_receive_cb(u_char *user, const struct pcap_pkthdr *hdr, in l2_packet_receive_cb() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_das.c39 struct radius_hdr *hdr; in radius_das_disconnect() local
196 struct radius_hdr *hdr; in radius_das_coa() local
397 struct radius_hdr *hdr; in radius_das_receive() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dasn1.h88 static inline bool asn1_is_oid(const struct asn1_hdr *hdr) in asn1_is_oid() argument
94 static inline bool asn1_is_boolean(const struct asn1_hdr *hdr) in asn1_is_boolean() argument
100 asn1_is_integer(const struct asn1_hdr *hdr) asn1_is_integer() argument
106 asn1_is_enumerated(const struct asn1_hdr *hdr) asn1_is_enumerated() argument
112 asn1_is_sequence(const struct asn1_hdr *hdr) asn1_is_sequence() argument
118 asn1_is_set(const struct asn1_hdr *hdr) asn1_is_set() argument
124 asn1_is_octetstring(const struct asn1_hdr *hdr) asn1_is_octetstring() argument
130 asn1_is_bitstring(const struct asn1_hdr *hdr) asn1_is_bitstring() argument
136 asn1_is_utctime(const struct asn1_hdr *hdr) asn1_is_utctime() argument
142 asn1_is_generalizedtime(const struct asn1_hdr *hdr) asn1_is_generalizedtime() argument
148 asn1_is_string_type(const struct asn1_hdr *hdr) asn1_is_string_type() argument
166 asn1_is_bmpstring(const struct asn1_hdr *hdr) asn1_is_bmpstring() argument
172 asn1_is_utf8string(const struct asn1_hdr *hdr) asn1_is_utf8string() argument
178 asn1_is_null(const struct asn1_hdr *hdr) asn1_is_null() argument
184 asn1_is_cs_tag(const struct asn1_hdr *hdr, unsigned int tag) asn1_is_cs_tag() argument
[all...]
H A Dpkcs5.c93 struct asn1_hdr hdr; in pkcs5_get_params_pbes2() local
264 struct asn1_hdr hdr; pkcs5_get_params() local
[all...]

Completed in 15 milliseconds

12345678910>>...17