Lines Matching refs:max_len

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()  argument
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() argument
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() argument
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() argument
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() argument
337 ret = z_impl_zsock_recvfrom_custom_fake_empty_ack(sock, buf, max_len, flags, src_addr, 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() argument
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() argument
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() argument
419 size_t max_len, int flags, in z_impl_zsock_recvfrom_custom_fake_duplicate_response() argument
434 int ret = z_impl_zsock_recvfrom_custom_fake(sock, buf, max_len, flags, src_addr, addrlen); 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() argument
446 int ret = z_impl_zsock_recvfrom_custom_fake_duplicate_response(sock, buf, max_len, flags, in z_impl_zsock_recvfrom_custom_fake_observe()