Home
last modified time | relevance | path

Searched refs:rmp_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/rbootd/
H A Drmp_var.h168 u_int8_t rmp_type; /* packet type */ member
173 u_int8_t rmp_type; /* packet type (RMP_BOOT_REQ) */ member
184 u_int8_t rmp_type; /* packet type (RMP_BOOT_REPL) */ member
194 u_int8_t rmp_type; /* packet type (RMP_READ_REQ) */ member
202 u_int8_t rmp_type; /* packet type (RMP_READ_REPL) */ member
211 u_int8_t rmp_type; /* packet type (RMP_BOOT_DONE) */ member
234 #define r_type rmp_proto.rmp_raw.rmp_type
H A Drmpproto.c177 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendServerID()
230 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendFileNo()
301 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendBootRepl()
474 rpl->r_rrpl.rmp_type = RMP_READ_REPL; in SendReadRepl()