Home | History | Annotate | Download | only in ntpd

Lines Matching refs:refid

162     unsigned int   refId;
250 uint32_t refId; // Host peer reference ID
348 strncpy((char *)&up->refId, TSYNC_REF_LOCAL, TSYNC_REF_LEN);
353 /* Declare our refId as local in the beginning because we do not know
354 * what our actual refid is yet.
356 strncpy((char *)&pp->refid, TSYNC_REF_LOCAL, TSYNC_REF_LEN);
570 // Search RefID table
581 // Search RefID table
709 up->refId = addr2refid(&sys_peer->srcadr);
719 strncpy((char *)&up->refId, RefIdLookupTbl[j].pRefId,
728 strncpy((char *)&pp->refid, RefIdLookupTbl[j].pRefId,
730 peer->refid = pp->refid;
739 pp->refid = up->refId;
740 peer->refid = pp->refid;
749 // Place local identifier in peer RefID
750 strncpy((char *)&pp->refid, TSYNC_REF_LOCAL, TSYNC_REF_LEN);
751 peer->refid = pp->refid;