Home
last modified time | relevance | path

Searched defs:SPDYF_Control_Frame (Results 1 – 1 of 1) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dstructures.h379 struct __attribute__((__packed__)) SPDYF_Control_Frame struct
381 uint16_t version : 15;
382 uint16_t control_bit : 1; /* always 1 for control frames */
383 uint16_t type;
384 uint32_t flags : 8;
385 uint32_t length : 24;