Home
last modified time | relevance | path

Searched refs:is_authentic (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/sntp/
H A Dnetworking.c109 int is_authentic; in process_pkt() local
119 is_authentic = (HAVE_OPT(AUTHENTICATION)) ? 0 : -1; in process_pkt()
194 is_authentic = FALSE; in process_pkt()
198 is_authentic = TRUE; in process_pkt()
210 switch (is_authentic) { in process_pkt()
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c1083 is_authentic = AUTH_NONE; in receive()
1200 is_authentic = AUTH_ERROR; in receive()
1202 is_authentic = AUTH_OK; in receive()
1257 is_authentic = AUTH_ERROR; in receive()
1259 is_authentic = AUTH_OK; in receive()
1262 if (is_authentic != AUTH_OK) { in receive()
1334 is_authentic)) { in receive()
1696 is_authentic)) { in receive()
2260 if ( is_authentic == AUTH_OK in receive()
2366 if ( is_authentic == AUTH_OK in receive()
[all …]
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c756 int is_authentic; in receive() local
815 is_authentic = 1; in receive()
817 is_authentic = 0; in receive()
828 is_authentic = 1; in receive()
831 is_authentic ? "passed" : "failed"); in receive()
834 if (!is_authentic) in receive()