Searched refs:bind_port (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/perl/t/io/ |
H A D | socket.t | 69 my ($bind_port) = unpack_sockaddr_in($bind_name); 71 print "# port $bind_port\n"; 164 my ($bind_port) = unpack_sockaddr_in($bind_name); 166 print "# port $bind_port\n";
|
/openbsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 381 char **bind_host, **bind_port, **listen_host, **listen_port; in main() local 397 bind_port = listen_port = tls_port = NULL; in main() 474 address_alloc("bind", optarg, &bind_host, &bind_port, in main() 536 if (socket_bind("udp", bind_host[i], bind_port[i], 0, in main()
|