Searched refs:hp_llc (Results 1 – 5 of 5) sorted by relevance
/freebsd/libexec/rbootd/ |
H A D | rmp_var.h | 84 sizeof(struct hp_llc))) 95 #define RMPBOOTSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \ 97 #define RMPREADSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \ 100 #define RMPDONESIZE (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \ 219 struct hp_llc hp_llc; member
|
H A D | utils.c | 107 rmp->hp_llc.dsap, rmp->hp_llc.ssap, ntohs(rmp->hp_llc.cntrl)); in DispPkt() 111 ntohs(rmp->hp_llc.dxsap), ntohs(rmp->hp_llc.sxsap)); in DispPkt()
|
H A D | bpf.c | 169 { BPF_LD|BPF_B|BPF_ABS, 0, 0, (long)&RMP->hp_llc.dsap }, in BpfOpen() 171 { BPF_LD|BPF_H|BPF_ABS, 0, 0, (long)&RMP->hp_llc.cntrl }, in BpfOpen() 173 { BPF_LD|BPF_H|BPF_ABS, 0, 0, (long)&RMP->hp_llc.dxsap }, in BpfOpen()
|
H A D | rmp.h | 84 struct hp_llc { struct
|
H A D | rmpproto.c | 561 rconn->rmp.hp_llc.dxsap = htons(HPEXT_SXSAP); in SendPacket() 562 rconn->rmp.hp_llc.sxsap = htons(HPEXT_DXSAP); in SendPacket()
|