Lines Matching defs:hdrspace
67 int hdrspace;
90 hdrspace = ieee80211_hdrspace(ic, wh); /* optimize */
217 hdrspace = ieee80211_hdrspace(ic, wh);
218 if (len < hdrspace) {
220 "data too short: expecting %u", hdrspace);
293 key = ieee80211_crypto_decap(ic, mp, hdrspace);
320 mp = ieee80211_defrag(ic, in, mp, hdrspace);
380 hdrspace = ieee80211_hdrspace(ic, wh);
381 key = ieee80211_crypto_decap(ic, mp, hdrspace);
427 int hdrspace)
499 (void) adjmsg(mp, hdrspace);