Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/rpc/
H A Dt_rpc.c89 #define PROGNUM 0x81 macro
147 if (!svc_reg(svc, PROGNUM, VERSNUM, server, NULL)) in rawtest()
150 clnt = clnt_raw_create(PROGNUM, VERSNUM); in rawtest()
181 if (!svc_create(server, PROGNUM, VERSNUM, transp)) in regtest()
197 clnt = clnt_create(hostname, PROGNUM, VERSNUM, transp); in regtest()