Searched refs:eof (Results 1 – 6 of 6) sorted by relevance
154 uint8_t eof : 1; /* Last packet before EOF */ member470 return pkt->eof; in net_pkt_eof()473 static inline void net_pkt_set_eof(struct net_pkt *pkt, bool eof) in net_pkt_set_eof() argument475 pkt->eof = eof; in net_pkt_set_eof()
3984 char eof[sizeof(EOF_PATTERN)]; in sock_read() local4063 out_len = net_buf_linearize(eof, sizeof(eof), *buf, 0, in sock_read()4065 eof[out_len] = 0; in sock_read()4068 if (strcmp(eof, EOF_PATTERN)) { in sock_read()4069 LOG_WRN("Could not find EOF [%s]", eof); in sock_read()
2058 * :github:`49004` - unexpected eof in qemu_cortex and mps22651 * :github:`27511` - coverage: qemu platforms: sanitycheck generates many ``unexpected eof`` failure…
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…
1296 * :github:`46056` - ``unexpected eof`` with twister running ``tests/subsys/logging/log_api/logging.…