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.c75 enum httpread_hdr_type hdr_type; member
210 h->hdr_type = HTTPREAD_HDR_TYPE_UNKNOWN; in httpread_hdr_analyze()
214 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY; in httpread_hdr_analyze()
228 h->hdr_type = HTTPREAD_HDR_TYPE_GET; in httpread_hdr_analyze()
230 h->hdr_type = HTTPREAD_HDR_TYPE_HEAD; in httpread_hdr_analyze()
232 h->hdr_type = HTTPREAD_HDR_TYPE_POST; in httpread_hdr_analyze()
234 h->hdr_type = HTTPREAD_HDR_TYPE_PUT; in httpread_hdr_analyze()
236 h->hdr_type = HTTPREAD_HDR_TYPE_DELETE; in httpread_hdr_analyze()
238 h->hdr_type = HTTPREAD_HDR_TYPE_TRACE; in httpread_hdr_analyze()
240 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()