Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rexd/
H A Drex.h56 u_short rst_port0; /* port for stdin */ member
H A Drex.x51 unsigned int rst_port0; /* port for stdin */ member
H A Drex.c57 xdr_u_short(xdrs, &rst->rst_port0) && in xdr_rex_start()
H A Drpc.rexd.c1011 fd0 = doconnect(calleraddr, rst->rst_port0, fd0);
1025 if (rst->rst_port0 == rst->rst_port1) {
1119 if (rst->rst_port0 != rst->rst_port1) {
H A Don.c426 rst.rst_port0 = makeport(&InOut); in main()
427 rst.rst_port1 = rst.rst_port0; /* same port for stdin */ in main()
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x57 unsigned int rst_port0; /* port for stdin */ member