Searched defs:slp_handle_impl_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp-internal.h147 } slp_handle_impl_t; typedef in typeref:struct:handle_impl
149 extern SLPError slp_start_call(slp_handle_impl_t *);
150 extern void slp_end_call(slp_handle_impl_t *);
151 extern void slp_cleanup_handle(slp_handle_impl_t *);
155 typedef SLPBoolean SLPMsgReplyCB(slp_handle_impl_t *, char *, void (*)(),
162 slp_handle_impl_t *);
166 extern SLPBoolean slp_unpackSrvReply(slp_handle_impl_t *, char *,
174 extern SLPBoolean slp_UnpackAttrReply(slp_handle_impl_t *, char *,
178 extern SLPError slp_SAAdvert(slp_handle_impl_t *, void *);
186 extern SLPError slp_new_target_list(slp_handle_impl_t *h
[all...]

Completed in 68 milliseconds