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

/freebsd-current/include/
H A Dnetconfig.h40 #define NETPATH "NETPATH" macro
/freebsd-current/sys/rpc/
H A Dnetconfig.h10 #define NETPATH "NETPATH" macro
/freebsd-current/lib/libc/rpc/
H A Dgetnetpath.c58 char *netpath; /* pointer to current view-point in NETPATH */
59 char *netpath_start; /* pointer to start of our copy of NETPATH */
70 * A call to setnetpath() establishes a NETPATH "session". setnetpath()
85 char *npp; /* NETPATH env variable */
101 if ((npp = getenv(NETPATH)) == NULL) {
122 * database entry corresponding to the first valid NETPATH component. The
125 * entry that corresponds to the next valid NETPATH component. getnetpath
127 * included in the NETPATH variable.
128 * When NETPATH has been exhausted, getnetpath() returns NULL. It returns
131 * getnetpath() silently ignores invalid NETPATH component
[all...]

Completed in 138 milliseconds