Searched refs:slp (Results 76 - 100 of 119) sorted by relevance

12345

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SAttrMsg.java37 package com.sun.slp;
H A DServiceType.java35 package com.sun.slp;
H A DServiceURL.java31 package com.sun.slp;
H A DDATable.java36 package com.sun.slp;
56 final static String DA_TABLE_CLASS_PROP = "sun.net.slp.DATableClass";
60 final static String SA_ONLY_SCOPES_PROP = "sun.net.slp.SAOnlyScopes";
173 * sun.net.slp.DATableClass determines the class.
H A DIANACharCode.java36 package com.sun.slp;
H A DSLPTemplateRegistry.java36 package com.sun.slp;
46 * An slp-template URL has the following format:
48 * service:slp-template:<document URL>;type=<service type>;
91 static final String TEMPLATE_SERVICE_TYPE = "service:slp-template";
H A DServiceLocationManager.java31 package com.sun.slp;
89 System.getProperty("sun.net.slp.LocatorImpl");
91 className = "com.sun.slp.UARequester";
133 System.getProperty("sun.net.slp.AdvertiserImpl");
135 className = "com.sun.slp.SARequester";
H A DSunDATable.java35 package com.sun.slp;
H A DParser.java35 package com.sun.slp;
H A DServerDATable.java35 package com.sun.slp;
H A DServiceStoreFactory.java35 package com.sun.slp;
53 "com.sun.slp.ServiceStoreInMemory";
56 "sun.net.slp.serviceStoreClass";
H A DSrvLocHeader.java35 package com.sun.slp;
H A DSunServerDATable.java35 package com.sun.slp;
54 * system property "sun.net.slp.SAOnlyScopes". By convention, this is
H A DUARequester.java35 package com.sun.slp;
H A Dslpd.java31 package com.sun.slp;
92 private static final String SERVER_BUNDLE_NAME = "com/sun/slp/Server";
168 * sun.net.slp.loggerClass property.
306 props.setProperty("sun.net.slp.configURL",
373 props.put(DATable.DA_TABLE_CLASS_PROP, "com.sun.slp.SunServerDATable");
662 if (System.getProperty("sun.net.slp.loggerClass") == null) {
664 props.setProperty("sun.net.slp.loggerClass", "com.sun.slp.Syslog");
682 return Boolean.getBoolean("net.slp.isDA");
698 Class.forName("com.sun.slp
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPFindSrvTypes.c30 #include <slp-internal.h>
H A Dslp-internal.h44 #include <slp.h>
82 #define SLP_CONFIG_USESCOPES "net.slp.useScopes"
83 #define SLP_CONFIG_ISBROADCASTONLY "net.slp.isBroadcastOnly"
84 #define SLP_CONFIG_MULTICASTTTL "net.slp.multicastTTL"
85 #define SLP_CONFIG_MULTICASTMAXWAIT "net.slp.multicastMaximumWait"
86 #define SLP_CONFIG_DATAGRAMTIMEOUTS "net.slp.datagramTimeouts"
87 #define SLP_CONFIG_MULTICASTTIMEOUTS "net.slp.multicastTimeouts"
88 #define SLP_CONFIG_MTU "net.slp.mtu"
89 #define SLP_CONFIG_INTERFACES "net.slp.interfaces"
90 #define SLP_CONFIG_LOCALE "net.slp
[all...]
H A Dslp_ua_common.c35 #include <slp-internal.h>
H A Dslp_net_utils.c40 #include <slp-internal.h>
H A Dslp_utils.c64 #include <slp-internal.h>
96 * Start and end slp calls
H A DSLPFindAttrs.c31 #include <slp-internal.h>
H A DSLPFindSrvs.c32 #include <slp-internal.h>
H A DSLPUtils.c40 #include <slp-internal.h>
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c1356 register struct slnod *slp; local
1386 slp = (struct slnod*)np->nvenv;
1387 sh_funstaks(slp->slchild,1);
1388 staklink(slp->slptr);
1418 sh_funstaks(slp->slchild,-1);
1419 stakdelete(slp->slptr);
2457 register struct slnod *slp; local
2557 slp = (struct slnod*)np->nvenv;
2558 sh_funstaks(slp->slchild,-1);
2559 stakdelete(slp
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c679 mdsetnamelist_t *slp; local
684 for (slp = setlistp; (slp != NULL); slp = slp->next) {
685 sp = slp->sp;

Completed in 81 milliseconds

12345