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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_nsp_in.c169 * @follow_on: Check that this many bytes exist beyond the end of the image data
173 static inline int dn_check_idf(unsigned char **pptr, int *len, unsigned char max, unsigned char follow_on) argument
181 if ((flen + follow_on) > *len)

Completed in 47 milliseconds