| /illumos-gate/usr/src/lib/libslp/clib/ |
| H A D | slp.h | 57 } SLPBoolean; typedef 126 typedef SLPBoolean 138 typedef SLPBoolean 151 typedef SLPBoolean 162 SLPBoolean isAsync, /* asynchronous if true */ 184 SLPBoolean fresh, /* fresh registration if true */ 301 SLPBoolean isTag /* if true, check for bad tag chars */ 312 SLPBoolean isTag /* if true, check for bad tag chars */
|
| H A D | slp-internal.h | 110 extern void *slp_dequeue_timed(slp_queue_t *, timestruc_t *, SLPBoolean *); 133 SLPBoolean async; /* asynchronous flag */ 139 SLPBoolean force_multicast; /* for SAAdvert solicitations */ 140 SLPBoolean internal_call; /* current call is an internal op */ 141 SLPBoolean pending_outcall; /* is handle in use? */ 144 SLPBoolean close_on_end; /* cleanup on slp_end_call */ 153 typedef SLPBoolean SLPMsgReplyCB(slp_handle_impl_t *, char *, void (*)(), 164 extern SLPBoolean slp_unpackSrvReply(slp_handle_impl_t *, char *, 172 extern SLPBoolean slp_UnpackAttrReply(slp_handle_impl_t *, char *, 203 const char *, SLPBoolean, unsigned short); [all …]
|
| H A D | SLPUtils.c | 49 typedef SLPBoolean SLPScopeCallback(SLPHandle, const char *, SLPError, void *); 53 static SLPBoolean unpackSAAdvert_scope(slp_handle_impl_t *, char *, 57 static SLPError slp_unescape(const char *, char **, SLPBoolean, const char); 146 SLPBoolean return_default) { in slp_administrative_scopes() 177 static SLPBoolean saadvert_callback(SLPHandle hp, char *scopes, in saadvert_callback() 216 SLPBoolean sync_state; in SAAdvert_for_scopes() 278 static SLPBoolean unpackSAAdvert_scope(slp_handle_impl_t *hSLP, char *reply, in unpackSAAdvert_scope() 282 SLPBoolean cont; in unpackSAAdvert_scope() 352 static SLPBoolean collate_scopes(SLPHandle h, const char *u, in collate_scopes() 441 SLPError SLPEscape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag) { in SLPEscape() [all …]
|
| H A D | SLPFindSrvs.c | 47 static SLPBoolean unpackDAAdvert_srv(slp_handle_impl_t *, char *, 50 static SLPBoolean unpackSAAdvert_srv(slp_handle_impl_t *, char *, 103 SLPBoolean slp_unpackSrvReply(slp_handle_impl_t *hp, char *reply, in slp_unpackSrvReply() 111 SLPBoolean cont = SLP_TRUE; in slp_unpackSrvReply() 221 static SLPBoolean unpackDAAdvert_srv(slp_handle_impl_t *hp, char *reply, in unpackDAAdvert_srv() 225 SLPBoolean cont = SLP_TRUE; in unpackDAAdvert_srv() 279 static SLPBoolean unpackSAAdvert_srv(slp_handle_impl_t *hp, char *reply, in unpackSAAdvert_srv() 283 SLPBoolean cont = SLP_TRUE; in unpackSAAdvert_srv() 522 SLPBoolean cont = SLP_TRUE; in process_surl_node()
|
| H A D | SLPFindAttrs.c | 43 static SLPBoolean unpackDAAdvert_attr(slp_handle_impl_t *, char *, 46 static SLPBoolean unpackSAAdvert_attr(slp_handle_impl_t *, char *, 102 SLPBoolean slp_UnpackAttrReply(slp_handle_impl_t *hp, char *reply, in slp_UnpackAttrReply() 110 SLPBoolean cont = SLP_TRUE; in slp_UnpackAttrReply() 193 static SLPBoolean unpackDAAdvert_attr(slp_handle_impl_t *hp, char *reply, in unpackDAAdvert_attr() 197 SLPBoolean cont = SLP_TRUE; in unpackDAAdvert_attr() 250 static SLPBoolean unpackSAAdvert_attr(slp_handle_impl_t *hp, char *reply, in unpackSAAdvert_attr() 254 SLPBoolean cont = SLP_TRUE; in unpackSAAdvert_attr()
|
| H A D | slp_net_utils.h | 37 extern SLPBoolean slp_on_subnet(slp_handle_impl_t *, struct in_addr); 38 extern SLPBoolean slp_on_localhost(slp_handle_impl_t *, struct in_addr);
|
| H A D | SLPGetRefreshInterval.c | 40 static SLPBoolean refresh_interval_cb(SLPHandle, const char *, 93 static SLPBoolean refresh_interval_cb(SLPHandle h, const char *attrs, in refresh_interval_cb()
|
| H A D | SLPReg.c | 113 static SLPBoolean check_reregs(); 128 const char *, SLPBoolean, struct reg_msg **); 139 const char *pcAttrs, SLPBoolean fresh, in SLPReg() 192 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 | 30 static SLPBoolean UnpackSrvTypesReply(slp_handle_impl_t *, char *, 70 static SLPBoolean UnpackSrvTypesReply(slp_handle_impl_t *hp, char *reply, in UnpackSrvTypesReply() 78 SLPBoolean cont = SLP_TRUE; in UnpackSrvTypesReply()
|
| H A D | slp_net.c | 62 static SLPBoolean tcp_thr_running = SLP_FALSE; 72 SLPBoolean free_target; 126 const char *scopes, SLPBoolean free_target, in slp_uc_tcp_send() 197 SLPBoolean use_tcp; in slp_uc_udp_send() 469 SLPBoolean free_target, etimed; in tcp_thread() 707 SLPBoolean have_valid_if = SLP_FALSE; in make_mc_target() 708 SLPBoolean use_broadcast = slp_get_usebroadcast(); in make_mc_target() 969 SLPBoolean sent_one = SLP_FALSE; in bc_sendmsg()
|
| H A D | slp_ua_common.c | 134 SLPBoolean cont; in consumer() 177 SLPBoolean use_tcp = SLP_FALSE; in slp_call()
|
| H A D | slp_net_utils.c | 140 SLPBoolean slp_on_subnet(slp_handle_impl_t *hp, struct in_addr addr) { in slp_on_subnet() 183 SLPBoolean slp_on_localhost(slp_handle_impl_t *hp, struct in_addr addr) { in slp_on_localhost()
|
| H A D | SLPOpen.c | 36 SLPError SLPOpen(const char *pcLang, SLPBoolean isAsync, SLPHandle *phSLP) { in SLPOpen()
|
| H A D | slp_targets.c | 114 SLPBoolean used, failed; 467 static SLPBoolean collect_DAs(SLPHandle h, const char *u, in collect_DAs()
|
| H A D | SLPParseSrvURL.c | 43 SLPBoolean isServiceURL;
|
| H A D | slp_queue.c | 191 void *slp_dequeue_timed(slp_queue_t *qa, timestruc_t *to, SLPBoolean *etimed) { in slp_dequeue_timed()
|
| H A D | slp_utils.c | 193 void slp_add2list(const char *item, char **list, SLPBoolean check_onlist) { in slp_add2list()
|
| /illumos-gate/usr/src/cmd/ldapcachemgr/ |
| H A D | cachemgr_discovery.c | 141 static SLPBoolean next_attr(char **t_inout, char **v_inout, in next_attr() 238 static SLPBoolean aggregate_attrs(SLPHandle h, const char *attrs_in, in aggregate_attrs() 301 static SLPBoolean foreach_server(SLPHandle hin, const char *u, in foreach_server() 437 static SLPBoolean foreach_context(SLPHandle h, const char *attrs_in, in foreach_context()
|