Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dparsenfsfh.c351 uint32_t tempa[4]; /* at least 16 bytes, maybe more */ in Parse_fh() local
353 memset((char *)tempa, 0, sizeof(tempa)); in Parse_fh()
354 memcpy((char *)tempa, (const char *)fh, 14); /* ensure alignment */ in Parse_fh()
355 fsidp->Fsid_dev.Minor = tempa[0] + (tempa[1]<<1); in Parse_fh()
356 fsidp->Fsid_dev.Major = tempa[2] + (tempa[3]<<1); in Parse_fh()