OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hdr_type
(Results
1 - 3
of
3
) sorted by null
/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/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/libpcap/
pcap-dag.c
215
uint8_t
hdr_type
;
local
235
hdr_type
= erf[(16 + (hdr_num * 8))];
238
} while (
hdr_type
& 0x80 );
[
all
...]
Completed in 96 milliseconds