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

/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_request.c44 static int client_v6_capable = 0; /* the client can handle longer messages */ variable
46 #define v6sizeof(type) (client_v6_capable ? sizeof(type) : v4sizeof(type))
525 client_v6_capable = 1;
528 client_v6_capable = 0;
676 if (client_v6_capable) {
686 if (client_v6_capable)
746 if (client_v6_capable) {
760 if (client_v6_capable)
843 if (client_v6_capable && ipl->v6_flag) {
884 if (client_v6_capable)
[all...]

Completed in 173 milliseconds