Searched refs:VERSNUM (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c107 #define VERSNUM 0x01 macro
164 if (!svc_reg(svc, PROGNUM, VERSNUM, server, NULL))
167 clnt = clnt_raw_create(PROGNUM, VERSNUM);
200 if (!svc_create(server, PROGNUM, VERSNUM, transp))
218 clnt = clnt_create(hostname, PROGNUM, VERSNUM, transp);

Completed in 94 milliseconds