Home
last modified time | relevance | path

Searched refs:nattop (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y59 static ipnat_t *nattop = NULL; variable
117 line: xx rule { while ((nat = nattop) != NULL) {
120 nattop = nat->in_next;
911 nattop = nat = n; in newnatrule()