Home
last modified time | relevance | path

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

/openbsd/usr.sbin/portmap/
H A Dportmap.c95 struct pmaplist *pmaplist; variable
106 struct pmaplist *pml; in main()
182 pmaplist = pml; in main()
224 pml->pml_next = pmaplist; in main()
225 pmaplist = pml; in main()
264 struct pmaplist *
268 struct pmaplist *pml; in find_service()
365 if (pmaplist == NULL) { in reg_service()
366 pmaplist = pml; in reg_service()
417 pmaplist = pml; in reg_service()
[all …]
/openbsd/include/rpc/
H A Dpmap_prot.h96 struct pmaplist { struct
98 struct pmaplist *pml_next; argument
103 extern bool_t xdr_pmaplist(XDR *, struct pmaplist **);
H A Dpmap_clnt.h73 extern struct pmaplist *pmap_getmaps(struct sockaddr_in *);
/openbsd/lib/libc/rpc/
H A Dpmap_prot2.c83 xdr_pmaplist(XDR *xdrs, struct pmaplist **rp) in xdr_pmaplist()
92 struct pmaplist **next; in xdr_pmaplist()
108 (u_int)sizeof(struct pmaplist), xdr_pmap)) in xdr_pmaplist()
H A Dpmap_getmaps.c57 struct pmaplist *
60 struct pmaplist *head = NULL; in pmap_getmaps()
/openbsd/gnu/gcc/gcc/
H A Dsys-types.h75 struct pmaplist;
H A Dsys-protos.h824 extern struct pmaplist * pmap_getmaps(/* ??? */);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-types.h75 struct pmaplist;
H A Dsys-protos.h824 extern struct pmaplist * pmap_getmaps(/* ??? */);
/openbsd/usr.bin/rpcinfo/
H A Drpcinfo.c483 struct pmaplist *head = NULL; in pmapdump()
/openbsd/usr.bin/netstat/
H A Dinet.c817 static struct pmaplist *head; in getrpcportnam()