Home | History | Annotate | Download | only in coregrind

Lines Matching refs:in_port

1430 void wait_for_gdb_connect (int in_port)
1444 addr.sin_port = htons((unsigned short int)in_port);
1450 fprintf(stderr, "listening on port %d ...", in_port);
2446 int in_port;
2455 &in_port,
2470 if (in_port > 0)
2471 wait_for_gdb_connect(in_port);