Home
last modified time | relevance | path

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

/original-bsd/libexec/rbootd/
H A Ddefs.h148 RMPCONN *NewConn __P((RMPCONN *));
H A Drmpproto.c70 if ((rconnout = NewConn(rconn)) == NULL)
386 if ((oldconn = NewConn(rconn)) == NULL)
H A Dutils.c344 NewConn(rconn) in NewConn() function