Searched refs:make_uint32 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dparsenfsfh.c93 #define make_uint32(msb,b,c,lsb)\ macro
269 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
281 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]);
289 fsidp->fsid_code = make_uint32(fhp[7], fhp[6], fhp[5], fhp[4]);
292 temp = make_uint32(fhp[3], fhp[2], fhp[1], fhp[0]);
296 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]);
307 temp = make_uint32(fhp[8], fhp[9], fhp[10], fhp[11]);
317 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]);
319 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
340 fsidp->fsid_code = make_uint32(fh
[all...]

Completed in 118 milliseconds