t_rpc.c | 168 regtest(const char *hostname, const char *transp, const char *arg, int p) function in typeref:typename:int 273 regtest(argv[optind], transp, "1", p); 329 regtest("localhost", "tcp", "1", 0); 341 regtest("localhost", "udp", "1", 0); 353 regtest("localhost", "tcp", "1", 1); 365 regtest("localhost", "udp", "1", 1);
|