Searched refs:maxreq (Results 1 – 4 of 4) sorted by relevance
70 uint32_t maxreq; in p9p_handshake() local84 p9pbuf_put_4(pb, p9p->maxreq); in p9p_handshake()98 if (p9pbuf_get_4(pb, &maxreq)) in p9p_handshake()100 if (maxreq < P9P_MINREQLEN) in p9p_handshake()102 "%d vs. %d", P9P_MINREQLEN, maxreq); in p9p_handshake()103 p9p->maxreq = maxreq; in p9p_handshake()
105 size_t maxreq; /* negotiated with server */ member
345 p9pbuf_put_4(pb, MIN((uint32_t)*resid,p9p->maxreq-24)); in puffs9p_node_read()386 chunk = MIN(*resid, p9p->maxreq-32); in puffs9p_node_write()
253 p9p.maxreq = P9P_DEFREQLEN; in main()