/titanic_44/usr/src/lib/libslp/clib/ |
H A D | slp.h | 59 } SLPBoolean; typedef 128 typedef SLPBoolean 140 typedef SLPBoolean 153 typedef SLPBoolean 164 SLPBoolean isAsync, /* asynchronous if true */ 186 SLPBoolean fresh, /* fresh registration if true */ 303 SLPBoolean isTag /* if true, check for bad tag chars */ 314 SLPBoolean isTag /* if true, check for bad tag chars */
|
H A D | slp-internal.h | 112 extern void *slp_dequeue_timed(slp_queue_t *, timestruc_t *, SLPBoolean *); 135 SLPBoolean async; /* asynchronous flag */ 141 SLPBoolean force_multicast; /* for SAAdvert solicitations */ 142 SLPBoolean internal_call; /* current call is an internal op */ 143 SLPBoolean pending_outcall; /* is handle in use? */ 146 SLPBoolean close_on_end; /* cleanup on slp_end_call */ 155 typedef SLPBoolean SLPMsgReplyCB(slp_handle_impl_t *, char *, void (*)(), 166 extern SLPBoolean slp_unpackSrvReply(slp_handle_impl_t *, char *, 174 extern SLPBoolean slp_UnpackAttrReply(slp_handle_impl_t *, char *, 205 const char *, SLPBoolean, unsigned short); [all …]
|
H A D | SLPUtils.c | 51 typedef SLPBoolean SLPScopeCallback(SLPHandle, const char *, SLPError, void *); 55 static SLPBoolean unpackSAAdvert_scope(slp_handle_impl_t *, char *, 59 static SLPError slp_unescape(const char *, char **, SLPBoolean, const char); 148 SLPBoolean return_default) { in slp_administrative_scopes() 179 static SLPBoolean saadvert_callback(SLPHandle hp, char *scopes, in saadvert_callback() 218 SLPBoolean sync_state; in SAAdvert_for_scopes() 279 static SLPBoolean unpackSAAdvert_scope(slp_handle_impl_t *hSLP, char *reply, in unpackSAAdvert_scope() 283 SLPBoolean cont; in unpackSAAdvert_scope() 353 static SLPBoolean collate_scopes(SLPHandle h, const char *u, in collate_scopes() 442 SLPError SLPEscape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag) { in SLPEscape() [all …]
|
H A D | SLPFindSrvs.c | 49 static SLPBoolean unpackDAAdvert_srv(slp_handle_impl_t *, char *, 52 static SLPBoolean unpackSAAdvert_srv(slp_handle_impl_t *, char *, 106 SLPBoolean slp_unpackSrvReply(slp_handle_impl_t *hp, char *reply, in slp_unpackSrvReply() 114 SLPBoolean cont = SLP_TRUE; in slp_unpackSrvReply() 224 static SLPBoolean unpackDAAdvert_srv(slp_handle_impl_t *hp, char *reply, in unpackDAAdvert_srv() 228 SLPBoolean cont = SLP_TRUE; in unpackDAAdvert_srv() 282 static SLPBoolean unpackSAAdvert_srv(slp_handle_impl_t *hp, char *reply, in unpackSAAdvert_srv() 286 SLPBoolean cont = SLP_TRUE; in unpackSAAdvert_srv() 525 SLPBoolean cont = SLP_TRUE; in process_surl_node()
|
H A D | slp_net_utils.h | 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 D | llib-lslp | 34 SLPError SLPOpen(const char *pcLang, SLPBoolean isAsync, SLPHandle *phSLP); 41 const char *pcAttrs, SLPBoolean fresh, 68 SLPError SLPEscape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag); 70 SLPError SLPUnescape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag);
|
H A D | SLPFindAttrs.c | 45 static SLPBoolean unpackDAAdvert_attr(slp_handle_impl_t *, char *, 48 static SLPBoolean unpackSAAdvert_attr(slp_handle_impl_t *, char *, 105 SLPBoolean slp_UnpackAttrReply(slp_handle_impl_t *hp, char *reply, in slp_UnpackAttrReply() 113 SLPBoolean cont = SLP_TRUE; in slp_UnpackAttrReply() 196 static SLPBoolean unpackDAAdvert_attr(slp_handle_impl_t *hp, char *reply, in unpackDAAdvert_attr() 200 SLPBoolean cont = SLP_TRUE; in unpackDAAdvert_attr() 253 static SLPBoolean unpackSAAdvert_attr(slp_handle_impl_t *hp, char *reply, in unpackSAAdvert_attr() 257 SLPBoolean cont = SLP_TRUE; in unpackSAAdvert_attr()
|
H A D | SLPGetRefreshInterval.c | 42 static SLPBoolean refresh_interval_cb(SLPHandle, const char *, 95 static SLPBoolean refresh_interval_cb(SLPHandle h, const char *attrs, in refresh_interval_cb()
|
H A D | SLPReg.c | 115 static SLPBoolean check_reregs(); 130 const char *, SLPBoolean, struct reg_msg **); 141 const char *pcAttrs, SLPBoolean fresh, in SLPReg() 194 SLPBoolean fresh, struct reg_msg **msg) { in packSrvReg() 596 SLPBoolean etimed; in reg_thread() 746 static SLPBoolean check_reregs() { in check_reregs() 749 SLPBoolean more = SLP_TRUE; in check_reregs()
|
H A D | SLPFindSrvTypes.c | 32 static SLPBoolean UnpackSrvTypesReply(slp_handle_impl_t *, char *, 72 static SLPBoolean UnpackSrvTypesReply(slp_handle_impl_t *hp, char *reply, in UnpackSrvTypesReply() 80 SLPBoolean cont = SLP_TRUE; in UnpackSrvTypesReply()
|
H A D | slp_net.c | 64 static SLPBoolean tcp_thr_running = SLP_FALSE; 74 SLPBoolean free_target; 128 const char *scopes, SLPBoolean free_target, in slp_uc_tcp_send() 199 SLPBoolean use_tcp; in slp_uc_udp_send() 468 SLPBoolean free_target, etimed; in tcp_thread() 706 SLPBoolean have_valid_if = SLP_FALSE; in make_mc_target() 707 SLPBoolean use_broadcast = slp_get_usebroadcast(); in make_mc_target() 968 SLPBoolean sent_one = SLP_FALSE; in bc_sendmsg()
|
H A D | slp_ua_common.c | 136 SLPBoolean cont; in consumer() 177 SLPBoolean use_tcp = SLP_FALSE; in slp_call()
|
H A D | slp_net_utils.c | 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 D | SLPOpen.c | 38 SLPError SLPOpen(const char *pcLang, SLPBoolean isAsync, SLPHandle *phSLP) { in SLPOpen()
|
H A D | SLPParseSrvURL.c | 45 SLPBoolean isServiceURL;
|
H A D | slp_queue.c | 193 void *slp_dequeue_timed(slp_queue_t *qa, timestruc_t *to, SLPBoolean *etimed) { in slp_dequeue_timed()
|
H A D | slp_targets.c | 116 SLPBoolean used, failed; 469 static SLPBoolean collect_DAs(SLPHandle h, const char *u, in collect_DAs()
|
H A D | slp_utils.c | 195 void slp_add2list(const char *item, char **list, SLPBoolean check_onlist) { in slp_add2list()
|
/titanic_44/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_discovery.c | 139 static SLPBoolean next_attr(char **t_inout, char **v_inout, in next_attr() 236 static SLPBoolean aggregate_attrs(SLPHandle h, const char *attrs_in, in aggregate_attrs() 299 static SLPBoolean foreach_server(SLPHandle hin, const char *u, in foreach_server() 435 static SLPBoolean foreach_context(SLPHandle h, const char *attrs_in, in foreach_context()
|