OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NETCONFIG
(Results
1 - 5
of
5
) sorted by relevancy
/src/include/
netconfig.h
1
/* $NetBSD:
netconfig
.h,v 1.6 2008/04/28 20:22:54 martin Exp $ */
37
#define
NETCONFIG
"/etc/
netconfig
"
40
struct
netconfig
{
struct
53
struct
netconfig
**nc_head;
54
struct
netconfig
**nc_curr;
110
struct
netconfig
*getnetconfig(void *);
111
struct
netconfig
*getnetconfigent(const char *);
112
void freenetconfigent(struct
netconfig
*);
116
struct
netconfig
*getnetpath(void *)
[
all
...]
/src/lib/libc/rpc/
getnetpath.c
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 network
[
all
...]
getnetconfig.c
52
#include <
netconfig
.h>
71
* system network configuration database, /etc/
netconfig
. In addition to the
72
*
netconfig
database and the routines for accessing it, the environment
79
*
netconfig
errors
85
#define NC_BADFILE EBADF /* format for
netconfig
file is bad */
88
* semantics as strings (should be in
netconfig
.h)
96
* flags as characters (also should be in
netconfig
.h)
108
"
Netconfig
database not found",
111
"
Netconfig
database has invalid format"
122
char *linep; /* hold line read from
netconfig
*/
[
all
...]
rpc_generic.c
64
#include <
netconfig
.h>
80
int nflag; /* Whether NETPATH or
NETCONFIG
*/
252
struct
netconfig
*
260
struct
netconfig
*dummy;
278
struct
netconfig
*nconf;
282
syslog (LOG_ERR, "rpc: failed to open "
NETCONFIG
);
364
syslog (LOG_ERR, "rpc: failed to open "
NETCONFIG
);
379
* Returns the next
netconfig
struct for the given "net" type.
382
struct
netconfig
*
386
struct
netconfig
*nconf
[
all
...]
rpcb_clnt.c
64
#include <
netconfig
.h>
114
static CLIENT *getclnthandle(const char *, const struct
netconfig
*, char **);
116
static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct
netconfig
*);
305
getclnthandle(const char *host, const struct
netconfig
*nconf, char **targaddr)
434
static struct
netconfig
*loopnconf;
444
* the
netconfig
file.
477
struct
netconfig
*nconf, *tmpnconf = NULL;
483
/* fails to open
netconfig
file */
484
syslog (LOG_ERR, "rpc: failed to open "
NETCONFIG
);
533
const struct
netconfig
*nconf, /* Network structure of transport *
[
all
...]
Completed in 13 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025