Home
last modified time | relevance | path

Searched refs:F_UPGRADE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/net/http/
Dparser.h102 F_UPGRADE = 1 << 5, enumerator
/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c1612 parser->flags |= F_UPGRADE; in parser_execute()
1861 int flags = (F_UPGRADE | F_CONNECTION_UPGRADE); in parser_execute()