Home
last modified time | relevance | path

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

/openbsd/lib/librpcsvc/
H A Dnlm_prot.x19 netobj oh;
36 netobj cookie;
47 netobj fh;
48 netobj oh;
100 netobj fh;
101 netobj oh;
143 netobj oh;
150 netobj fh;
151 netobj oh;
159 netobj fh;
[all …]
H A Dklm_prot.x62 netobj fh; /* a counted file handle */
/openbsd/include/rpc/
H A Dxdr.h281 struct netobj { struct
285 typedef struct netobj netobj; typedef
286 extern bool_t xdr_netobj(XDR *, struct netobj *);
/openbsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c65 fhconv(nfs_fhandle_t *fh, const netobj *rfh) in fhconv()
99 netobj client_cookie; /* cookie sent by the client */
/openbsd/lib/libc/rpc/
H A Dxdr.c545 xdr_netobj(XDR *xdrs, struct netobj *np) in xdr_netobj()