Home
last modified time | relevance | path

Searched refs:optionValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h150 typedef struct optionValue { struct
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c526 int optionValue = SO_SYNCHRONOUS_NONALERT; in openhost() local
529 …r = setsockopt(INVALID_SOCKET, SOL_SOCKET, SO_OPENTYPE, (void *)&optionValue, sizeof(optionValue)); in openhost()
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c795 int optionValue = SO_SYNCHRONOUS_NONALERT; in openhost()
799 (void *)&optionValue, sizeof(optionValue)); in openhost() local