Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c63 #define HDR_SIZE (256) macro
228 static uchar_t header[HDR_SIZE]; in nd_send_data()
252 if (!(mblk_p = esballoc(header, HDR_SIZE, BPRI_HI, &frnop))) { in nd_send_data()
257 xdrmem_create(xdrp, (caddr_t)header, HDR_SIZE, XDR_ENCODE); in nd_send_data()