Searched refs:NLM_MAXCOOKIELEN (Results 1 – 8 of 8) sorted by relevance
25 #define NLM_MAXCOOKIELEN 32 macro54 unsigned char data[NLM_MAXCOOKIELEN];
57 else if(len<=NLM_MAXCOOKIELEN) in nlm4_decode_cookie()67 len, NLM_MAXCOOKIELEN); in nlm4_decode_cookie()
57 else if(len<=NLM_MAXCOOKIELEN) in nlm_decode_cookie()67 len, NLM_MAXCOOKIELEN); in nlm_decode_cookie()
30 #define NLM_cookie_sz (1+(NLM_MAXCOOKIELEN>>2))169 if (length > NLM_MAXCOOKIELEN) in decode_cookie()
34 #define NLM4_cookie_sz (1+(NLM_MAXCOOKIELEN>>2))172 if (length > NLM_MAXCOOKIELEN) in decode_cookie()
474 #define Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */
517 #define Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */
63 static char buf[2*NLM_MAXCOOKIELEN+1]; in nlmdbg_cookie2a()