hh               3618 dev/ic/atw.c   	struct atw_frame *hh;
hh               3752 dev/ic/atw.c   		hh = mtod(m0, struct atw_frame *);
hh               3753 dev/ic/atw.c   		wh = &hh->atw_ihdr;
hh               3765 dev/ic/atw.c   			memcpy(hh->atw_dst, wh->i_addr3, IEEE80211_ADDR_LEN);
hh               3767 dev/ic/atw.c   			memcpy(hh->atw_dst, wh->i_addr1, IEEE80211_ADDR_LEN);
hh               3769 dev/ic/atw.c   		*(u_int16_t*)hh->atw_fc = *(u_int16_t*)wh->i_fc;
hh               3772 dev/ic/atw.c   		memset(&hh->u, 0, sizeof(hh->u));
hh               3774 dev/ic/atw.c   		hh->atw_rate = rate * 5;
hh               3779 dev/ic/atw.c   		hh->atw_service = IEEE80211_PLCP_SERVICE; /* XXX guess */
hh               3780 dev/ic/atw.c   		hh->atw_paylen = htole16(m0->m_pkthdr.len -
hh               3783 dev/ic/atw.c   		hh->atw_fragthr = htole16(ATW_FRAGTHR_FRAGTHR_MASK);
hh               3784 dev/ic/atw.c   		hh->atw_rtylmt = 3;
hh               3785 dev/ic/atw.c   		hh->atw_hdrctl = htole16(ATW_HDRCTL_UNKNOWN1);
hh               3788 dev/ic/atw.c   			hh->atw_hdrctl |= htole16(ATW_HDRCTL_WEP);
hh               3789 dev/ic/atw.c   			hh->atw_keyid = ic->ic_wep_txkey;
hh               3793 dev/ic/atw.c   		hh->atw_head_plcplen = htole16(txs->txs_d0.d_plcp_len);
hh               3794 dev/ic/atw.c   		hh->atw_tail_plcplen = htole16(txs->txs_dn.d_plcp_len);
hh               3796 dev/ic/atw.c   			hh->atw_head_plcplen |= htole16(0x8000);
hh               3798 dev/ic/atw.c   			hh->atw_tail_plcplen |= htole16(0x8000);
hh               3799 dev/ic/atw.c   		hh->atw_head_dur = htole16(txs->txs_d0.d_rts_dur);
hh               3800 dev/ic/atw.c   		hh->atw_tail_dur = htole16(txs->txs_dn.d_rts_dur);
hh               3803 dev/ic/atw.c   		if (IEEE80211_IS_MULTICAST(hh->atw_dst)) {
hh               3804 dev/ic/atw.c   			hh->atw_fragthr = htole16(ATW_FRAGTHR_FRAGTHR_MASK);
hh               3806 dev/ic/atw.c   			hh->atw_hdrctl |= htole16(ATW_HDRCTL_RTSCTS);
hh               3810 dev/ic/atw.c   		hh->atw_fragnum = 0;
hh               3815 dev/ic/atw.c   			    sc->sc_dev.dv_xname, ether_sprintf(hh->atw_dst),
hh               3816 dev/ic/atw.c   			    hh->atw_rate, hh->atw_service, hh->atw_paylen);
hh               3821 dev/ic/atw.c   			    sc->sc_dev.dv_xname, hh->atw_fc[0], hh->atw_fc[1],
hh               3822 dev/ic/atw.c   			    hh->atw_tail_plcplen, hh->atw_head_plcplen,
hh               3823 dev/ic/atw.c   			    hh->atw_tail_dur, hh->atw_head_dur);
hh               3827 dev/ic/atw.c   			    sc->sc_dev.dv_xname, hh->atw_hdrctl,
hh               3828 dev/ic/atw.c   			    hh->atw_fragthr, hh->atw_fragnum, hh->atw_rtylmt);
hh               3831 dev/ic/atw.c   			    sc->sc_dev.dv_xname, hh->atw_keyid);
hh                 47 lib/libsa/ctime.c 	int ss, mm, hh, wday, month, year;
hh                 54 lib/libsa/ctime.c 	hh = tt % 24;
hh                 73 lib/libsa/ctime.c 	    (int)tt, hh, mm, ss, year);