Home
last modified time | relevance | path

Searched refs:findpeerbyassoc (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_peer.c371 findpeerbyassoc( in findpeerbyassoc() function
945 } while (NULL != findpeerbyassoc(current_association_ID)); in newpeer()
HDntp_control.c3207 peer = findpeerbyassoc(res_associd); in control_unspec()
3246 peer = findpeerbyassoc(res_associd); in read_status()
3299 peer = findpeerbyassoc(res_associd); in read_peervars()
4603 peer = findpeerbyassoc(res_associd); in read_clockstatus()
HDntp_crypto.c1359 if ((peer = findpeerbyassoc(associd)) == NULL) { in crypto_xmit()
HDntp_proto.c5026 pool = findpeerbyassoc(assoc); in pool_name_resolved()
HDntp_config.c4687 p = findpeerbyassoc(curr_unpeer->assocID); in config_unpeers()
/freebsd-13-stable/contrib/ntp/include/
HDntpd.h193 extern struct peer *findpeerbyassoc(associd_t);
/freebsd-13-stable/contrib/ntp/
HDCommitLog-4.1.01923 * include/ntpd.h (findpeerbyassoc, newpeer, peer_config, *_interface):