Searched refs:fsid_code (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | parsenfsfh.c | 265 fsidp->fsid_code = 0; in Parse_fh() 276 fsidp->fsid_code = 0; in Parse_fh() 285 fsidp->fsid_code = make_uint32(fhp[7], fhp[6], fhp[5], fhp[4]); in Parse_fh() 300 fsidp->fsid_code = 0; in Parse_fh() 311 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh() 333 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh() 346 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh() 355 fsidp->fsid_code = 0; in Parse_fh() 380 fsidp->fsid_code = 0; in Parse_fh() 397 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) &&\
|