Home
last modified time | relevance | path

Searched refs:expecting (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/samples/net/sockets/echo_client/src/
Dcommon.h50 uint32_t expecting; member
58 uint32_t expecting; member
Dtcp.c55 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()
Dudp.c144 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/
Dmain.c171 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/
Dindex.rst16 However, the Zephyr shield is designed expecting it to be connected to the
/Zephyr-latest/boards/shields/npm1100_ek/doc/
Dindex.rst22 However, the Zephyr shield is designed expecting it to be connected to the
/Zephyr-latest/boards/shields/npm6001_ek/doc/
Dindex.rst22 However, the Zephyr shield is designed expecting it to be connected to the
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig69 completely disable sending/expecting a mark byte to work with
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst413 GDB's code and documentation on what it is expecting for
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst93 IRQ lock is global, means that code expecting to be run in an SMP
/Zephyr-latest/doc/services/logging/
Dindex.rst474 for given entry since it indicates if there is at least one backend expecting
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1684 * :github:`43568` - ITE eSPI driver expecting OOB header also along with OOB data from app code - e…