Home
last modified time | relevance | path

Searched refs:hdr_type (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dhttpread.c65 enum httpread_hdr_type hdr_type; member
205 h->hdr_type = HTTPREAD_HDR_TYPE_UNKNOWN; in httpread_hdr_analyze()
209 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY; in httpread_hdr_analyze()
223 h->hdr_type = HTTPREAD_HDR_TYPE_GET; in httpread_hdr_analyze()
225 h->hdr_type = HTTPREAD_HDR_TYPE_HEAD; in httpread_hdr_analyze()
227 h->hdr_type = HTTPREAD_HDR_TYPE_POST; in httpread_hdr_analyze()
229 h->hdr_type = HTTPREAD_HDR_TYPE_PUT; in httpread_hdr_analyze()
231 h->hdr_type = HTTPREAD_HDR_TYPE_DELETE; in httpread_hdr_analyze()
233 h->hdr_type = HTTPREAD_HDR_TYPE_TRACE; in httpread_hdr_analyze()
235 h->hdr_type = HTTPREAD_HDR_TYPE_CONNECT; in httpread_hdr_analyze()
[all …]
/external/tcpdump/
Dprint-geonet.c118 int hdr_type = bp[1] >> 4; in geonet_print() local
133 switch (hdr_type) { in geonet_print()
163 printf("HT:%d-%d-%s ", hdr_type, hdr_subtype, hdr_type_txt); in geonet_print()
173 switch (hdr_type) { in geonet_print()
/external/libpcap/
Dpcap-dag.c215 uint8_t hdr_type; in dag_erf_ext_header_count() local
235 hdr_type = erf[(16 + (hdr_num * 8))]; in dag_erf_ext_header_count()
238 } while ( hdr_type & 0x80 ); in dag_erf_ext_header_count()