Home
last modified time | relevance | path

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

/freebsd/sys/nfs/
H A Dbootp_subr.c1119 int alignedlen; in xdr_opaque_decode() local
1122 alignedlen = ( len + 3 ) & ~3; in xdr_opaque_decode()
1124 if (m->m_len < alignedlen) { in xdr_opaque_decode()
1125 m = m_pullup(m, alignedlen); in xdr_opaque_decode()
1132 m_adj(m, alignedlen); in xdr_opaque_decode()