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

/freebsd-11-stable/libexec/rbootd/
H A Ddefs.h171 RMPCONN *NewConn(RMPCONN *);
H A Drmpproto.c95 if ((rconnout = NewConn(rconn)) == NULL)
405 if ((oldconn = NewConn(rconn)) == NULL)
H A Dutils.c342 ** To save time, NewConn and FreeConn maintain a cache of one RMPCONN
349 ** NewConn -- allocate memory for a new RMPCONN connection.
362 NewConn(RMPCONN *rconn) function
368 syslog(LOG_ERR, "NewConn: out of memory (%s)",

Completed in 255 milliseconds