Searched refs:inop (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | parsenfsfh.c | 113 Parse_fh(fh, len, fsidp, inop, osnamep, fsnamep, ourself) in Parse_fh() argument 117 u_int32_t *inop; 267 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); 278 *inop = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]); 292 *inop = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]); 302 *inop = make_uint32(fhp[8], fhp[9], fhp[10], fhp[11]); 313 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); 335 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); 348 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); 360 *inop = temp; [all …]
|