HomeSort by relevance Sort by last modified time
    Searched defs:CLIENT (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/common/
kcmd.h 40 #define CLIENT 1
51 * New protocol: Any encryption scheme. Client-generated
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
mount.c 39 #define CLIENT 1 /* #defined in <pn.h> */
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
clnt.h 26 * clnt.h - Client side remote procedure call interface.
27 * Stripped down sockets based client for boot.
59 * Client rpc handle.
61 * Client is responsible for initializing auth, see e.g. auth_none.c.
84 } CLIENT;
88 * client side rpc interface ops
97 * CLIENT *rh;
111 * CLIENT *rh;
118 * CLIENT *rh;
125 * CLIENT *rh
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/rpc/
clnt.h 25 * clnt.h - Client side remote procedure call interface.
103 * Client rpc handle.
105 * Client is responsible for initializing auth, see e.g. auth_none.c.
118 } CLIENT;
122 * client side rpc interface ops
131 * CLIENT *rh;
147 * CLIENT *rh;
155 * CLIENT *rh;
164 * CLIENT *rh;
176 * CLIENT *cl
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/
contract.h 285 /* Client is mostly opaque exccept for the following */
290 } CLIENT;
  /onnv/onnv-gate/usr/src/uts/common/rpc/
clnt.h 34 * clnt.h - Client side remote procedure call interface.
61 * client to do the broadcast. IPv6 doesn't have any broadcast support
124 * CLIENT
128 * Client rpc handle.
130 * Client is responsible for initializing auth, see e.g. auth_none.c.
182 } CLIENT;
347 struct cred *cred, CLIENT **ncl);
349 extern int clnt_tli_kinit(CLIENT *h, struct knetconfig *config,
365 rpcprog_t, rpcvers_t, int retries, struct cred *cred, CLIENT **cl);
372 CLIENT **ncl)
    [all...]
  /onnv/onnv-gate/usr/src/lib/sasl_plugins/digestmd5/
digestmd5.c 146 const char *SEALING_CLIENT_SERVER="Digest H(A1) to client-to-server sealing key magic constant";
147 const char *SEALING_SERVER_CLIENT="Digest H(A1) to server-to-client sealing key magic constant";
149 const char *SIGNING_CLIENT_SERVER="Digest session key to client-to-server signing key magic constant";
150 const char *SIGNING_SERVER_CLIENT="Digest session key to server-to-client signing key magic constant";
178 enum Context_type { SERVER = 0, CLIENT = 1 };
200 } c; /* client stuff */
206 enum Context_type i_am; /* are we the client or server? */
217 enum Context_type i_am; /* are we the client or server? */
261 /* Server MaxBuf for Client or Client MaxBuf For Server *
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/amd8111s/
amd8111s_hw.h 751 #define CLIENT 0x1

Completed in 780 milliseconds