Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/portmap/
H A Dportmap.c128 pml->pml_next = 0;
133 pmaplist = pml;
155 pmaplist = pml;
183 for (pml = pmaplist; pml != NULL; pml = pml->pml_next) {
187 hit = pml;
251 pmaplist = pml;
276 for (prevpml = NULL, pml = pmaplist; pml != NULL; ) {
280 prevpml = pml;
281 pml = pml->pml_next;
287 pml = pml->pml_next;
[all …]