HomeSort by: relevance | last modified time | path
    Searched defs:netpath_start (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/rpc/
getnetpath.c 75 char *netpath_start; /* pointer to start of our copy of NETPATH */ member in struct:netpath_vars
127 np_sessionp->netpath_start = np_sessionp->netpath;
162 if (np_sessionp->netpath_start == NULL) { /* NETPATH was not set */
221 if (np_sessionp->netpath_start != NULL)
222 free(np_sessionp->netpath_start);

Completed in 11 milliseconds