HomeSort by: relevance | last modified time | path
    Searched refs:findpeerbyassoc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntpd.h 195 extern struct peer *findpeerbyassoc(associd_t);
507 extern u_long assocpeer_calls; /* number of calls to findpeerbyassoc */
  /src/external/bsd/ntp/dist/ntpd/
ntp_peer.c 110 u_long assocpeer_calls; /* calls to findpeerbyassoc */
370 * findpeerbyassoc - find and return a peer using his association ID
373 findpeerbyassoc( function
947 } while (NULL != findpeerbyassoc(current_association_ID));
ntp_control.c 3219 peer = findpeerbyassoc(res_associd);
3258 peer = findpeerbyassoc(res_associd);
3311 peer = findpeerbyassoc(res_associd);
4650 peer = findpeerbyassoc(res_associd);
ntp_config.c 4699 p = findpeerbyassoc(curr_unpeer->assocID);
ntp_crypto.c 1361 if ((peer = findpeerbyassoc(associd)) == NULL) {
ntp_proto.c 5028 pool = findpeerbyassoc(assoc);

Completed in 56 milliseconds