Home
last modified time | relevance | path

Searched refs:kod_entry (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/sntp/tests/
H A DkodDatabase.c35 struct kod_entry* result; in test_SingleEntryHandling()
58 struct kod_entry* result; in test_MultipleEntryHandling()
84 struct kod_entry* result; in test_NoMatchInSearch()
98 struct kod_entry* result1; in test_AddDuplicate()
108 struct kod_entry* result2; in test_AddDuplicate()
129 struct kod_entry* result; in test_DeleteEntry()
H A DkodFile.c15 extern struct kod_entry** kod_db;
49 struct kod_entry* res; in test_ReadCorrectFile()
69 struct kod_entry* res; in test_ReadFileWithBlankLines()
H A DpacketHandling.c277 struct kod_entry * entry; in test_HandleKodRate()
/freebsd/contrib/ntp/sntp/
H A Dkod_management.h6 struct kod_entry { struct
12 int search_entry(const char *hostname, struct kod_entry **dst); argument
H A Dkod_management.c15 struct kod_entry **kod_db; /* array of pointers to kod_entry */
24 struct kod_entry **dst in search_entry()
58 struct kod_entry *pke; in add_entry()
H A Dmain.c815 struct kod_entry *reason; in check_kod()