Searched refs:hp_hdr (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.sbin/rbootd/ |
H A D | rmp_var.h | 86 #define RMPDATALEN (RMP_MAX_PACKET - (sizeof(struct hp_hdr) + \ 98 #define RMPBOOTSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \ 100 #define RMPREADSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \ 103 #define RMPDONESIZE (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \ 221 struct hp_hdr hp_hdr; member
|
H A D | rmpproto.c | 560 bcopy((char *)&rconn->rmp.hp_hdr.saddr[0], in SendPacket() 561 (char *)&rconn->rmp.hp_hdr.daddr[0], RMP_ADDRLEN); in SendPacket() 562 rconn->rmp.hp_hdr.len = htons(rconn->rmplen - sizeof(struct hp_hdr)); in SendPacket()
|
H A D | rmp.h | 76 struct hp_hdr { struct
|
H A D | bpf.c | 169 { BPF_LD|BPF_H|BPF_ABS, 0, 0, RMP(hp_hdr.len) }, in BpfOpen() 184 { BPF_LD|BPF_H|BPF_ABS, 0, 0, RMP(hp_hdr.len) }, in BpfOpen()
|
H A D | utils.c | 481 if (bcmp((char *)&rconn->rmp.hp_hdr.saddr[0], in FindConn() 482 (char *)&rtmp->rmp.hp_hdr.saddr[0], RMP_ADDRLEN) == 0) in FindConn()
|
H A D | defs.h | 85 #define EnetStr(rptr) GetEtherAddr(&(rptr)->rmp.hp_hdr.saddr[0])
|
H A D | rbootd.c | 315 if (bcmp((char *)&rconn->rmp.hp_hdr.saddr[0], in FindClient()
|