Home
last modified time | relevance | path

Searched refs:RMPCONN (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/rbootd/
H A Ddefs.h106 } RMPCONN; typedef
132 void AddConn(RMPCONN *);
133 int BootDone(RMPCONN *);
136 int BpfRead(RMPCONN *, int);
137 int BpfWrite(RMPCONN *);
141 RMPCONN *FindConn(RMPCONN *);
143 void FreeConn(RMPCONN *);
148 RMPCONN *NewConn(RMPCONN *);
153 void RemoveConn(RMPCONN *);
156 int SendPacket(RMPCONN *);
[all …]
H A Dutils.c327 static RMPCONN *LastFree = NULL;
342 RMPCONN *
343 NewConn(RMPCONN *rconn) in NewConn()
345 RMPCONN *rtmp; in NewConn()
383 FreeConn(RMPCONN *rtmp) in FreeConn()
419 RMPCONN *rtmp; in FreeConns()
449 AddConn(RMPCONN *rconn) in AddConn()
475 RMPCONN *
476 FindConn(RMPCONN *rconn) in FindConn()
478 RMPCONN *rtmp; in FindConn()
[all …]
H A Drmpproto.c79 ProcessPacket(RMPCONN *rconn, CLIENT *client) in ProcessPacket()
82 RMPCONN *rconnout; in ProcessPacket()
164 SendServerID(RMPCONN *rconn) in SendServerID()
215 SendFileNo(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) in SendFileNo()
275 SendBootRepl(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) in SendBootRepl()
279 RMPCONN *oldconn; in SendBootRepl()
390 SendReadRepl(RMPCONN *rconn) in SendReadRepl()
393 RMPCONN *oldconn; in SendReadRepl()
507 BootDone(RMPCONN *rconn) in BootDone()
509 RMPCONN *oldconn; in BootDone()
[all …]
H A Drbootd.c78 CLIENT *FindClient(RMPCONN *);
229 RMPCONN rconn; in main()
276 RMPCONN *rtmp; in DoTimeout()
310 FindClient(RMPCONN *rconn) in FindClient()
H A Dconf.c80 RMPCONN *RmpConns = NULL; /* list of active connections */
H A Dbpf.c316 BpfRead(RMPCONN *rconn, int doread) in BpfRead()
380 BpfWrite(RMPCONN *rconn) in BpfWrite()