Searched refs:pml_next (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libc/rpc/
H A Dpmap_prot2.c106 next = &((*rp)->pml_next);
110 rp = (freeing) ? next : &((*rp)->pml_next);
/openbsd-current/include/rpc/
H A Dpmap_prot.h98 struct pmaplist *pml_next; member in struct:pmaplist
/openbsd-current/usr.sbin/portmap/
H A Dportmap.c177 pml->pml_next = 0;
224 pml->pml_next = pmaplist;
270 for (pml = pmaplist; pml != NULL; pml = pml->pml_next) {
364 pml->pml_next = 0;
368 for (fnd = pmaplist; fnd->pml_next != 0;
369 fnd = fnd->pml_next)
371 fnd->pml_next = pml;
401 pml = pml->pml_next;
415 pml = pml->pml_next;
419 prevpml->pml_next
[all...]
/openbsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c521 for (; head != NULL; head = head->pml_next) {
/openbsd-current/usr.bin/netstat/
H A Dinet.c848 for (; head != NULL; head = head->pml_next) {

Completed in 475 milliseconds