Searched refs:srtp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntpd.c476 struct rtprio srtp; local
478 srtp.type = RTP_PRIO_REALTIME; /* was: RTP_PRIO_NORMAL */
479 srtp.prio = 0; /* 0 (hi) -> RTP_PRIO_MAX (31,lo) */
481 if (rtprio(RTP_SET, getpid(), &srtp) < 0)

Completed in 53 milliseconds