HomeSort by: relevance | last modified time | path
    Searched refs:NewClient (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/rbootd/
defs.h 169 CLIENT *NewClient(u_int8_t *);
parseconf.c 151 if ((client = NewClient(addr)) == NULL) /* alloc new client */
utils.c 260 ** NewClient -- allocate memory for a new CLIENT.
273 NewClient(u_int8_t *addr)
278 syslog(LOG_ERR, "NewClient: out of memory (%s)",

Completed in 14 milliseconds