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

/netbsd-6-1-5-RELEASE/usr.sbin/rbootd/
H A Drmp_var.h86 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 in struct:rmp_packet
H A Drmp.h86 struct hp_llc { struct
H A Dutils.c119 rmp->hp_llc.dsap, rmp->hp_llc.ssap, ntohs(rmp->hp_llc.cntrl));
123 ntohs(rmp->hp_llc.dxsap), ntohs(rmp->hp_llc.sxsap));
H A Dbpf.c179 { BPF_LD|BPF_B|BPF_ABS, 0, 0, (long)&RMP->hp_llc.dsap },
181 { BPF_LD|BPF_H|BPF_ABS, 0, 0, (long)&RMP->hp_llc.cntrl },
183 { BPF_LD|BPF_H|BPF_ABS, 0, 0, (long)&RMP->hp_llc.dxsap },
H A Drmpproto.c591 rconn->rmp.hp_llc.dxsap = htons(HPEXT_SXSAP);
592 rconn->rmp.hp_llc.sxsap = htons(HPEXT_DXSAP);

Completed in 58 milliseconds