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

  /src/usr.sbin/rbootd/
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
rmp.h 75 struct hp_hdr { struct
rmpproto.c 572 memmove((char *)&rconn->rmp.hp_hdr.daddr[0],
573 (char *)&rconn->rmp.hp_hdr.saddr[0], RMP_ADDRLEN);
574 rconn->rmp.hp_hdr.len = htons(rconn->rmplen - sizeof(struct hp_hdr));
defs.h 98 * Using `rmp.hp_hdr.saddr' works because this field is *never* changed;
101 #define EnetStr(rptr) GetEtherAddr(&(rptr)->rmp.hp_hdr.saddr[0])
utils.c 501 if (memcmp((char *)&rconn->rmp.hp_hdr.saddr[0],
502 (char *)&rtmp->rmp.hp_hdr.saddr[0], RMP_ADDRLEN) == 0)
rbootd.c 313 if (memcmp((char *)&rconn->rmp.hp_hdr.saddr[0],

Completed in 14 milliseconds