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

  /src/external/bsd/ntp/dist/libntp/
authkeys.c 25 typedef struct savekey symkey; typedef in typeref:struct:savekey
28 symkey * hlink; /* next in hash bucket */
29 DECL_DLIST_LINK(symkey, llink); /* for overall & free lists */
39 /* define the payload region of symkey beyond the list pointers */
59 static void freesymkey(symkey *);
64 symkey key_listhead; /* list of all in-use keys */;
76 symkey **key_hash;
88 * Storage for free symkey structures. We malloc() such things but
91 symkey *authfreekeys;
307 symkey * sk
    [all...]
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 4434 char *symkey; local
4488 symkey = isc_mem_strdup(mctx, keydir);
4490 result = isc_symtab_define(symtab, symkey, 2, symvalue,

Completed in 18 milliseconds