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.h103 F_UPGRADE = 1 << 5, enumerator
/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c1776 parser->flags |= F_UPGRADE; in parser_execute()
2035 int flags = (F_UPGRADE | F_CONNECTION_UPGRADE); in parser_execute()