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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c742 * maximum of "dst_length", and returns the new value of "src" so that a
746 * 1. The source data runs out before extracting "dst_length" bytes:
748 * 2. The source data produces exactly "dst_length" bytes:
750 * 3. "dst_length" bytes are extracted, with more remaining.
759 static __u8 *UnStuffData(__u8 *src, __u8 *end, __u8 *dst, __u32 dst_length) argument
761 __u8 *dst_end = dst + dst_length;
763 if (!src || !end || !dst || !dst_length)

Completed in 189 milliseconds