Home
last modified time | relevance | path

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

/src/include/rpcsvc/
H A Dnlm_prot.x29 netobj oh;
46 netobj cookie;
51 netobj cookie;
57 netobj fh; /* identify a file */
58 netobj oh; /* identify owner of a lock */
65 netobj cookie;
74 netobj cookie;
81 netobj cookie;
87 netobj cookie;
114 netobj fh;
[all …]
H A Dnis.x137 netobj cookie; /* Cookie Data */
172 netobj ibr_cookie; /* The first/next cookie */
223 netobj lr_cookie; /* Used by the dump callback */
320 bool NIS_CALLBACK(netobj) = 17;
H A Dnislib.h63 extern nis_result * nis_next_entry(nis_name, netobj *);
118 extern nis_error nis_get_request(nis_name, nis_object *, netobj*, ib_request*);
142 extern int __nis_run_callback(netobj *, u_long, struct timeval *, CLIENT *);
H A Dklm_prot.x58 netobj fh; /* a counted file handle */
H A Dkey_prot.x106 netobj remotekey; /* Contains a length up to 1024 bytes */
H A Dnis_object.x160 netobj pkey; /* server's public key */
/src/sys/nlm/
H A Dnlm_prot.h31 netobj oh;
51 netobj cookie;
57 netobj cookie;
64 netobj fh;
65 netobj oh;
73 netobj cookie;
83 netobj cookie;
91 netobj cookie;
98 netobj cookie;
125 netobj fh;
[all …]
H A Dnlm.h54 extern void nlm_make_netobj(struct netobj *dst, caddr_t srt,
60 extern void nlm_copy_netobj(struct netobj *dst, struct netobj *src,
H A Dnlm_prot_impl.c262 ng_sysid(struct netobj *src) in ng_sysid()
269 ng_cookie(struct netobj *src) in ng_cookie()
306 nlm_make_netobj(struct netobj *dst, caddr_t src, size_t srcsize, in nlm_make_netobj()
319 nlm_copy_netobj(struct netobj *dst, struct netobj *src, in nlm_copy_netobj()
1744 nlm_convert_to_fhandle_t(fhandle_t *fhp, struct netobj *p) in nlm_convert_to_fhandle_t()
/src/crypto/krb5/src/include/gssrpc/
H A Dxdr.h290 struct netobj { struct
294 typedef struct netobj netobj; argument
296 extern bool_t xdr_netobj(XDR *, struct netobj *);
/src/include/rpc/
H A Dxdr.h319 struct netobj { struct
323 typedef struct netobj netobj; argument
324 extern bool_t xdr_netobj(XDR *, struct netobj *);
/src/lib/libc/rpc/
H A Dauth_des.c67 extern int key_encryptsession_pk(char *, netobj *, des_block *);
107 AUTH *authdes_pk_seccreate(const char *, netobj *, u_int, const char *,
125 netobj pkey; in authdes_seccreate()
148 authdes_pk_seccreate(const char *servername, netobj *pkey, u_int window, in authdes_pk_seccreate()
424 netobj pkey; in authdes_refresh()
H A Dkey_call.c131 key_encryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey) in key_encryptsession_pk()
152 key_decryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey) in key_decryptsession_pk()
H A Dsvc_auth_des.c68 extern int key_decryptsession_pk(const char *, netobj *, des_block *);
175 netobj pkey; in _svcauth_des()
/src/sys/rpc/
H A Dxdr.h332 struct netobj { struct
336 typedef struct netobj netobj; argument
337 extern bool_t xdr_netobj(XDR *, struct netobj *);
/src/usr.sbin/rpc.lockd/
H A Dlockd_lock.c82 netobj client_cookie; /* cookie sent by the client */
164 struct file_lock * allocate_file_lock(const netobj *lockowner,
165 const netobj *matchcookie,
178 int same_netobj(const netobj *n0, const netobj *n1);
186 void dump_netobj(const struct netobj *nobj);
288 dump_netobj(const struct netobj *nobj) in dump_netobj()
372 allocate_file_lock(const netobj *lockowner, const netobj *matchcookie, in allocate_file_lock()
653 same_netobj(const netobj *n0, const netobj *n1) in same_netobj()
H A Dlockd_lock.h10 int lock_answer(int pid, netobj *netcookie, int result, int *pid_p,
H A Dlock_proc.c69 static void log_netobj(netobj *obj);
101 log_netobj(netobj *obj) in log_netobj()
H A Dkern.c470 lock_answer(int pid, netobj *netcookie, int result, int *pid_p, int version) in lock_answer()
/src/libexec/nuageinit/
H A Dnuageinit664 local netobj = {}
665 netobj["network"] = obj
666 return netobj
787 local netobj = parse_network_config() or obj
788 network_config(netobj)
/src/crypto/krb5/src/lib/rpc/
H A Dxdr.c490 xdr_netobj(XDR *xdrs, struct netobj *np) in xdr_netobj()
/src/sys/xdr/
H A Dxdr.c544 xdr_netobj(XDR *xdrs, struct netobj *np) in xdr_netobj()
/src/lib/libc/xdr/
H A Dxdr.c615 xdr_netobj(XDR *xdrs, struct netobj *np) in xdr_netobj()