Home | History | Annotate | Download | only in auxprogs

Lines Matching defs:port

1005 /* returns 0 if invalid, else port # */
1022 " valgrind-di-server [--exit-at-zero|-e] [port-number]\n"
1032 " port-number is the default port on which to listen for\n"
1073 int port = VG_CLO_DEFAULT_LOGPORT;
1087 port = atoi_portno(argv[i]);
1120 /* bind server port */
1123 server_addr.sin_port = htons(port);
1127 perror("cannot bind port ");
1128 panic("main -- bind port");