Searched refs:UnStuffData (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c740 * UnStuffData decodes the data at "src", up to (but not including) "end".
747 * UnStuffData returns NULL to indicate failure.
749 * UnStuffData returns new_src = end to indicate that all bytes were consumed.
751 * UnStuffData returns new_src < end to indicate that there are more bytes
759 static __u8 *UnStuffData(__u8 *src, __u8 *end, __u8 *dst, __u32 dst_length) function
2072 ptr = UnStuffData(ptr, end, strip_info->rx_buff, 4);
2092 ptr = UnStuffData(ptr, end, strip_info->rx_buff+4, packetlen-4);
2116 ptr = UnStuffData(ptr, end, strip_info->rx_buff, 8);
2138 ptr = UnStuffData(ptr, end, strip_info->rx_buff+8, packetlen-8);

Completed in 35 milliseconds