Searched defs:hdr_type (Results 1 - 5 of 5) sorted by relevance

/external/tcpdump/
H A Dprint-geonet.c118 int hdr_type = bp[1] >> 4; local
133 switch (hdr_type) {
163 printf("HT:%d-%d-%s ", hdr_type, hdr_subtype, hdr_type_txt);
173 switch (hdr_type) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c75 enum httpread_hdr_type hdr_type; member in struct:httpread
210 h->hdr_type = HTTPREAD_HDR_TYPE_UNKNOWN;
214 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY;
228 h->hdr_type = HTTPREAD_HDR_TYPE_GET;
230 h->hdr_type = HTTPREAD_HDR_TYPE_HEAD;
232 h->hdr_type = HTTPREAD_HDR_TYPE_POST;
234 h->hdr_type = HTTPREAD_HDR_TYPE_PUT;
236 h->hdr_type = HTTPREAD_HDR_TYPE_DELETE;
238 h->hdr_type = HTTPREAD_HDR_TYPE_TRACE;
240 h->hdr_type
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c75 enum httpread_hdr_type hdr_type; member in struct:httpread
210 h->hdr_type = HTTPREAD_HDR_TYPE_UNKNOWN;
214 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY;
228 h->hdr_type = HTTPREAD_HDR_TYPE_GET;
230 h->hdr_type = HTTPREAD_HDR_TYPE_HEAD;
232 h->hdr_type = HTTPREAD_HDR_TYPE_POST;
234 h->hdr_type = HTTPREAD_HDR_TYPE_PUT;
236 h->hdr_type = HTTPREAD_HDR_TYPE_DELETE;
238 h->hdr_type = HTTPREAD_HDR_TYPE_TRACE;
240 h->hdr_type
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c75 enum httpread_hdr_type hdr_type; member in struct:httpread
210 h->hdr_type = HTTPREAD_HDR_TYPE_UNKNOWN;
214 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY;
228 h->hdr_type = HTTPREAD_HDR_TYPE_GET;
230 h->hdr_type = HTTPREAD_HDR_TYPE_HEAD;
232 h->hdr_type = HTTPREAD_HDR_TYPE_POST;
234 h->hdr_type = HTTPREAD_HDR_TYPE_PUT;
236 h->hdr_type = HTTPREAD_HDR_TYPE_DELETE;
238 h->hdr_type = HTTPREAD_HDR_TYPE_TRACE;
240 h->hdr_type
[all...]
/external/libpcap/
H A Dpcap-dag.c215 uint8_t hdr_type; local
235 hdr_type = erf[(16 + (hdr_num * 8))];
238 } while ( hdr_type & 0x80 );

Completed in 199 milliseconds