/Zephyr-latest/tests/net/lib/coap_client/src/ |
D | main.c | 121 static ssize_t z_impl_zsock_recvfrom_custom_fake(int sock, void *buf, size_t max_len, int flags, in z_impl_zsock_recvfrom_custom_fake() 269 static ssize_t z_impl_zsock_recvfrom_custom_fake_response(int sock, void *buf, size_t max_len, in z_impl_zsock_recvfrom_custom_fake_response() 291 static ssize_t z_impl_zsock_recvfrom_custom_fake_empty_ack(int sock, void *buf, size_t max_len, in z_impl_zsock_recvfrom_custom_fake_empty_ack() 312 static ssize_t z_impl_zsock_recvfrom_custom_fake_rst(int sock, void *buf, size_t max_len, int flags, in z_impl_zsock_recvfrom_custom_fake_rst() 331 static ssize_t z_impl_zsock_recvfrom_custom_fake_only_ack(int sock, void *buf, size_t max_len, in z_impl_zsock_recvfrom_custom_fake_only_ack() 343 static ssize_t z_impl_zsock_recvfrom_custom_fake_unmatching(int sock, void *buf, size_t max_len, in z_impl_zsock_recvfrom_custom_fake_unmatching() 364 static ssize_t z_impl_zsock_recvfrom_custom_fake_echo(int sock, void *buf, size_t max_len, in z_impl_zsock_recvfrom_custom_fake_echo() 391 static ssize_t z_impl_zsock_recvfrom_custom_fake_echo_next_req(int sock, void *buf, size_t max_len, in z_impl_zsock_recvfrom_custom_fake_echo_next_req() 419 size_t max_len, int flags, in z_impl_zsock_recvfrom_custom_fake_duplicate_response() 442 static ssize_t z_impl_zsock_recvfrom_custom_fake_observe(int sock, void *buf, size_t max_len, in z_impl_zsock_recvfrom_custom_fake_observe()
|
/Zephyr-latest/tests/subsys/shell/shell_history/src/ |
D | shell_history_test.c | 172 int max_len = get_max_buffer_len(); in ZTEST() local 233 int max_len = get_max_buffer_len(); in ZTEST() local
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/src/ |
D | os_mgmt_client.c | 122 int os_mgmt_client_echo(struct os_mgmt_client *client, const char *echo_string, size_t max_len) in os_mgmt_client_echo()
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_phy.c | 108 int osdp_phy_packet_init(struct osdp_pd *pd, uint8_t *buf, int max_len) in osdp_phy_packet_init() 159 int len, int max_len) in osdp_phy_packet_finalize()
|
D | osdp_pd.c | 573 static int pd_build_reply(struct osdp_pd *pd, uint8_t *buf, int max_len) in pd_build_reply()
|
D | osdp_cp.c | 126 static int cp_build_command(struct osdp_pd *pd, uint8_t *buf, int max_len) in cp_build_command()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_inet.c | 1053 size_t max_len, in zsock_recv_dgram() 1242 static size_t zsock_recv_stream_immediate(struct net_context *ctx, uint8_t **buf, size_t *max_len, in zsock_recv_stream_immediate() 1323 uint8_t *buf, size_t max_len, in zsock_recv_stream_timed() 1413 void *buf, size_t max_len, int flags) in zsock_recv_stream() 1455 ssize_t zsock_recvfrom_ctx(struct net_context *ctx, void *buf, size_t max_len, in zsock_recvfrom_ctx() 1482 size_t i, max_len = 0; in zsock_recvmsg_ctx() local 2977 static ssize_t sock_recvfrom_vmeth(void *obj, void *buf, size_t max_len, in sock_recvfrom_vmeth()
|
D | sockets_net_mgmt.c | 142 size_t max_len, int flags, in znet_mgmt_recvfrom() 352 size_t max_len, int flags, in net_mgmt_sock_recvfrom()
|
D | sockets_packet.c | 297 ssize_t zpacket_recvfrom_ctx(struct net_context *ctx, void *buf, size_t max_len, in zpacket_recvfrom_ctx() 445 static ssize_t packet_sock_recvfrom_vmeth(void *obj, void *buf, size_t max_len, in packet_sock_recvfrom_vmeth()
|
D | sockets_can.c | 276 size_t max_len, int flags, in zcan_recvfrom_ctx() 506 static ssize_t can_sock_recvfrom_vmeth(void *obj, void *buf, size_t max_len, in can_sock_recvfrom_vmeth()
|
D | sockets.c | 477 ssize_t z_impl_zsock_recvfrom(int sock, void *buf, size_t max_len, int flags, in z_impl_zsock_recvfrom() 496 ssize_t z_vrfy_zsock_recvfrom(int sock, void *buf, size_t max_len, int flags, in z_vrfy_zsock_recvfrom()
|
D | sockets_tls.c | 2570 size_t max_len, int flags) in recv_tls() 2671 size_t max_len, int flags, in recvfrom_dtls_common() 2778 size_t max_len, int flags, in recvfrom_dtls_client() 2844 size_t max_len, int flags, in recvfrom_dtls_server() 2945 ssize_t ztls_recvfrom_ctx(struct tls_context *ctx, void *buf, size_t max_len, in ztls_recvfrom_ctx() 3819 static ssize_t tls_sock_recvfrom_vmeth(void *obj, void *buf, size_t max_len, in tls_sock_recvfrom_vmeth()
|
D | socket_dispatcher.c | 289 size_t max_len, int flags, in sock_dispatch_recvfrom_vmeth()
|
D | socketpair.c | 1120 static ssize_t spair_recvfrom(void *obj, void *buf, size_t max_len, in spair_recvfrom()
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/ |
D | stubs.c | 110 ssize_t z_impl_zsock_recvfrom(int sock, void *buf, size_t max_len, int flags, in z_impl_zsock_recvfrom()
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap.c | 169 int coap_packet_init(struct coap_packet *cpkt, uint8_t *data, uint16_t max_len, in coap_packet_init() 220 uint8_t *data, uint16_t max_len, uint8_t code) in coap_ack_init() 236 uint8_t *data, uint16_t max_len) in coap_rst_init() 457 uint16_t max_len, uint8_t *value) in read_u8() 470 uint16_t max_len, uint16_t *value) in read_be16() 484 uint16_t max_len, uint16_t len, uint8_t *value) in read() 497 static int decode_delta(uint8_t *data, uint16_t offset, uint16_t *pos, uint16_t max_len, in decode_delta() 534 uint16_t max_len, uint16_t *opt_delta, uint16_t *opt_len, in parse_option()
|
D | coap_client.c | 51 static int receive(int sock, void *buf, size_t max_len, int flags, in receive()
|
/Zephyr-latest/tests/net/socket/reuseaddr_reuseport/src/ |
D | main.c | 218 static void test_recvfrom_success(int sock, void *buf, size_t max_len, int flags, in test_recvfrom_success() 227 static void test_recvfrom_fail(int sock, void *buf, size_t max_len, int flags, in test_recvfrom_fail() 238 static void test_recv_success(int sock, void *buf, size_t max_len, int flags) in test_recv_success() 246 static void test_recv_fail(int sock, void *buf, size_t max_len, int flags) in test_recv_fail()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_ivshmem_queue.c | 252 static uint32_t tx_buffer_advance(uint32_t max_len, uint32_t *position, uint32_t *len) in tx_buffer_advance()
|
/Zephyr-latest/lib/posix/options/ |
D | net.c | 342 ssize_t recv(int sock, void *buf, size_t max_len, int flags) in recv() 347 ssize_t recvfrom(int sock, void *buf, size_t max_len, int flags, struct sockaddr *src_addr, in recvfrom()
|
/Zephyr-latest/samples/net/sockets/websocket_client/src/ |
D | main.c | 143 static size_t how_much_to_send(size_t max_len) in how_much_to_send()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 410 void radio_pkt_configure(uint8_t bits_len, uint8_t max_len, uint8_t flags) in radio_pkt_configure() 2080 uint8_t max_len = (NRF_RADIO->PCNF1 & RADIO_PCNF1_MAXLEN_Msk) >> in radio_ccm_ext_rx_pkt_set() local 2160 uint8_t max_len = (NRF_RADIO->PCNF1 & RADIO_PCNF1_MAXLEN_Msk) >> in radio_ccm_ext_tx_pkt_set() local
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_socket_offload.c | 320 static ssize_t eswifi_socket_recv(void *obj, void *buf, size_t max_len, in eswifi_socket_recv()
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | ctf_top.c | 478 void sys_trace_socket_recvfrom_enter(int sock, int max_len, int flags, in sys_trace_socket_recvfrom_enter() 506 uint32_t max_len = 0; in sys_trace_socket_recvmsg_enter() local
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 2949 static void dpp_ssid_bin2str(char *dst, uint8_t *src, int max_len) 2970 static int dpp_params_to_cmd(struct wifi_dpp_params *params, char *cmd, size_t max_len)
|