OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hdr_type
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/gpxe/src/drivers/bus/
pciextra.c
21
uint8_t
hdr_type
;
local
28
pci_read_config_byte ( pci, PCI_HEADER_TYPE, &
hdr_type
);
29
switch (
hdr_type
& 0x7F ) {
/external/tcpdump/
print-geonet.c
113
int
hdr_type
;
local
133
hdr_type
= bp[1] >> 4;
145
switch (
hdr_type
) {
175
ND_PRINT((ndo, "HT:%d-%d-%s ",
hdr_type
, hdr_subtype, hdr_type_txt));
186
switch (
hdr_type
) {
/external/wpa_supplicant_8/src/wps/
httpread.c
65
enum httpread_hdr_type
hdr_type
;
member in struct:httpread
205
h->
hdr_type
= HTTPREAD_HDR_TYPE_UNKNOWN;
209
h->
hdr_type
= HTTPREAD_HDR_TYPE_REPLY;
223
h->
hdr_type
= HTTPREAD_HDR_TYPE_GET;
225
h->
hdr_type
= HTTPREAD_HDR_TYPE_HEAD;
227
h->
hdr_type
= HTTPREAD_HDR_TYPE_POST;
229
h->
hdr_type
= HTTPREAD_HDR_TYPE_PUT;
231
h->
hdr_type
= HTTPREAD_HDR_TYPE_DELETE;
233
h->
hdr_type
= HTTPREAD_HDR_TYPE_TRACE;
235
h->
hdr_type
= HTTPREAD_HDR_TYPE_CONNECT
[
all
...]
/external/libpcap/
pcap-dag.c
302
uint8_t
hdr_type
;
local
322
hdr_type
= erf[(16 + (hdr_num * 8))];
325
} while (
hdr_type
& 0x80 );
[
all
...]
Completed in 194 milliseconds