Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dparser.h27 #define HTTP_PARSER_VERSION_MAJOR 2 macro
/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c2388 return HTTP_PARSER_VERSION_MAJOR * 0x10000 | in http_parser_version()