Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libshare/os/linux/
H A Dnfs.c136 foreach_nfs_host_cb(const char *opt, const char *value, void *pcookie) in foreach_nfs_host_cb() argument
141 nfs_host_cookie_t *udata = (nfs_host_cookie_t *)pcookie; in foreach_nfs_host_cb()
424 void *pcookie) in nfs_add_entry() argument
426 const char *linux_opts = (const char *)pcookie; in nfs_add_entry()
/freebsd/contrib/ntp/sntp/
H A Dnetworking.h77 keyid_t pcookie; /* peer cookie */ member
/freebsd/contrib/ntp/include/
H A Dntp.h323 keyid_t pcookie; /* peer cookie */ member
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c354 cookie = peer->pcookie; in make_keylist()
862 peer->pcookie = peer->hcookie ^ cookie; in crypto_recv()
864 peer->pcookie = cookie; in crypto_recv()
868 "cook %x ts %u fs %u", peer->pcookie, in crypto_recv()
H A Dntp_proto.c1166 pkeyid = peer->pcookie; in receive()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02013 (make_keylist): peer->pcookie.key cleanup/fix
2347 crypto_xmit() a CRYPTO_PRIV (not CRYPTO_AUTO) based on pcookie.tstamp
2402 Stash tstamp before we check pcookie.key (several places)