Home
last modified time | relevance | path

Searched refs:TAG_MAXLEN (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/nfs/
H A Dbootp_subr.c164 #define TAG_MAXLEN 1024 macro
166 char buf[TAG_MAXLEN + 1];
1277 if (tctx->taglen + len > TAG_MAXLEN) { in bootpc_tag_helper()