HomeSort by: relevance | last modified time | path
    Searched defs:refId (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_tsyncpci.c 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
    [all...]

Completed in 23 milliseconds