Home
last modified time | relevance | path

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

/plan9/sys/include/
H A Dsunrpc.h286 typedef struct PortMap PortMap; typedef
325 struct PortMap { struct
342 PortMap map; argument
352 PortMap map;
362 PortMap map;
376 PortMap *map;
/plan9/sys/src/libsunrpc/
H A Dportmap.c7 portMapPrint(Fmt *fmt, PortMap *x) in portMapPrint()
12 portMapSize(PortMap *x) in portMapSize()
20 portMapPack(uchar *a, uchar *ea, uchar **pa, PortMap *x) in portMapPack()
33 portMapUnpack(uchar *a, uchar *ea, uchar **pa, PortMap *x) in portMapUnpack()
378 PortMap *m; in portRDumpUnpack()
380 m = (PortMap*)a; in portRDumpUnpack()
/plan9/sys/src/cmd/aux/
H A Dportmap.c125 PortMap *m; in tdump()