nx_win_r1probe.nx
buildroot/runtime/nx_win_r1probe.nx
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
structs
| none |
consts
| 1 | const K_MAGIC_5273: i64 = 5273 |
| 2 | const K_MAGIC_65536: i64 = 65536 |
| 3 | const K_MAGIC_262144: i64 = 262144 |
| 4 | const K_MAGIC_8000: i64 = 8000 |
functions
| 8 | func slen(s: *u8) -> i64 { var k: i64 = 0; while s[k] != (0 as u8) { k = k + 1 } return k } called by 1: main |
| 10 | func sys_mmap(n: i64) -> i64 { return 0 } called by 1: main |
| 11 | func nx_wsa() -> i64 { return 0 } called by 1: main |
| 12 | func nx_sock() -> i64 { return 0 } called by 1: main |
| 13 | func nx_bind(s: i64, port: i64) -> i64 { return 0 } called by 1: main |
| 14 | func nx_listen(s: i64) -> i64 { return 0 } called by 1: main |
| 15 | func nx_accept(s: i64) -> i64 { return 0 } called by 1: main |
| 16 | func nx_recv(c: i64, buf: *u8, n: i64) -> i64 { return 0 } called by 1: main |
| 17 | func nx_send(c: i64, buf: *u8, n: i64) -> i64 { return 0 } called by 1: main |
| 18 | func nx_close(s: i64) -> i64 { return 0 } called by 1: main |
| 19 | func nx_connect(s: i64, port: i64) -> i64 { return 0 } called by 1: main |
| 21 | func main() -> i64 |