Searched refs:hdr_type (Results 1 – 4 of 4) sorted by relevance
83 enum httpread_hdr_type hdr_type; member236 h->hdr_type = HTTPREAD_HDR_TYPE_UNKNOWN; in httpread_hdr_analyze()240 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY; in httpread_hdr_analyze()254 h->hdr_type = HTTPREAD_HDR_TYPE_GET; in httpread_hdr_analyze()256 h->hdr_type = HTTPREAD_HDR_TYPE_HEAD; in httpread_hdr_analyze()258 h->hdr_type = HTTPREAD_HDR_TYPE_POST; in httpread_hdr_analyze()260 h->hdr_type = HTTPREAD_HDR_TYPE_PUT; in httpread_hdr_analyze()262 h->hdr_type = HTTPREAD_HDR_TYPE_DELETE; in httpread_hdr_analyze()264 h->hdr_type = HTTPREAD_HDR_TYPE_TRACE; in httpread_hdr_analyze()266 h->hdr_type = HTTPREAD_HDR_TYPE_CONNECT; in httpread_hdr_analyze()[all …]
402 unsigned char hdr_type = 0; in scan_bus() local418 pcibios_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type); in scan_bus()419 else if (!(hdr_type & 0x80)) /* not a multi-function device */ in scan_bus()424 hdr_type = 0; in scan_bus()
126 u8 hdr_type; /* PCI header type (`multi' flag masked out) */ member