Searched refs:reqhdrsz (Results 1 – 2 of 2) sorted by relevance
582 node.version & 0xff, method2name(node.method), node.reqhdrsz, in nca_node()606 max = node.reqhdrsz; in nca_node()631 if (node.reqhdrsz > 0 && verbose) { in nca_node()632 if (mdb_vread(buf, node.reqhdrsz, (uintptr_t)node.reqhdr) == -1) in nca_node()637 printbuf((uint8_t *)buf, node.reqhdrsz); in nca_node()
402 int reqhdrsz; /* size of above */ member