Home
last modified time | relevance | path

Searched defs:netpath_vars (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libc/rpc/
H A Dgetnetpath.c71 struct netpath_vars { struct
72 int valid; /* token that indicates a valid netpath_vars */ argument
73 void *nc_handlep; /* handle for current netconfig "session" */
74 char *netpath; /* pointer to current view-point in NETPATH */
75 char *netpath_start; /* pointer to start of our copy of NETPATH */
99 struct netpath_vars *np_sessionp; /* this session's variables */ in setnetpath() argument