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

/freebsd-10-stable/libexec/rbootd/
H A Dbpf.c140 * grab our RMP address. If this fails, try promiscuous mode.
141 * If this fails, there's no way we are going to get any RMP
171 * Write a little program to snarf RMP Boot packets and stuff
175 #define RMP ((struct rmp_packet *)0) macro
177 { BPF_LD|BPF_B|BPF_ABS, 0, 0, (long)&RMP->hp_llc.dsap },
179 { BPF_LD|BPF_H|BPF_ABS, 0, 0, (long)&RMP->hp_llc.cntrl },
181 { BPF_LD|BPF_H|BPF_ABS, 0, 0, (long)&RMP->hp_llc.dxsap },
186 #undef RMP macro

Completed in 49 milliseconds