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

  /external/iputils/
tracepath6.c 55 int hisptr; variable
334 ((struct sockaddr_in6 *)&target)->sin6_port = htons(base_port + hisptr);
337 ((struct sockaddr_in *)&target)->sin_port = htons(base_port + hisptr);
341 his[hisptr].hops = ttl;
342 his[hisptr].sendtime = hdr->tv;
346 his[hisptr].hops = 0;
352 hisptr = (hisptr + 1) & 63;
tracepath.c 45 int hisptr; variable
269 target.sin_port = htons(base_port + hisptr);
271 his[hisptr].hops = ttl;
272 his[hisptr].sendtime = hdr->tv;
276 his[hisptr].hops = 0;
282 hisptr = (hisptr + 1)&63;

Completed in 56 milliseconds