Home
last modified time | relevance | path

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

/external/tcpdump/
Dparsenfsfh.c115 register const unsigned char *fhp = fh; in Parse_fh() local
151 else if ((fhp[0] == 0) && (fhp[1] == 0)) { in Parse_fh()
154 if ((fhp[2] == 0) && (fhp[3] == 0)) { in Parse_fh()
164 if ((fhp[4] != 0) && (fhp[5] == 0) && in Parse_fh()
165 (fhp[8] == 12) && (fhp[9] == 0)) { in Parse_fh()
172 if ((fhp[4] == 0) && (fhp[5] == 8) && (fhp[6] == 0) && in Parse_fh()
173 (fhp[7] == 0)) { in Parse_fh()
190 if ((fhp[2] == 0) && (fhp[3] == 0)) { in Parse_fh()
197 if ((fhp[6] == 0) && (fhp[7] == 0)) { in Parse_fh()
201 else if ((fhp[21] == 0) && (fhp[23] == 0)) { in Parse_fh()
[all …]