code wiki / (root) / nx_win_r1probe.nx

nx_win_r1probe.nx

buildroot/runtime/nx_win_r1probe.nx

1946 B49 linesdepth 0pulls 0 transitivereach 0 importersview sourcekind tooltopic win
docsdependenciesstructsconstsfunctions

dependencies 0 imports · 0 importers

imports: none

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main nx_wsa nx_sock nx_bind nx_listen sys_mmap nx_accept nx_recv nx_connect nx_send slen nx_close

structs

none

consts

1const K_MAGIC_5273: i64 = 5273
2const K_MAGIC_65536: i64 = 65536
3const K_MAGIC_262144: i64 = 262144
4const K_MAGIC_8000: i64 = 8000

functions

8func slen(s: *u8) -> i64 { var k: i64 = 0; while s[k] != (0 as u8) { k = k + 1 } return k }
called by 1: main
10func sys_mmap(n: i64) -> i64 { return 0 }
called by 1: main
11func nx_wsa() -> i64 { return 0 }
called by 1: main
12func nx_sock() -> i64 { return 0 }
called by 1: main
13func nx_bind(s: i64, port: i64) -> i64 { return 0 }
called by 1: main
14func nx_listen(s: i64) -> i64 { return 0 }
called by 1: main
15func nx_accept(s: i64) -> i64 { return 0 }
called by 1: main
16func nx_recv(c: i64, buf: *u8, n: i64) -> i64 { return 0 }
called by 1: main
17func nx_send(c: i64, buf: *u8, n: i64) -> i64 { return 0 }
called by 1: main
18func nx_close(s: i64) -> i64 { return 0 }
called by 1: main
19func nx_connect(s: i64, port: i64) -> i64 { return 0 }
called by 1: main
21func main() -> i64