Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libslp/clib/
H A Dslp-internal.h147 } slp_handle_impl_t; typedef
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 *hp, const char *,
[all …]
H A Dslp_net_utils.h37 extern SLPError slp_broadcast_addrs(slp_handle_impl_t *, struct in_addr *,
39 extern SLPBoolean slp_on_subnet(slp_handle_impl_t *, struct in_addr);
40 extern SLPBoolean slp_on_localhost(slp_handle_impl_t *, struct in_addr);
H A DSLPOpen.c39 slp_handle_impl_t *hp; in SLPOpen()
98 void slp_cleanup_handle(slp_handle_impl_t *hp) { in slp_cleanup_handle()
111 slp_handle_impl_t *hp = (slp_handle_impl_t *)hSLP; in SLPClose()
H A Dslp_ua_common.c39 slp_handle_impl_t *hp;
48 static SLPError check_message_fit(slp_handle_impl_t *, slp_target_list_t *);
53 slp_handle_impl_t *hp; in slp_ua_common()
61 hp = (slp_handle_impl_t *)hSLP; in slp_ua_common()
125 slp_handle_impl_t *hp; in consumer()
237 static SLPError check_message_fit(slp_handle_impl_t *hp, in check_message_fit()
H A DSLPFindSrvs.c49 static SLPBoolean unpackDAAdvert_srv(slp_handle_impl_t *, char *,
52 static SLPBoolean unpackSAAdvert_srv(slp_handle_impl_t *, char *,
60 slp_handle_impl_t *hp = (slp_handle_impl_t *)hSLP; in SLPFindSrvs()
106 SLPBoolean slp_unpackSrvReply(slp_handle_impl_t *hp, char *reply, in slp_unpackSrvReply()
224 static SLPBoolean unpackDAAdvert_srv(slp_handle_impl_t *hp, char *reply, in unpackDAAdvert_srv()
282 static SLPBoolean unpackSAAdvert_srv(slp_handle_impl_t *hp, char *reply, in unpackSAAdvert_srv()
330 slp_handle_impl_t *hp) { in slp_packSrvRqst()
521 slp_handle_impl_t *h; in process_surl_node()
528 h = (slp_handle_impl_t *)caller->handle; in process_surl_node()
H A Dslp_net.c71 slp_handle_impl_t *hp;
89 static SLPError make_header(slp_handle_impl_t *, char *, const char *);
92 static SLPError make_mc_target(slp_handle_impl_t *,
95 static SLPError make_bc_target(slp_handle_impl_t *, struct in_addr *,
100 static void mc_recvmsg(struct pollfd *, nfds_t, slp_handle_impl_t *,
105 static void tcp_handoff(slp_handle_impl_t *, const char *,
127 void slp_uc_tcp_send(slp_handle_impl_t *hp, slp_target_t *target, in slp_uc_tcp_send()
175 void slp_tcp_wait(slp_handle_impl_t *hp) { in slp_tcp_wait()
191 void slp_uc_udp_send(slp_handle_impl_t *hp, slp_target_t *target, in slp_uc_udp_send()
334 void slp_mc_send(slp_handle_impl_t *hp, const char *scopes) { in slp_mc_send()
[all …]
H A DSLPReg.c89 slp_handle_impl_t *hp;
119 static SLPError enqueue_reg(slp_handle_impl_t *, struct reg_msg *,
121 static SLPError reg_impl(slp_handle_impl_t *, struct reg_msg *,
125 static SLPError reg_common(slp_handle_impl_t *, struct reg_msg *,
128 static SLPError packSrvReg(slp_handle_impl_t *, const char *,
131 static SLPError packSrvDereg(slp_handle_impl_t *, const char *,
191 static SLPError packSrvReg(slp_handle_impl_t *hp, const char *url, in packSrvReg()
401 static SLPError packSrvDereg(slp_handle_impl_t *hp, const char *url, in packSrvDereg()
507 static SLPError reg_common(slp_handle_impl_t *hp, struct reg_msg *msg, in reg_common()
530 static SLPError enqueue_reg(slp_handle_impl_t *hp, struct reg_msg *msg, in enqueue_reg()
[all …]
H A DSLPFindAttrs.c37 static SLPError slp_packAttrRqst(slp_handle_impl_t *, const char *,
45 static SLPBoolean unpackDAAdvert_attr(slp_handle_impl_t *, char *,
48 static SLPBoolean unpackSAAdvert_attr(slp_handle_impl_t *, char *,
82 ((slp_handle_impl_t *)hSLP)->force_multicast = SLP_TRUE; in SLPFindAttrs()
86 ((slp_handle_impl_t *)hSLP)->force_multicast = SLP_TRUE; in SLPFindAttrs()
105 SLPBoolean slp_UnpackAttrReply(slp_handle_impl_t *hp, char *reply, in slp_UnpackAttrReply()
196 static SLPBoolean unpackDAAdvert_attr(slp_handle_impl_t *hp, char *reply, in unpackDAAdvert_attr()
253 static SLPBoolean unpackSAAdvert_attr(slp_handle_impl_t *hp, char *reply, in unpackSAAdvert_attr()
300 static SLPError slp_packAttrRqst(slp_handle_impl_t *hp, const char *url, in slp_packAttrRqst()
H A DSLPFindSrvTypes.c32 static SLPBoolean UnpackSrvTypesReply(slp_handle_impl_t *, char *,
35 static SLPError slp_packSrvTypeRqst(slp_handle_impl_t *, const char *);
72 static SLPBoolean UnpackSrvTypesReply(slp_handle_impl_t *hp, char *reply, in UnpackSrvTypesReply()
134 static SLPError slp_packSrvTypeRqst(slp_handle_impl_t *hp, const char *na) { in slp_packSrvTypeRqst()
H A DSLPUtils.c55 static SLPBoolean unpackSAAdvert_scope(slp_handle_impl_t *, char *,
95 ((slp_handle_impl_t *)hSLP)->internal_call = SLP_TRUE; in SLPFindScopes()
107 ((slp_handle_impl_t *)hSLP)->internal_call = SLP_FALSE; in SLPFindScopes()
219 slp_handle_impl_t *hp = (slp_handle_impl_t *)hSLP; in SAAdvert_for_scopes()
279 static SLPBoolean unpackSAAdvert_scope(slp_handle_impl_t *hSLP, char *reply, in unpackSAAdvert_scope()
H A Dslp_net_utils.c72 SLPError slp_broadcast_addrs(slp_handle_impl_t *hp, struct in_addr *given_ifs, in slp_broadcast_addrs()
142 SLPBoolean slp_on_subnet(slp_handle_impl_t *hp, struct in_addr addr) { in slp_on_subnet()
185 SLPBoolean slp_on_localhost(slp_handle_impl_t *hp, struct in_addr addr) { in slp_on_localhost()
H A Dslp_utils.c103 SLPError slp_start_call(slp_handle_impl_t *hp) { in slp_start_call()
116 void slp_end_call(slp_handle_impl_t *hp) { in slp_end_call()
356 size_t slp_header_length(slp_handle_impl_t *hp) { in slp_header_length()
H A DSLPGetRefreshInterval.c46 slp_handle_impl_t *hp; /* SLP handle for this request */ in SLPGetRefreshInterval()
H A Dslp_targets.c142 SLPError slp_new_target_list(slp_handle_impl_t *hp, const char *scopes, in slp_new_target_list()