Lines Matching refs:noffset
1940 size_t noffset;
1994 noffset = ieee80211_ie_split(ie, ie_len,
1998 if (end - pos < noffset - *offset)
2000 memcpy(pos, ie + *offset, noffset - *offset);
2001 pos += noffset - *offset;
2002 *offset = noffset;
2037 noffset = ieee80211_ie_split(ie, ie_len,
2040 if (end - pos < noffset - *offset)
2042 memcpy(pos, ie + *offset, noffset - *offset);
2043 pos += noffset - *offset;
2044 *offset = noffset;
2069 noffset = ieee80211_ie_split(ie, ie_len,
2072 if (end - pos < noffset - *offset)
2074 memcpy(pos, ie + *offset, noffset - *offset);
2075 pos += noffset - *offset;
2076 *offset = noffset;
2107 noffset = ieee80211_ie_split(ie, ie_len,
2110 if (end - pos < noffset - *offset)
2112 memcpy(pos, ie + *offset, noffset - *offset);
2113 pos += noffset - *offset;
2114 *offset = noffset;