Home
last modified time | relevance | path

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

/src/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c108 #define VERSNUM 0x01 macro
165 if (!svc_reg(svc, PROGNUM, VERSNUM, server, NULL)) in rawtest()
168 clnt = clnt_raw_create(PROGNUM, VERSNUM); in rawtest()
201 if (!svc_create(server, PROGNUM, VERSNUM, transp)) in regtest()
219 clnt = clnt_create(hostname, PROGNUM, VERSNUM, transp); in regtest()