Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/tcpdump/
H A Dparsenfsfh.c215 fsidp->fsid_code = 0; in Parse_fh()
225 fsidp->fsid_code = make_uint32(fhp[7], fhp[6], fhp[5], fhp[4]); in Parse_fh()
241 fsidp->fsid_code = 0; in Parse_fh()
253 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh()
270 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh()
284 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh()
294 fsidp->fsid_code = 0; in Parse_fh()
319 fsidp->fsid_code = 0; in Parse_fh()
336 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh()
349 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]); in Parse_fh()
[all …]
H A Dnfsfh.h61 u_int32_t fsid_code; member
64 #define fsid_eq(a,b) ((a.fsid_code == b.fsid_code) &&\