Home
last modified time | relevance | path

Searched refs:hp_llc (Results 1 – 5 of 5) sorted by relevance

/dragonfly/libexec/rbootd/
H A Drmp_var.h84 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) + \
205 struct hp_llc hp_llc; member
H A Dutils.c109 rmp->hp_llc.dsap, rmp->hp_llc.ssap, ntohs(rmp->hp_llc.cntrl)); in DispPkt()
113 ntohs(rmp->hp_llc.dxsap), ntohs(rmp->hp_llc.sxsap)); in DispPkt()
H A Dbpf.c167 { BPF_LD|BPF_B|BPF_ABS, 0, 0, (long)&RMP->hp_llc.dsap }, in BpfOpen()
169 { BPF_LD|BPF_H|BPF_ABS, 0, 0, (long)&RMP->hp_llc.cntrl }, in BpfOpen()
171 { BPF_LD|BPF_H|BPF_ABS, 0, 0, (long)&RMP->hp_llc.dxsap }, in BpfOpen()
H A Drmp.h84 struct hp_llc { struct
H A Drmpproto.c565 rconn->rmp.hp_llc.dxsap = htons(HPEXT_SXSAP); in SendPacket()
566 rconn->rmp.hp_llc.sxsap = htons(HPEXT_DXSAP); in SendPacket()