Searched defs:scopes (Results 26 - 35 of 35) sorted by relevance

12

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_targets.c51 * DAs which support the greatest number of requested scopes are called
69 * slp_new_target_list: creates a new target list for the given scopes,
70 * and populates with all known DAs for these scopes.
71 * slp_get_uc_scopes: returns a list of all scopes for which there are
73 * slp_get_mc_scopes: returns a list of all scopes for which there are
115 char *scopes; member in struct:da_node
128 struct scope_targets **scopes; member in struct:target_list
142 SLPError slp_new_target_list(slp_handle_impl_t *hp, const char *scopes, argument
152 /* count the number of scopes in the list */
154 for (p = (char *)scopes;
378 struct scope_targets **scopes = tl->scopes; local
416 add_da_entry(struct da_node **tel, struct sockaddr_in *sin, char *scopes, slp_net_prox proximity, int c) argument
557 format_query(char *q, const char *scopes) argument
[all...]
H A DSLPUtils.c31 * SLPFindScopes (queries for all known scopes)
47 void *scopes; member in struct:scopes_tree
62 * Finds scopes according the the user administrative model.
74 /* first try administratively configured scopes */
81 /* got scopes */
127 /* unescape scopes list */
140 * Finds scopes according to the adminstrative scoping model. A
141 * comma-seperated list of scopes is returned in *ppcScopes; the
143 * If the return_default parameter is true, and no scopes are found,
179 static SLPBoolean saadvert_callback(SLPHandle hp, char *scopes, argument
282 char *surl, *scopes, *attrs; local
415 char **scopes = (char **)cookie; local
[all...]
H A Dslp_net.c73 const char *scopes; member in struct:tcp_rqst
116 * containing DAs corresponding to 'scopes'. 'free_target' directs
128 const char *scopes, SLPBoolean free_target,
165 rqst->scopes = scopes;
184 * list of DAs corresponding to 'scopes'.
192 const char *scopes) {
206 if (make_header(hp, header, scopes) != SLP_OK)
321 hp, ctarg, scopes, SLP_FALSE, slp_get_xid(header));
334 void slp_mc_send(slp_handle_impl_t *hp, const char *scopes) { argument
127 slp_uc_tcp_send(slp_handle_impl_t *hp, slp_target_t *target, const char *scopes, SLPBoolean free_target, unsigned short xid) argument
191 slp_uc_udp_send(slp_handle_impl_t *hp, slp_target_t *target, const char *scopes) argument
466 const char *scopes; local
637 make_header(slp_handle_impl_t *hp, char *header, const char *scopes) argument
1006 mc_recvmsg(struct pollfd *pfd, nfds_t nfds, slp_handle_impl_t *hp, const char *scopes, char *header, void **collator, unsigned long long final_to, unsigned long long sent, unsigned long long *now, int *noresults, int *anyresults, int timeout) argument
1123 tcp_handoff(slp_handle_impl_t *hp, const char *scopes, struct sockaddr_in *sin, unsigned short xid) argument
[all...]
H A Dslp-internal.h124 struct iovec *scopes; member in struct:__anon4015
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV2.java79 // Maximum protected scopes allowed.
1122 static void escapeScopeStrings(Vector scopes) argument
1125 int i, n = scopes.size();
1129 String scope = (String)scopes.elementAt(i);
1131 scopes.setElementAt(
1139 static void unescapeScopeStrings(Vector scopes) argument
1142 int i, n = scopes.size();
1146 String scope = (String)scopes.elementAt(i);
1148 scopes.setElementAt(
1160 Vector scopes,
1157 getDAAdvert(short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
[all...]
H A DSrvLocHeader.java119 Vector scopes = null; // list of scopes field in class:SrvLocHeader
246 Vector scopes,
243 getDAAdvert(short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
H A DSLPConfig.java193 // Add default scope to scopes for SA.
200 // Initialize SA scopes. This uses a Sun specific property for
201 // scopes only used by the SA and adds in the DA scopes.
836 // Vector of configured scopes.
840 // Vector of configures scopes for SA.
844 // Vector of scopes only in the sa server.
848 // Return the configured scopes.
854 // Return SA scopes.
861 // Return the configured scopes fo
871 addPreconfiguredDAScopes(Vector scopes) argument
[all...]
H A DServiceStoreInMemory.java76 private Vector scopes = null; field in class:ServiceStoreInMemory.ParserBVCollector
78 ParserBVCollector(Vector scopes) { argument
79 this.scopes = scopes;
94 DATable.filterScopes(s, scopes, false);
163 * collector for the collecting records if scopes match.
173 private Vector scopes = null; // the scopes we're looking for field in class:ServiceStoreInMemory.ScopeBVCollector
175 ScopeBVCollector(Vector records, Vector scopes) { argument
177 this.scopes
1099 private Vector scopes = null; // the scopes field in class:ServiceStoreInMemory.ServiceRecordInMemory
1523 register(ServiceURL url, Vector attrs, Vector scopes, Locale locale, Hashtable urlSig, Hashtable attrSig) argument
1600 deregister(ServiceURL url, Vector scopes, Hashtable urlSig) argument
1666 updateRegistration(ServiceURL url, Vector attrs, Vector scopes, Locale locale) argument
1734 deleteAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
1871 findServiceTypes(String namingAuthority, Vector scopes) argument
1963 findServices(String serviceType, Vector scopes, String query, Locale locale) argument
2094 findAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
2230 findAttributes(String serviceType, Vector scopes, Vector attrTags, Locale locale) argument
2342 getServiceRecordsByScope(Vector scopes) argument
2697 deregisterInternal(ServiceURL url, Vector scopes, String lang) argument
2830 findExistingRecord(ServiceURL surl, Vector scopes, String lang) argument
2991 checkScopeStatus(ServiceURL surl, Vector scopes, short errCode) argument
3038 checkForExistingUnderOtherServiceType(ServiceURL url, Vector scopes) argument
3403 languageSupported(String type, Vector scopes, String lang) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c1047 char *pp, *scopes; local
1080 " [no room for auth block scopes: remaining msg length = %u]",
1094 scopes = p;
1104 strncat(pp, scopes, slen);
1120 SKIPFIELD(FIELD_DEFAULT); /* scopes */
1188 SKIPFIELD(FIELD_DEFAULT); /* scopes */
1213 SKIPFIELD(FIELD_DEFAULT); /* scopes */
1250 SKIPFIELD(FIELD_DEFAULT); /* scopes */
1312 SKIPFIELD(FIELD_DEFAULT); /* scopes */
1375 SKIPFIELD(FIELD_DEFAULT); /* scopes */
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c3406 uchar_t scopes[] = { IB_MC_SCOPE_SUBNET_LOCAL, local
3424 for (i = 0; i < sizeof (scopes)/sizeof (scopes[0]); i++) {
3425 state->id_scope = mcg_attr.mc_scope = scopes[i];

Completed in 105 milliseconds

12