Home
last modified time | relevance | path

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

/dragonfly/libexec/rbootd/
H A Ddefs.h122 } RMPCONN; typedef
150 void AddConn (RMPCONN *);
151 int BootDone (RMPCONN *);
155 int BpfRead (RMPCONN *, int);
156 int BpfWrite (RMPCONN *);
164 RMPCONN *FindConn (RMPCONN *);
166 void FreeConn (RMPCONN *);
171 RMPCONN *NewConn (RMPCONN *);
177 void RemoveConn (RMPCONN *);
180 int SendPacket (RMPCONN *);
[all …]
H A Dutils.c355 RMPCONN *
356 NewConn(RMPCONN *rconn) in NewConn()
358 RMPCONN *rtmp; in NewConn()
361 if ((rtmp = (RMPCONN *) malloc(sizeof(RMPCONN))) == NULL) { in NewConn()
396 FreeConn(RMPCONN *rtmp) in FreeConn()
432 RMPCONN *rtmp; in FreeConns()
462 AddConn(RMPCONN *rconn) in AddConn()
488 RMPCONN *
489 FindConn(RMPCONN *rconn) in FindConn()
491 RMPCONN *rtmp; in FindConn()
[all …]
H A Drmpproto.c80 ProcessPacket(RMPCONN *rconn, CLIENT *client) in ProcessPacket()
83 RMPCONN *rconnout; in ProcessPacket()
168 SendServerID(RMPCONN *rconn) in SendServerID()
219 SendFileNo(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) in SendFileNo()
279 SendBootRepl(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) in SendBootRepl()
283 RMPCONN *oldconn; in SendBootRepl()
388 SendReadRepl(RMPCONN *rconn) in SendReadRepl()
391 RMPCONN *oldconn; in SendReadRepl()
505 BootDone(RMPCONN *rconn) in BootDone()
507 RMPCONN *oldconn; in BootDone()
[all …]
H A Drbootd.c238 RMPCONN rconn; in main()
297 RMPCONN *rtmp; in DoTimeout()
332 FindClient(RMPCONN *rconn) in FindClient()
H A Dconf.c83 RMPCONN *RmpConns = NULL; /* list of active connections */
H A Dbpf.c287 BpfRead(RMPCONN *rconn, int doread) in BpfRead()
351 BpfWrite(RMPCONN *rconn) in BpfWrite()