Lines Matching defs:timestamp
130 * into msgiov at the index specified by msgiov_index. The timestamp
237 unsigned int timestamp;
292 if ((err = slp_get_int32(authblocks, len, &off, ×tamp))
306 spi, authiov, authiov_len, timestamp, &inbytes, &inbytes_len);
527 * the timestamp. Caller must free *buf.
534 unsigned int timestamp,
548 *buflen += sizeof (timestamp);
573 /* Lay in timestamp */
574 return (slp_add_int32((char *)*buf, *buflen, timestamp, &off));
583 * timestamp IN Timestamp for this auth block
593 const char *alias, time_t timestamp,
626 dn, authiov, authiov_len, timestamp, &sig_in, &sig_in_len);
649 4 + /* timestamp */
672 /* timestamp */
674 err = slp_add_int32(ab, ab_len, timestamp, &off);