Home
last modified time | relevance | path

Searched defs:sock_is_eof (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_internal.h50 #define sock_is_eof(ctx) sock_get_flag(ctx, SOCK_EOF) macro
Dsocketpair.c89 static inline bool sock_is_eof(const struct spair *spair) in sock_is_eof() function