Lines Matching refs:noffset
1783 size_t noffset;
1829 noffset = ieee80211_ie_split(ie, ie_len,
1833 if (end - pos < noffset - *offset)
1835 memcpy(pos, ie + *offset, noffset - *offset);
1836 pos += noffset - *offset;
1837 *offset = noffset;
1872 noffset = ieee80211_ie_split(ie, ie_len,
1875 if (end - pos < noffset - *offset)
1877 memcpy(pos, ie + *offset, noffset - *offset);
1878 pos += noffset - *offset;
1879 *offset = noffset;
1904 noffset = ieee80211_ie_split(ie, ie_len,
1907 if (end - pos < noffset - *offset)
1909 memcpy(pos, ie + *offset, noffset - *offset);
1910 pos += noffset - *offset;
1911 *offset = noffset;
1942 noffset = ieee80211_ie_split(ie, ie_len,
1945 if (end - pos < noffset - *offset)
1947 memcpy(pos, ie + *offset, noffset - *offset);
1948 pos += noffset - *offset;
1949 *offset = noffset;