HomeSort by relevance Sort by last modified time
    Searched refs:hdr_type (Results 1 - 3 of 3) 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/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 511 milliseconds