Home
last modified time | relevance | path

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

/freebsd/libexec/rbootd/
H A Ddefs.h120 } RMPCONN; typedef
144 extern RMPCONN *RmpConns; /* list of active connections */
148 void AddConn(RMPCONN *);
149 int BootDone(RMPCONN *);
153 int BpfRead(RMPCONN *, int);
154 int BpfWrite(RMPCONN *);
157 void DispPkt(RMPCONN *, int);
161 CLIENT *FindClient(RMPCONN *);
162 RMPCONN *FindConn(RMPCONN *);
164 void FreeConn(RMPCONN *);
[all …]
H A Dutils.c71 DispPkt(RMPCONN *rconn, int direct) in DispPkt()
338 static RMPCONN *LastFree = NULL;
353 RMPCONN *
354 NewConn(RMPCONN *rconn) in NewConn()
356 RMPCONN *rtmp; in NewConn()
359 if ((rtmp = (RMPCONN *) malloc(sizeof(RMPCONN))) == NULL) { in NewConn()
373 memmove((char *)rtmp, (char *)rconn, sizeof(RMPCONN)); in NewConn()
394 FreeConn(RMPCONN *rtmp) in FreeConn()
430 RMPCONN *rtmp; in FreeConns()
460 AddConn(RMPCONN *rconn) in AddConn()
[all …]
H A Drmpproto.c78 ProcessPacket(RMPCONN *rconn, CLIENT *client) in ProcessPacket()
81 RMPCONN *rconnout; in ProcessPacket()
166 SendServerID(RMPCONN *rconn) in SendServerID()
217 SendFileNo(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) in SendFileNo()
277 SendBootRepl(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) in SendBootRepl()
281 RMPCONN *oldconn; in SendBootRepl()
384 SendReadRepl(RMPCONN *rconn) in SendReadRepl()
387 RMPCONN *oldconn; in SendReadRepl()
501 BootDone(RMPCONN *rconn) in BootDone()
503 RMPCONN *oldconn; in BootDone()
[all …]
H A Drbootd.c235 RMPCONN rconn; in main()
294 RMPCONN *rtmp; in DoTimeout()
328 FindClient(RMPCONN *rconn) in FindClient()
H A Dconf.c79 RMPCONN *RmpConns = NULL; /* list of active connections */
H A Dbpf.c289 BpfRead(RMPCONN *rconn, int doread) in BpfRead()
353 BpfWrite(RMPCONN *rconn) in BpfWrite()