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

/freebsd-11-stable/contrib/tcpdump/
H A Dparsenfsfh.c92 #define make_uint16(msb,lsb)\ macro
309 fsidp->Fsid_dev.Minor = make_uint16(fhp[2], fhp[3]);
310 fsidp->Fsid_dev.Major = make_uint16(fhp[0], fhp[1]);
342 temp = make_uint16(fhp[0], fhp[1]);
395 fsidp->Fsid_dev.Minor = make_uint16(fhp[2], fhp[3]);
396 fsidp->Fsid_dev.Major = make_uint16(fhp[0], fhp[1]);

Completed in 139 milliseconds