Home
last modified time | relevance | path

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

/freebsd/libexec/rbootd/
H A Drmpproto.c87 if ((rconnout = NewConn(rconn)) == NULL) in ProcessPacket()
397 if ((oldconn = NewConn(rconn)) == NULL) in SendReadRepl()
H A Ddefs.h169 RMPCONN *NewConn(RMPCONN *);
H A Dutils.c354 NewConn(RMPCONN *rconn) in NewConn() function