nx_listener_census_gate.nx
buildroot/runtime/nx_listener_census_gate.nx
about
Pure IPv4/IPv6 parser controls plus real same-port/different-address listeners.
No signals, production writes, port takeover or changes to existing CLI behavior.
dependencies 3 imports · 0 importers
imports: nx_os_introspect.nxnx_http_server.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 6 | const LC_FIXTURE_PORT: i64 = 48879 // BEEF in the deterministic proc-format fixtures |
| 7 | const LC_FIXTURE_ROWS: i64 = 4 |
| 8 | const LC_V4_ADDRESS_BYTES: i64 = 16 |
functions
| 9 | func lc_parse(b: *u8, family: i64, rows: *i64, addresses: *u8, capacity: i64, st: *i64) -> i64 |
| 12 | func lc_has(rows: *i64, addresses: *u8, count: i64, inode: i64, family: i64, address: *u8) -> i64 |
| 23 | func lc_inode(fd: i64) -> i64 |
| 34 | func main(argc: i64, argv: *i64) -> i64 |