Searched refs:inop (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | parsenfsfh.c | 110 uint32_t *inop, in Parse_fh() argument 260 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh() 271 *inop = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]); in Parse_fh() 285 *inop = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]); in Parse_fh() 295 *inop = make_uint32(fhp[8], fhp[9], fhp[10], fhp[11]); in Parse_fh() 306 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh() 328 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh() 341 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh() 353 *inop = temp; in Parse_fh() 377 *inop = make_uint32(fhp[26], fhp[27], fhp[23], fhp[22]); in Parse_fh() [all …]
|