Searched refs:SET_ERRNO (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/subsys/net/lib/http/ |
D | http_parser.c | 57 #define SET_ERRNO(e) (parser->http_errno = (e)) macro 217 SET_ERRNO(cb_error); in cb_notify() 247 SET_ERRNO(cb_error); in cb_data() 527 SET_ERRNO(HPE_INVALID_CONTENT_LENGTH); in header_states() 540 SET_ERRNO(HPE_INVALID_CONTENT_LENGTH); in header_states() 750 SET_ERRNO(HPE_INVALID_EOF_STATE); in parser_execute() 805 SET_ERRNO(HPE_CLOSED_CONNECTION); in parser_execute() 840 SET_ERRNO(HPE_INVALID_CONSTANT); in parser_execute() 865 SET_ERRNO(HPE_INVALID_CONSTANT); in parser_execute() 914 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute() [all …]
|
/Zephyr-Core-3.7.0/subsys/net/lib/sockets/ |
D | sockets.c | 38 #define SET_ERRNO(x) \ macro 280 SET_ERRNO(net_context_put(ctx)); in zsock_close_ctx() 458 SET_ERRNO(net_context_accept(ctx, NULL, K_NO_WAIT, NULL)); in zsock_shutdown_ctx() 460 SET_ERRNO(net_context_recv(ctx, NULL, K_NO_WAIT, NULL)); in zsock_shutdown_ctx() 467 SET_ERRNO(-ENOTSUP); in zsock_shutdown_ctx() 469 SET_ERRNO(-EINVAL); in zsock_shutdown_ctx() 478 SET_ERRNO(net_context_bind(ctx, addr, addrlen)); in zsock_bind_ctx() 484 SET_ERRNO(net_context_recv(ctx, zsock_received_cb, K_NO_WAIT, in zsock_bind_ctx() 533 SET_ERRNO(net_socks5_connect(ctx, addr, addrlen)); in zsock_connect_ctx() 534 SET_ERRNO(net_context_recv(ctx, zsock_received_cb, in zsock_connect_ctx() [all …]
|