Searched refs:hp_hdr (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/libexec/rbootd/
H A Drmp_var.h87 #define RMPDATALEN (RMP_MAX_PACKET - (sizeof(struct hp_hdr) + \
99 #define RMPBOOTSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \
101 #define RMPREADSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \
104 #define RMPDONESIZE (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \
222 struct hp_hdr hp_hdr; member in struct:rmp_packet
H A Drmp.h77 struct hp_hdr { struct
H A Ddefs.h100 * Using `rmp.hp_hdr.saddr' works because this field is *never* changed;
103 #define EnetStr(rptr) GetEtherAddr(&(rptr)->rmp.hp_hdr.saddr[0])
H A Drmpproto.c564 memmove((char *)&rconn->rmp.hp_hdr.daddr[0],
565 (char *)&rconn->rmp.hp_hdr.saddr[0], RMP_ADDRLEN);
566 rconn->rmp.hp_hdr.len = htons(rconn->rmplen - sizeof(struct hp_hdr));
H A Dutils.c502 if (bcmp((char *)&rconn->rmp.hp_hdr.saddr[0],
503 (char *)&rtmp->rmp.hp_hdr.saddr[0], RMP_ADDRLEN) == 0)
H A Drbootd.c349 if (bcmp((char *)&rconn->rmp.hp_hdr.saddr[0],

Completed in 119 milliseconds