nx_tls13_read_record_from_fd.nx
buildroot/runtime/nx_tls13_read_record_from_fd.nx
about
dependencies 2 imports · 37 importers
diagram shows first 10 each side; +0 more imports, +27 more importers in the complete lists below.
imports: nx_syscalls.nxnx_tls13_record.nx
imported by: _h2_serve_loopback_gate.nxnx_cms_tls_front.nxnx_cms_tls_gate.nxnx_dev_api_build_probe.nxnx_h2_client_over_tls.nxnx_h2_serve.nxnx_h2_serve_multi.nxnx_https_get_complete.nxnx_https_get_spoof.nxnx_https_get_stream.nxnx_https_ka_probe.nxnx_https_post_complete.nxnx_lib_fetch_cookie.nxnx_login_e2e_probe.nxnx_mcp_call.nxnx_mgmt_client.nxnx_porkbun_ping_probe.nxnx_research_ka.nxnx_sites_daemon_v2.nxnx_sites_reconciled.nxnx_sites_sni_cert_gate.nxnx_sovgit_push.nxnx_tls12_client_session.nxnx_tls12_frag_read_gate.nxnx_tls12_probe_test.nxnx_tls13_ch_compat_test.nxnx_tls13_client_h2run.nxnx_tls13_client_session_run.nxnx_tls13_read_record_from_fd_loopback_test.nxnx_tls13_read_record_from_fd_test.nxnx_tls13_recv_hs_diff_test.nxnx_tls13_recv_hs_probe_test.nxnx_tls13_server_session_run.nxnx_tls13_server_session_run_h2.nxnx_tls13_server_session_run_mtls.nxnx_tls13_sh_probe_test.nxnx_video_get.nx
structs
| none |
consts
| 62 | const NX_TLS13_READ_REC_OK: i64 = 1 |
| 63 | const NX_TLS13_READ_REC_EOF: i64 = 2 |
| 64 | const NX_TLS13_READ_REC_PAYLOAD_EOF: i64 = 3 |
| 65 | const NX_TLS13_READ_REC_BUF_OVERFLOW: i64 = 4 |
| 66 | const NX_TLS13_READ_REC_TOO_LONG: i64 = 5 |
| 67 | const NX_TLS13_READ_REC_READ_ERR: i64 = 6 |
| 68 | const NX_TLS13_READ_REC_VERDICT_N: i64 = 7 |
functions
| 70 | func nx_tls13_read_rec_verdict_is_valid(v: i64) -> i64 called by 1: main |
| 79 | func _read_n(fd: i64, buf: *u8, off: i64, n: i64) -> i64 |
| 94 | func nx_tls13_read_record_from_fd( called by 49: hsl_run_servertf_recv_requesttg_httpse2e_sendfc_ws_probeh2_tls_get+43 calls 1: _read_n |
| 126 | func main() -> i64 |