Searched refs:on_wire (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ntp-88/libsntp/
H A Dlibsntp_query.c23 sntp_query_result_t on_wire (struct addrinfo *host, bool use_service_port, /* out */ struct timeval *out_time, /* out */ double *out_delay, /* out */ double *out_dispersion);
47 sntp_query_result_t this_result = on_wire(ai, use_service_port, &time_estimate, &delay, &dispersion);
50 fprintf(stderr, "on_wire failed for server %s!\n", our_host);
70 on_wire ( function
101 printf("sntp on_wire: Current time sec: %i msec: %i\n", (unsigned int) tv_xmt.tv_sec,
180 printf("sntp on_wire: Received %i bytes from %s\n", rpktl, addr_buf);
200 fprintf(stderr, "sntp on_wire: r_pkt.reftime:\n");
202 fprintf(stderr, "sntp on_wire: r_pkt.org:\n");
204 fprintf(stderr, "sntp on_wire: r_pkt.rec:\n");
206 fprintf(stderr, "sntp on_wire
[all...]
/macosx-10.9.5/ntp-88/sntp/
H A Dmain.c27 int on_wire (struct addrinfo *host);
133 ow_ret = on_wire(ai);
135 printf("on_wire failed for server %s!\n", hostname);
156 on_wire ( function
185 printf("sntp on_wire: Current time sec: %i msec: %i\n", (unsigned int) tv_xmt.tv_sec,
240 printf("sntp on_wire: Received KOD packet with code: %c%c%c%c from %s, demobilizing all connections\n",
271 printf("sntp on_wire: Received %i bytes from %s\n", rpktl, addr_buf);
291 printf("sntp on_wire: r_pkt.reftime:\n");
293 printf("sntp on_wire: r_pkt.org:\n");
295 printf("sntp on_wire
[all...]

Completed in 108 milliseconds