Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rbootd/
H A Drmp_var.h171 u_int8_t rmp_type; /* packet type */ member
176 u_int8_t rmp_type; /* packet type (RMP_BOOT_REQ) */ member
187 u_int8_t rmp_type; /* packet type (RMP_BOOT_REPL) */ member
197 u_int8_t rmp_type; /* packet type (RMP_READ_REQ) */ member
205 u_int8_t rmp_type; /* packet type (RMP_READ_REPL) */ member
214 u_int8_t rmp_type; /* packet type (RMP_BOOT_DONE) */ member
237 #define r_type rmp_proto.rmp_raw.rmp_type
H A Drmpproto.c175 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendServerID()
228 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendFileNo()
299 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendBootRepl()
480 rpl->r_rrpl.rmp_type = RMP_READ_REPL; in SendReadRepl()
H A Dbpf.c200 RMP(rmp_proto.rmp_raw.rmp_type) }, in BpfOpen()