nx_nft_read_gate.nx
buildroot/runtime/nx_nft_read_gate.nx
about
Native contract regression for the Linux x86-64 legacy NAT table reader.
Fixture fields follow the kernel UAPI; this never opens a socket or mutates networking.
dependencies 2 imports · 0 importers
imports: nx_nft_read.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
| none |
functions
| 5 | func ng_u16(b:*u8,o:i64,v:i64)->i64 { b[o]=(v&255) as u8; b[o+1]=((v>>8)&255) as u8; return 0 } |
| 6 | func ng_fixture()->*u8 |
| 12 | func main()->i64 |