HomeSort by: relevance | last modified time | path
    Searched defs:whf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net80211/
ieee80211_output.c 916 struct ieee80211_frame *wh, *whf; local in function:ieee80211_fragment
955 whf = mtod(m, struct ieee80211_frame *);
956 memcpy(whf, wh, hdrsize);
957 *(u_int16_t *)&whf->i_seq[0] |= htole16(
978 whf->i_fc[1] &= ~IEEE80211_FC1_MORE_FRAG;
ieee80211_output.c 916 struct ieee80211_frame *wh, *whf; local in function:ieee80211_fragment
955 whf = mtod(m, struct ieee80211_frame *);
956 memcpy(whf, wh, hdrsize);
957 *(u_int16_t *)&whf->i_seq[0] |= htole16(
978 whf->i_fc[1] &= ~IEEE80211_FC1_MORE_FRAG;

Completed in 175 milliseconds