OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_mac
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_proto.c
642
int
has_mac
; /* length of MAC field */
local
859
has_mac
= rbufp->recv_length - authlen;
860
while (
has_mac
> 0) {
867
if (
has_mac
% 4 != 0 ||
has_mac
< (int)MIN_MAC_LEN) {
876
if (
has_mac
<= (int)MAX_MAC_LEN) {
919
has_mac
-= len;
924
* If
has_mac
is < 0 we had a malformed packet.
926
if (
has_mac
< 0) {
946
if (restrict_mask & RES_DONTTRUST &&
has_mac
== 0)
[
all
...]
/src/external/bsd/ntp/dist/ntpdate/
ntpdate.c
758
int
has_mac
;
local
768
has_mac
= 0;
770
has_mac
= 1;
828
if (
has_mac
&& ntohl(rpkt->exten[0]) == sys_authkey &&
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026