gen_p80211_hostop
static struct block *gen_p80211_hostop(const u_char *, int);
return gen_p80211_hostop(eaddr, dir);
return gen_p80211_hostop(eaddr, (int)q.dir);
return gen_p80211_hostop(ebroadcast, Q_DST);
b0 = gen_p80211_hostop(lladdr, Q_SRC);
b1 = gen_p80211_hostop(lladdr, Q_DST);
b0 = gen_p80211_hostop(lladdr, Q_ADDR1);
b1 = gen_p80211_hostop(lladdr, Q_ADDR2);
b2 = gen_p80211_hostop(lladdr, Q_ADDR3);
b3 = gen_p80211_hostop(lladdr, Q_ADDR4);