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

/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h177 } rpc_info_t; typedef in typeref:struct:__anon1744
191 rpc_info_t *ri;
H A Dinetsvc.c320 destroy_rpc_info(rpc_info_t *rpc)
331 * pointer to an allocated and initialized rpc_info_t, else NULL.
333 static rpc_info_t *
337 rpc_info_t *ret;
339 if ((ret = calloc(1, sizeof (rpc_info_t))) == NULL)
859 rpc_info_t *ri;

Completed in 19 milliseconds