HomeSort by relevance Sort by last modified time
    Searched full:base_port (Results 1 - 3 of 3) sorted by null

  /external/iputils/
tracepath.c 48 __u16 base_port; variable
133 slot = ntohs(addr.sin_port) - base_port;
269 target.sin_port = htons(base_port + hisptr);
343 base_port = atoi(optarg);
364 if (!base_port) {
368 base_port = atoi(p+1);
370 base_port = 44444;
tracepath6.c 60 __u16 base_port; variable
147 slot = -base_port;
334 ((struct sockaddr_in6 *)&target)->sin6_port = htons(base_port + hisptr);
337 ((struct sockaddr_in *)&target)->sin_port = htons(base_port + hisptr);
411 base_port = atoi(optarg);
425 if (!base_port) {
429 base_port = (unsigned)atoi(p+1);
431 base_port = 44444;
434 sprintf(pbuf, "%u", base_port);
  /external/autotest/puppylab/
lab_manifest.py 32 # Shards will have their afes listening on base_port + shard number.

Completed in 68 milliseconds