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

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dparsenfsfh.c102 #define make_uint16(msb,lsb)\ macro
318 fsidp->Fsid_dev.Minor = make_uint16(fhp[2], fhp[3]);
319 fsidp->Fsid_dev.Major = make_uint16(fhp[0], fhp[1]);
353 temp = make_uint16(fhp[0], fhp[1]);
407 fsidp->Fsid_dev.Minor = make_uint16(fhp[2], fhp[3]);
408 fsidp->Fsid_dev.Major = make_uint16(fhp[0], fhp[1]);

Completed in 45 milliseconds