Searched refs:hp_llc (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/usr.sbin/rbootd/ |
| D | rmp_var.h | 86 sizeof(struct hp_llc))) 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) + \ 223 struct hp_llc hp_llc; member
|
| D | utils.c | 117 rmp->hp_llc.dsap, rmp->hp_llc.ssap, ntohs(rmp->hp_llc.cntrl)); in DispPkt() 121 ntohs(rmp->hp_llc.dxsap), ntohs(rmp->hp_llc.sxsap)); in DispPkt()
|
| D | bpf.c | 179 { BPF_LD|BPF_B|BPF_ABS, 0, 0, (long)&RMP->hp_llc.dsap }, in BpfOpen() 181 { BPF_LD|BPF_H|BPF_ABS, 0, 0, (long)&RMP->hp_llc.cntrl }, in BpfOpen() 183 { BPF_LD|BPF_H|BPF_ABS, 0, 0, (long)&RMP->hp_llc.dxsap }, in BpfOpen()
|
| D | rmp.h | 86 struct hp_llc { struct
|
| D | rmpproto.c | 579 rconn->rmp.hp_llc.dxsap = htons(HPEXT_SXSAP); in SendPacket() 580 rconn->rmp.hp_llc.sxsap = htons(HPEXT_DXSAP); in SendPacket()
|