HomeSort by: relevance | last modified time | path
    Searched defs:hp_hdr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rbootd/
rmp.h 75 struct hp_hdr { struct
rmp_var.h 85 #define RMPDATALEN (RMP_MAX_PACKET - (sizeof(struct hp_hdr) + \
97 #define RMPBOOTSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \
99 #define RMPREADSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \
102 #define RMPDONESIZE (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \
222 struct hp_hdr hp_hdr; member in struct:rmp_packet

Completed in 17 milliseconds