Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcpdump/
H A Dparsenfsfh.c86 #define make_uint32(msb,b,c,lsb)\ macro
267 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh()
278 *inop = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]); in Parse_fh()
288 temp = make_uint32(fhp[3], fhp[2], fhp[1], fhp[0]); in Parse_fh()
292 *inop = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]); in Parse_fh()
302 *inop = make_uint32(fhp[8], fhp[9], fhp[10], fhp[11]); in Parse_fh()
313 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh()
335 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh()
348 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh()
359 temp = make_uint32(fhp[7], fhp[6], fhp[5], fhp[4]); in Parse_fh()
[all …]