Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/net/
Dnet_pkt.h154 uint8_t eof : 1; /* Last packet before EOF */ member
470 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() argument
475 pkt->eof = eof; in net_pkt_set_eof()
/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c3984 char eof[sizeof(EOF_PATTERN)]; in sock_read() local
4063 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()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.2.rst2058 * :github:`49004` - unexpected eof in qemu_cortex and mps2
2651 * :github:`27511` - coverage: qemu platforms: sanitycheck generates many ``unexpected eof`` failure…
Drelease-notes-2.0.rst785 * :github:`17782` - network tests failing with 'unexpected eof' with code coverage enabled in qemu_…
Drelease-notes-2.4.rst1151 * :github:`27511` - coverage: qemu platforms: sanitycheck generates many ``unexpected eof`` failure…
Drelease-notes-3.1.rst1296 * :github:`46056` - ``unexpected eof`` with twister running ``tests/subsys/logging/log_api/logging.…