nx_printer_ports.nx
buildroot/runtime/nx_printer_ports.nx
about
nx_printer_ports.nx -- sovereign service-surface recon of the operator's OWN Brother on the OWN LAN:
a read-only TCP connect-probe of the ports that matter for print/scan, so the next rung targets the
protocol the HARDWARE ACTUALLY EXPOSES (hardware-rung-up). No data is sent -- just connect()/close().
never-brick #26 (read-only). Reuses nx_ipt_sockaddr from the proven transport. license_tier: ORIGINAL
genealogy_id: project-printer-management-ipp-sclass-2026-06-20
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_connect.nxnx_ipp_transport.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
| 10 | const K_MAGIC_9100: i64 = 9100 |
| 11 | const K_MAGIC_5357: i64 = 5357 |
functions
| 13 | func p(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 14 | func pn(v: i64) -> i64 |
| 26 | func try_port(a: i64, b: i64, c: i64, d: i64, port: i64) -> i64 called by 1: report calls 6: sys_socketsys_set_socket_timeoutsys_mmapnx_ipt_sockaddrnx_connect_boundedsys_close |
| 38 | func report(a: i64, b: i64, c: i64, d: i64, port: i64, label: *u8) -> i64 |
| 48 | func main() -> i64 |