HomeSort by relevance Sort by last modified time
    Searched refs:debug_port (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
krb5defs.h 58 extern int debug_port;
main.c 74 int debug_port = 0; variable
162 debug_port = htons(atoi(*++argv));
docmd.c 314 if (debug_port == 0) {
322 port = debug_port;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.rshd.c 146 static int debug_port = 0; variable
225 debug_port = atoi(optarg);
308 if (debug_port) {
319 sin.sin_port = htons(debug_port);
637 if (debug_port)
638 syslog(LOG_NOTICE, "rshd: Debug port is %d", debug_port);
    [all...]
in.rlogind.c 200 int debug_port = 0; local
240 debug_port = atoi(optarg);
272 if (debug_port) {
282 sin.sin_port = htons(debug_port);
    [all...]

Completed in 4440 milliseconds