Searched defs:req_port (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c466 int req_port; local
538 req_port = SUN_DR_PORT;
540 req_port = se->s_port;
548 sin->sin_port = htons(req_port);
554 sin6->sin6_port = htons(req_port);
595 if (req_port != act_port) {
596 dcs_log_msg(LOG_ERR, DCS_NO_PORT, req_port);

Completed in 63 milliseconds