Home
last modified time | relevance | path

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

/external/tcpdump/
Dparsenfsfh.c93 #define make_uint16(msb,lsb)\ macro
302 fsidp->Fsid_dev.Minor = make_uint16(fhp[2], fhp[3]); in Parse_fh()
303 fsidp->Fsid_dev.Major = make_uint16(fhp[0], fhp[1]); in Parse_fh()
335 temp = make_uint16(fhp[0], fhp[1]); in Parse_fh()
388 fsidp->Fsid_dev.Minor = make_uint16(fhp[2], fhp[3]); in Parse_fh()
389 fsidp->Fsid_dev.Major = make_uint16(fhp[0], fhp[1]); in Parse_fh()