Searched refs:npnext (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat.c | 3872 ipnat_t *np = NULL, *npnext; local 3955 for (np = ifs->ifs_nat_rules[hv]; np; np = npnext) { 3956 npnext = np->in_mnext; 3994 npnext = np->in_mnext; 4197 ipnat_t *np, *npnext; local 4281 for (np = ifs->ifs_rdr_rules[hv]; np; np = npnext) { 4282 npnext = np->in_rnext; 4320 npnext = np->in_rnext;
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 2124 register Namval_t *np,*nq, *npnext; in table_unset() local 2125 for(np=(Namval_t*)dtfirst(root);np;np=npnext) in table_unset() 2154 npnext = (Namval_t*)dtnext(root,np); in table_unset() 2160 while((nq=npnext) && memcmp(np->nvname,nq->nvname,len)==0 && nq->nvname[len]=='.') in table_unset() 2163 npnext = (Namval_t*)dtnext(root,nq); in table_unset()
|
H A D | init.c | 1347 Namval_t *np,*npnext; in sh_reinit() local 1349 for(np=dtfirst(shp->fun_tree);np;np=npnext) in sh_reinit() 1353 npnext = (Namval_t*)dtnext(shp->fun_tree,np); in sh_reinit()
|