Home
last modified time | relevance | path

Searched refs:rmp_packet (Results 1 – 5 of 5) sorted by relevance

/freebsd/libexec/rbootd/
H A Drmpproto.c80 struct rmp_packet *rmp; in ProcessPacket()
168 struct rmp_packet *rpl; in SendServerID()
217 SendFileNo(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) in SendFileNo()
219 struct rmp_packet *rpl; in SendFileNo()
277 SendBootRepl(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) in SendBootRepl()
282 struct rmp_packet *rpl; in SendBootRepl()
388 struct rmp_packet *rpl, *req; in SendReadRepl()
504 struct rmp_packet *rpl; in BootDone()
H A Ddefs.h115 struct rmp_packet rmp; /* RMP packet */
176 int SendBootRepl(struct rmp_packet *, RMPCONN *, char *[]);
177 int SendFileNo(struct rmp_packet *, RMPCONN *, char *[]);
H A Dbpf.c167 #define RMP ((struct rmp_packet *)0) in BpfOpen()
323 else if (caplen > sizeof(struct rmp_packet)) in BpfRead()
H A Drmp_var.h217 struct rmp_packet { struct
H A Dutils.c77 struct rmp_packet *rmp; in DispPkt()