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

  /src/usr.sbin/rbootd/
rmpproto.c 132 case RMP_BOOT_REPL: /* boot reply (not valid) */
187 rpl->r_brpl.rmp_type = RMP_BOOT_REPL;
240 rpl->r_brpl.rmp_type = RMP_BOOT_REPL;
311 rpl->r_brpl.rmp_type = RMP_BOOT_REPL;
435 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session):
539 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session):
rmp_var.h 50 #define RMP_BOOT_REPL 129 /* boot reply packet */
98 sizeof(struct rmp_boot_repl) + s - sizeof(restofpkt))
187 struct rmp_boot_repl { /* boot reply */ struct
188 u_int8_t rmp_type; /* packet type (RMP_BOOT_REPL) */
226 struct rmp_boot_repl rmp_brpl; /* boot reply */
utils.c 146 case RMP_BOOT_REPL: /* boot reply */

Completed in 12 milliseconds