Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipnat_y.y61 static ipnat_t *nattop = NULL; variable
119 line: xx rule { while ((nat = nattop) != NULL) {
122 nattop = nat->in_next;
913 nattop = nat = n; in newnatrule()