Home
last modified time | relevance | path

Searched refs:NewClient (Results 1 – 3 of 3) sorted by relevance

/original-bsd/libexec/rbootd/
H A Ddefs.h147 CLIENT *NewClient __P((u_char *));
H A Dparseconf.c122 if ((client = NewClient(addr)) == NULL) /* alloc new client */ in ParseConfig()
H A Dutils.c251 NewClient(addr) in NewClient() function