Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsocketpair.c87 #undef sock_is_eof
89 static inline bool sock_is_eof(const struct spair *spair) in sock_is_eof() function
725 if (spair_read_avail(spair) == 0 && !sock_is_eof(spair)) { in spair_read()
758 if (sock_is_eof(spair)) { in zsock_poll_prepare_ctx()
870 if (sock_is_eof(spair)) { in zsock_poll_update_ctx()
Dsockets_internal.h50 #define sock_is_eof(ctx) sock_get_flag(ctx, SOCK_EOF) macro
Dsockets_inet.c1348 if (sock_is_eof(ctx)) { in zsock_recv_stream_timed()
1428 } else if (!sock_is_eof(ctx) && !sock_is_error(ctx)) { in zsock_recv_stream()
1553 if (sock_is_eof(ctx) || sock_is_error(ctx)) { in zsock_poll_prepare_ctx()
1569 sock_is_eof(ctx)) { in zsock_poll_update_ctx()
1579 !sock_is_eof(ctx) && in zsock_poll_update_ctx()
1593 if (sock_is_eof(ctx)) { in zsock_poll_update_ctx()