HomeSort by: relevance | last modified time | path
    Searched refs:RMPCONN (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/rbootd/
defs.h 122 } RMPCONN;
145 extern RMPCONN *RmpConns; /* list of active connections */
149 void AddConn(RMPCONN *);
150 int BootDone(RMPCONN *);
154 int BpfRead(RMPCONN *, int);
155 int BpfWrite(RMPCONN *);
158 void DispPkt(RMPCONN *, int);
162 CLIENT *FindClient(RMPCONN *);
163 RMPCONN *FindConn(RMPCONN *);
    [all...]
utils.c 68 ** DispPkt -- Display the contents of an RMPCONN packet.
81 DispPkt(RMPCONN *rconn, int direct)
343 ** To save time, NewConn and FreeConn maintain a cache of one RMPCONN
347 static RMPCONN *LastFree = NULL;
350 ** NewConn -- allocate memory for a new RMPCONN connection.
356 ** Ptr to new RMPCONN or NULL if we ran out of memory.
359 ** - Memory may be malloc'd for the new RMPCONN (if not cached).
362 RMPCONN *
363 NewConn(RMPCONN *rconn)
365 RMPCONN *rtmp
    [all...]
conf.c 89 RMPCONN *RmpConns = NULL; /* list of active connections */
rmpproto.c 88 ProcessPacket(RMPCONN *rconn, CLIENT *client)
91 RMPCONN *rconnout;
176 SendServerID(RMPCONN *rconn)
227 SendFileNo(struct rmp_packet *req, RMPCONN *rconn, char *filelist[])
287 SendBootRepl(struct rmp_packet *req, RMPCONN *rconn, char *filelist[])
291 RMPCONN *oldconn;
402 SendReadRepl(RMPCONN *rconn)
405 RMPCONN *oldconn;
519 BootDone(RMPCONN *rconn)
521 RMPCONN *oldconn
    [all...]
rbootd.c 221 RMPCONN rconn;
273 RMPCONN *rtmp;
308 FindClient(RMPCONN *rconn)
bpf.c 283 BpfRead(RMPCONN *rconn, int doread)
348 BpfWrite(RMPCONN *rconn)

Completed in 53 milliseconds