HomeSort by relevance Sort by last modified time
    Searched refs:rethops (Results 1 - 2 of 2) sorted by null

  /external/iputils/
tracepath6.c 115 int rethops; local
142 rethops = -1;
183 memcpy(&rethops, CMSG_DATA(cmsg), sizeof(rethops));
195 rethops = *(__u8*)CMSG_DATA(cmsg);
276 hops_from = rethops;
288 if (rethops>=0) {
289 if (rethops<=64)
290 rethops = 65-rethops;
    [all...]
tracepath.c 102 int rethops; local
129 rethops = -1;
154 memcpy(&rethops, CMSG_DATA(cmsg), sizeof(rethops));
217 hops_from = rethops;
226 if (rethops>=0) {
227 if (rethops<=64)
228 rethops = 65-rethops;
229 else if (rethops<=128
    [all...]

Completed in 60 milliseconds