Home
last modified time | relevance | path

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

/freebsd/libexec/rbootd/
H A Ddefs.h168 CLIENT *NewClient(u_int8_t *);
H A Dparseconf.c141 if ((client = NewClient(addr)) == NULL) /* alloc new client */ in ParseConfig()
H A Dutils.c263 NewClient(u_int8_t *addr) in NewClient() function