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

  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
mount.c 52 * structs netbuf, knetconfig, and nfsarg from SVR4
62 struct knetconfig { struct
74 /* transport knetconfig struct */
75 struct knetconfig *knconf;
133 (struct knetconfig *)malloc(sizeof (struct knetconfig))) == NULL) {
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/
contract.h 294 struct knetconfig { struct
  /onnv/onnv-gate/usr/src/uts/common/rpc/
clnt.h 206 #define KNC_STRSIZE 128 /* maximum length of knetconfig strings */
209 * knetconfig
213 * Note that the knetconfig strings can either be dynamically allocated, or
214 * they can be string literals. The code that sets up the knetconfig is
216 * necessary when the knetconfig is destroyed.
218 struct knetconfig { struct
345 extern int clnt_tli_kcreate(struct knetconfig *config, struct netbuf *svcaddr,
349 extern int clnt_tli_kinit(CLIENT *h, struct knetconfig *config,
364 extern int clnt_clts_kcreate(struct knetconfig *config, struct netbuf *addr,
383 struct knetconfig **knconf)
    [all...]

Completed in 420 milliseconds