Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dkrpc_subr.c132 #define REPLY_SIZE 24 /* xid, dir, astat, rpu_ok */ macro
532 if (mbuf_len(m) < REPLY_SIZE) { in krpc_call()