Lines Matching defs:server

1445       /* Tell the remote end to do a listen. The server alters the
1506 /* we have to make sure that the server port number is in
2140 /* Tell the remote end to do a listen. The server alters the
2202 /* we have to make sure that the server port number is in
2873 /* Tell the remote end to do a listen. The server alters the socket */
2932 /* we have to make sure that the server port number is in */
3499 struct sockaddr_in server;
3540 bzero((char *)&server,
3541 sizeof(server));
3674 /* Tell the remote end to do a listen. The server alters the
3738 /* we have to make sure that the server port number is in */
3764 printf(" port: %d\n",ntohs(server.sin_port));
4233 /* This is the server-side routine for the tcp stream test. It is */
4571 /* This is the server-side routine for the tcp maerts test. It is
5140 /* Tell the remote end to do a listen. The server alters the
5874 /* Tell the remote end to set up the data connection. The server
5877 is actually set up, the server just sets up the socket and
5929 /* when talking to a server */
6771 /* Tell the remote end to do a listen. The server alters the
8126 /* Tell the remote end to do a listen. The server alters the
8278 /* we do not want to use the port number that the server is */
8400 /* has been closed by the server side. By waiting until we get the */
8402 /* TIME_WAIT connection and not the server. raj 8/96 */
8999 /* close the connection. the server will likely do a graceful */
9132 struct sockaddr_in server;
9166 bzero((char *)&server,
9167 sizeof(server));
9219 /* Tell the remote end to do a listen. The server alters the socket */
9275 server.sin_port = tcp_tran_rr_response->data_port_number;
9276 server.sin_port = htons(server.sin_port);
9279 fprintf(where,"remote port is %d\n",ntohs(server.sin_port));
9380 /* we do not want to use the port number that the server is */
9387 if (myport == ntohs(server.sin_port)) myport++;
9434 (struct sockaddr *)&server,
9435 sizeof(server))) != req_size) {
10204 struct sockaddr_storage server;
10232 bzero((char *)&server,
10233 sizeof(server));
10316 /* Tell the remote end to do a listen. The server alters the socket */
10372 server.sin_port = (unsigned short)tcp_rr_response->data_port_number;
10373 server.sin_port = htons(server.sin_port);
11297 /* Tell the remote end to do a listen. The server alters the socket */
11448 /* we do not want to use the port number that the server is */
12023 /* close the connection. the server will likely do a graceful */