Searched refs:NewConn (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/libexec/rbootd/
H A Ddefs.h173 RMPCONN *NewConn(RMPCONN *);
H A Drmpproto.c97 if ((rconnout = NewConn(rconn)) == NULL)
407 if ((oldconn = NewConn(rconn)) == NULL)
H A Dutils.c344 ** To save time, NewConn and FreeConn maintain a cache of one RMPCONN
351 ** NewConn -- allocate memory for a new RMPCONN connection.
364 NewConn(RMPCONN *rconn) function
370 syslog(LOG_ERR, "NewConn: out of memory (%s)",

Completed in 47 milliseconds