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/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c
83
enum httpread_hdr_type
hdr_type
;
member in struct:httpread
236
h->
hdr_type
= HTTPREAD_HDR_TYPE_UNKNOWN;
240
h->
hdr_type
= HTTPREAD_HDR_TYPE_REPLY;
254
h->
hdr_type
= HTTPREAD_HDR_TYPE_GET;
256
h->
hdr_type
= HTTPREAD_HDR_TYPE_HEAD;
258
h->
hdr_type
= HTTPREAD_HDR_TYPE_POST;
260
h->
hdr_type
= HTTPREAD_HDR_TYPE_PUT;
262
h->
hdr_type
= HTTPREAD_HDR_TYPE_DELETE;
264
h->
hdr_type
= HTTPREAD_HDR_TYPE_TRACE;
266
h->
hdr_type
= HTTPREAD_HDR_TYPE_CONNECT
[
all
...]
/external/wpa_supplicant_8/src/wps/
httpread.c
83
enum httpread_hdr_type
hdr_type
;
member in struct:httpread
236
h->
hdr_type
= HTTPREAD_HDR_TYPE_UNKNOWN;
240
h->
hdr_type
= HTTPREAD_HDR_TYPE_REPLY;
254
h->
hdr_type
= HTTPREAD_HDR_TYPE_GET;
256
h->
hdr_type
= HTTPREAD_HDR_TYPE_HEAD;
258
h->
hdr_type
= HTTPREAD_HDR_TYPE_POST;
260
h->
hdr_type
= HTTPREAD_HDR_TYPE_PUT;
262
h->
hdr_type
= HTTPREAD_HDR_TYPE_DELETE;
264
h->
hdr_type
= HTTPREAD_HDR_TYPE_TRACE;
266
h->
hdr_type
= HTTPREAD_HDR_TYPE_CONNECT
[
all
...]
/external/grub/netboot/
pci.c
402
unsigned char
hdr_type
= 0;
local
418
pcibios_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &
hdr_type
);
419
else if (!(
hdr_type
& 0x80)) /* not a multi-function device */
424
hdr_type
= 0;
/external/kernel-headers/original/linux/
pci.h
126
u8
hdr_type
; /* PCI header type (`multi' flag masked out) */
member in struct:pci_dev
Completed in 1036 milliseconds