HomeSort by relevance Sort by last modified time
    Searched refs:hdr_type (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/wps/
httpread.c 75 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 = HTTPREAD_HDR_TYPE_CONNECT
    [all...]
  /external/tcpdump/
print-geonet.c 118 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/libpcap/
pcap-dag.c 215 uint8_t hdr_type; local
235 hdr_type = erf[(16 + (hdr_num * 8))];
238 } while ( hdr_type & 0x80 );
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py     [all...]

Completed in 183 milliseconds