Searched refs:command_port (Results 1 – 3 of 3) sorted by relevance
54 extern int command_port;89 if ((command_port = atoi(optarg)) < 1) { in main()133 if ((command_socket = create_command_socket(command_port)) < 1) { in main()
56 extern int ldp_hello_time, ldp_keepalive_time, ldp_holddown_time, command_port,250 command_port = cp; in Fport()
71 int command_port = LDP_COMMAND_PORT; variable