Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/
H A Dyppush.c117 unsigned long xactid; member
239 static void xactid_seed(unsigned long *xactid);
539 static unsigned long xactid = 0; in add_server() local
544 if (xactid == 0) { in add_server()
545 xactid_seed(&xactid); in add_server()
559 ps->xactid = xactid + seq++; in add_server()
569 xactid_seed(unsigned long *xactid) in xactid_seed() argument
575 *xactid = 1234567; in xactid_seed()
577 *xactid = t.tv_sec; in xactid_seed()
983 if (s->xactid == resp.transid) { in get_xfr_response()
[all …]