Lines Matching defs:latlon
117 char latlon[MAXPOS]; /* receiver position (lat/lon/alt) */
296 strlcpy(up->latlon, tbuf + 2, sizeof(up->latlon));
301 strlcat(up->latlon, " ", sizeof(up->latlon));
302 strlcat(up->latlon, tbuf + 2, sizeof(up->latlon));
307 strlcat(up->latlon, " ", sizeof(up->latlon));
308 strlcat(up->latlon, tbuf + 2, sizeof(up->latlon));
313 strlcat(up->latlon, " ", sizeof(up->latlon));
314 strlcat(up->latlon, tbuf + 2, sizeof(up->latlon));
315 record_clock_stats(&peer->srcadr, up->latlon);
318 printf("arbiter: %s\n", up->latlon);