Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ldpd/
H A Dldp_command.h49 int create_command_socket(int);
H A Dmain.c133 if ((command_socket = create_command_socket(command_port)) < 1) { in main()
H A Dldp_command.c142 create_command_socket(int port) in create_command_socket() function