Home | History | Annotate | Download | only in rpc

Lines Matching refs:NETCONFIG

51 #include <netconfig.h>
66 struct netconfig *ncp; /* an nconf entry */
73 void *nc_handlep; /* handle for current netconfig "session" */
92 * resources, or the absence of the /etc/netconfig file), a NULL pointer is
110 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
132 * When first called, getnetpath() returns a pointer to the netconfig
134 * netconfig entry is formatted as a struct netconfig.
135 * On each subsequent call, getnetpath returns a pointer to the netconfig
137 * can thus be used to search the netconfig database for all networks
143 * component is invalid if there is no corresponding entry in the netconfig
146 * were set to the sequence of default or visible networks in the netconfig
150 struct netconfig *
154 struct netconfig *ncp = NULL; /* temp. holds a netconfig session */
168 "rpc: failed to open " NETCONFIG);