Searched refs:expecting (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | common.h | 50 uint32_t expecting; member 58 uint32_t expecting; member
|
D | tcp.c | 55 data->tcp.expecting = sys_rand32_get() % ipsum_len; in send_tcp_data() 56 } while (data->tcp.expecting == 0U); in send_tcp_data() 60 ret = sendall(data->tcp.sock, lorem_ipsum, data->tcp.expecting); in send_tcp_data() 68 data->tcp.expecting); in send_tcp_data() 77 if (data->tcp.received + received > data->tcp.expecting) { in compare_tcp_data() 211 if (data->tcp.received < data->tcp.expecting) { in process_tcp_proto()
|
D | udp.c | 144 data->udp.expecting = sys_rand32_get() % ipsum_len; in send_udp_data() 145 } while (data->udp.expecting == 0U || in send_udp_data() 146 data->udp.expecting > data->udp.mtu); in send_udp_data() 148 ret = send(data->udp.sock, lorem_ipsum, data->udp.expecting, 0); in send_udp_data() 151 LOG_DBG("%s UDP: Sent %d bytes", data->proto, data->udp.expecting); in send_udp_data() 161 if (received != data->udp.expecting) { in compare_udp_data()
|
/Zephyr-latest/tests/net/ppp/driver/src/ |
D | main.c | 171 static uint8_t *receiving, *expecting; variable 185 if (memcmp(expecting + pos, buf->data, buf->len)) { in ppp_l2_recv() 186 LOG_HEXDUMP_DBG(expecting + pos, in ppp_l2_recv() 230 expecting = expect; in send_iface()
|
/Zephyr-latest/boards/shields/npm1300_ek/doc/ |
D | index.rst | 16 However, the Zephyr shield is designed expecting it to be connected to the
|
/Zephyr-latest/boards/shields/npm1100_ek/doc/ |
D | index.rst | 22 However, the Zephyr shield is designed expecting it to be connected to the
|
/Zephyr-latest/boards/shields/npm6001_ek/doc/ |
D | index.rst | 22 However, the Zephyr shield is designed expecting it to be connected to the
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig | 69 completely disable sending/expecting a mark byte to work with
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 413 GDB's code and documentation on what it is expecting for
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 93 IRQ lock is global, means that code expecting to be run in an SMP
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 474 for given entry since it indicates if there is at least one backend expecting
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 1684 * :github:`43568` - ITE eSPI driver expecting OOB header also along with OOB data from app code - e…
|