Searched refs:Opaque_Handle (Results 1 – 4 of 4) sorted by relevance
425 for (i = 0; i < len*4 && i*2 < sizeof(fsidp->Opaque_Handle) - 1; i++) in Parse_fh()426 (void)snprintf(&(fsidp->Opaque_Handle[i*2]), 3, "%.2X", fhp[i]); in Parse_fh()427 fsidp->Opaque_Handle[i*2] = '\0'; in Parse_fh()
59 char Opaque_Handle[2 * 32 + 1]; member
832 ND_PRINT((ndo, "%s", fsid.Opaque_Handle)); in nfs_printfh()
217 NFS: Don't overflow the Opaque_Handle buffer (Fix a segmentation fault)