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

/freebsd-13-stable/libexec/rbootd/
H A Dbpf.c142 * grab our RMP address. If this fails, try promiscuous mode.
143 * If this fails, there's no way we are going to get any RMP
173 * Write a little program to snarf RMP Boot packets and stuff
177 #define RMP ((struct rmp_packet *)0) macro
179 { 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 },
188 #undef RMP macro

Completed in 92 milliseconds