Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c118 unsigned long xactid; member
540 static unsigned long xactid = 0; in add_server() local
545 if (xactid == 0) { in add_server()
546 xactid_seed(&xactid); in add_server()
560 ps->xactid = xactid + seq++; in add_server()
570 xactid_seed(unsigned long *xactid) in xactid_seed() argument
576 *xactid = 1234567; in xactid_seed()
578 *xactid = t.tv_sec; in xactid_seed()
984 if (s->xactid == resp.transid) { in get_xfr_response()
1038 req.transid = ps->xactid; in send_message()
[all …]