SLPGetProperty
isDA = SLPGetProperty("net.slp.isDA");
proxyReg = SLPGetProperty("net.slp.serializedRegURL");
const char *locale = SLPGetProperty("net.slp.locale");
char *scope = (char *)SLPGetProperty("net.slp.useScopes");
spi = (char *)SLPGetProperty(SLP_CONFIG_SPI);
spi = (char *)SLPGetProperty(SLP_CONFIG_SPI);
if (!(hp->locale = SLPGetProperty(SLP_CONFIG_LOCALE))) {
useScopes = SLPGetProperty(SLP_CONFIG_USESCOPES);
if ((type_hint = SLPGetProperty(SLP_CONFIG_TYPEHINT)) != NULL &&
#define slp_get_mcmaxwait() atoi(SLPGetProperty(SLP_CONFIG_MULTICASTMAXWAIT))
#define slp_get_maxresults() atoi(SLPGetProperty(SLP_CONFIG_MAXRESULTS))
#define slp_get_multicastTTL() atoi(SLPGetProperty(SLP_CONFIG_MULTICASTTTL))
(!strcasecmp(SLPGetProperty(SLP_CONFIG_ISBROADCASTONLY), "true"))
(!strcasecmp(SLPGetProperty(SLP_CONFIG_SECURITY_ON), "true"))
(!strcasecmp(SLPGetProperty(SLP_CONFIG_BYPASS_AUTH), "true"))
SLPGetProperty(
if (!(sign_as = (char *)SLPGetProperty(SLP_CONFIG_SIGN_AS)) ||
if (!(libname = SLPGetProperty(SLP_CONFIG_AUTH_BACKEND)) ||
prop_spi = (char *)SLPGetProperty(SLP_CONFIG_SPI);
size = atoi(SLPGetProperty(SLP_CONFIG_MTU));
int num = atoi(SLPGetProperty(SLP_CONFIG_MAXRESULTS));
timeouts = SLPGetProperty(SLP_CONFIG_DATAGRAMTIMEOUTS);
timeouts = SLPGetProperty(SLP_CONFIG_MULTICASTTIMEOUTS);
if ((ifs_string = (char *)SLPGetProperty(
char *ifs = (char *)SLPGetProperty(SLP_CONFIG_INTERFACES);
if ((use_xbyy = SLPGetProperty(SLP_CONFIG_USEGETXXXBYYYY)) != NULL &&