Searched refs:eof (Results 1 – 4 of 4) sorted by relevance
426 static inline void net_pkt_set_eof(struct net_pkt *pkt, bool eof) in net_pkt_set_eof() argument428 pkt->sent_or_eof = eof; in net_pkt_set_eof()
3651 char eof[sizeof(EOF_PATTERN)]; in sock_read() local3730 out_len = net_buf_linearize(eof, sizeof(eof), *buf, 0, in sock_read()3732 eof[out_len] = 0; in sock_read()3735 if (strcmp(eof, EOF_PATTERN)) { in sock_read()3736 LOG_WRN("Could not find EOF [%s]", log_strdup(eof)); in sock_read()
785 * :github:`17782` - network tests failing with 'unexpected eof' with code coverage enabled in qemu_…
1151 * :github:`27511` - coverage: qemu platforms: sanitycheck generates many ``unexpected eof`` failure…