Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ldpd/
H A Dmain.c54 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()
H A Dconffile.c56 extern int ldp_hello_time, ldp_keepalive_time, ldp_holddown_time, command_port,
250 command_port = cp; in Fport()
H A Dsocketops.c71 int command_port = LDP_COMMAND_PORT; variable