Searched refs:NETPATH (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/include/
H A Dnetconfig.h11 #define NETPATH "NETPATH" macro
/freebsd-10.1-release/sys/rpc/
H A Dnetconfig.h11 #define NETPATH "NETPATH" macro
/freebsd-10.1-release/lib/libc/rpc/
H A Dgetnetpath.c62 char *netpath; /* pointer to current view-point in NETPATH */
63 char *netpath_start; /* pointer to start of our copy of NETPATH */
74 * A call to setnetpath() establishes a NETPATH "session". setnetpath()
89 char *npp; /* NETPATH env variable */
105 if ((npp = getenv(NETPATH)) == NULL) {
126 * database entry corresponding to the first valid NETPATH component. The
129 * entry that corresponds to the next valid NETPATH component. getnetpath
131 * included in the NETPATH variable.
132 * When NETPATH has been exhausted, getnetpath() returns NULL. It returns
135 * getnetpath() silently ignores invalid NETPATH component
[all...]

Completed in 300 milliseconds