Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dauth_des.c92 struct rpc_timeval ad_timestamp; /* timestamp sent */ member
257 ad->ad_timestamp.tv_sec = now.tv_sec + ad->ad_timediff.tv_sec; in authdes_marshal()
258 ad->ad_timestamp.tv_usec = (now.tv_nsec / 1000) + ad->ad_timediff.tv_usec; in authdes_marshal()
259 if (ad->ad_timestamp.tv_usec >= MILLION) in authdes_marshal()
261 ad->ad_timestamp.tv_usec -= MILLION; in authdes_marshal()
262 ad->ad_timestamp.tv_sec += 1; in authdes_marshal()
271 IXDR_PUT_INT32 (ixdr, ad->ad_timestamp.tv_sec); in authdes_marshal()
272 IXDR_PUT_INT32 (ixdr, ad->ad_timestamp.tv_usec); in authdes_marshal()
381 if (memcmp ((char *) &ad->ad_timestamp, (char *) &verf.adv_timestamp, in authdes_validate()