Home
last modified time | relevance | path

Searched refs:skip_headers (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c189 int skip_headers(int sock, bool *redirect) in skip_headers() function
306 if (skip_headers(sock, redirect) <= 0) { in download()
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c805 bool skip_headers = (client->parser_state < HTTP1_RECEIVING_DATA_STATE); in handle_http1_request() local
835 if (skip_headers) { in handle_http1_request()
/Zephyr-latest/tests/net/ipv6/src/
Dmain.c291 static void skip_headers(struct net_pkt *pkt) in skip_headers() function
758 skip_headers(pkt); in expect_nd_ns()
960 skip_headers(pkt); in expect_dad_ns()