Searched refs:fsid_code (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | parsenfsfh.c | 258 fsidp->fsid_code = 0; in Parse_fh() 269 fsidp->fsid_code = 0; in Parse_fh() 278 fsidp->fsid_code = make_uint32(fhp[7], fhp[6], fhp[5], fhp[4]); in Parse_fh() 293 fsidp->fsid_code = 0; in Parse_fh() 304 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh() 326 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh() 339 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh() 348 fsidp->fsid_code = 0; in Parse_fh() 373 fsidp->fsid_code = 0; in Parse_fh() 390 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh() [all …]
|
D | nfsfh.h | 60 uint32_t fsid_code; member 63 #define fsid_eq(a,b) ((a.fsid_code == b.fsid_code) &&\
|