Home
last modified time | relevance | path

Searched refs:AM_NEWPASS (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/ntp/include/
HDntp.h948 #define AM_NEWPASS 5 /* new passive */ macro
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_peer.c46 /*NONE*/{ AM_ERR, AM_NEWPASS, AM_NOMATCH, AM_FXMIT, AM_MANYCAST, AM_NEWBCL},
HDntp_proto.c610 case AM_NEWPASS: return "AM_NEWPASS"; in amtoa()
1080 && (retcode == AM_FXMIT || retcode == AM_NEWPASS) in receive()
1671 case AM_NEWPASS: in receive()
/freebsd-14-stable/contrib/ntp/
HDCommitLog-4.1.0939 In AM_NEWPASS, if we have a NULL peer, return.