Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ypbind/
H A Dyp_ping.c219 u_int32_t xid_seed, xid_lookup; in __yp_ping() local
227 xid_seed = time(NULL) ^ getpid(); in __yp_ping()
241 reqs[i]->xid = xid_seed; in __yp_ping()
242 xid_seed++; in __yp_ping()