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

/freebsd-12-stable/libexec/rbootd/
H A Drmp_var.h88 sizeof(struct hp_llc)))
99 #define RMPBOOTSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \
101 #define RMPREADSIZE(s) (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \
104 #define RMPDONESIZE (sizeof(struct hp_hdr) + sizeof(struct hp_llc) + \
223 struct hp_llc hp_llc; member in struct:rmp_packet
H A Drmp.h88 struct hp_llc { struct
H A Dutils.c117 rmp->hp_llc.dsap, rmp->hp_llc.ssap, ntohs(rmp->hp_llc.cntrl));
121 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.c571 rconn->rmp.hp_llc.dxsap = htons(HPEXT_SXSAP);
572 rconn->rmp.hp_llc.sxsap = htons(HPEXT_DXSAP);

Completed in 50 milliseconds