Home
last modified time | relevance | path

Searched refs:SLPPropertyGet (Results 1 – 10 of 10) sorted by relevance

/dports/net/openslp/openslp-2.0.0/common/
H A Dslp_property.h56 const char * SLPPropertyGet(const char * name, char * buffer, size_t * bufsz);
H A Dslp_property.c519 char const * SLPPropertyGet(char const * name, char * buffer, size_t * bufszp) in SLPPropertyGet() function
962 pval = SLPPropertyGet("net.slp.traceDATraffic", 0, 0); in main()
991 pval = SLPPropertyGet("net.slp.OpenSLPConfigFile", 0, 0); in main()
/dports/net/openslp/openslp-2.0.0/libslp/
H A Dlibslp_property.c130 return SLPPropertyGet(pcName, 0, 0); in SLPGetProperty()
H A Dlibslp_handle.c212 pcLang = SLPPropertyGet("net.slp.locale", 0, 0); in SLPOpen()
H A Dlibslp_dereg.c248 handle->params.dereg.scopelist = SLPPropertyGet("net.slp.useScopes", 0, 0); in SLPDereg()
H A Dlibslp_knownda.c527 const char * useScopes = SLPPropertyGet("net.slp.useScopes", 0, 0); in KnownDADiscoverFromDHCP()
932 useScopes = SLPPropertyGet("net.slp.useScopes", 0, 0); in KnownDAGetScopes()
H A Dlibslp_findattrs.c361 pcScopeList = SLPPropertyGet("net.slp.useScopes", 0, 0); in SLPFindAttrs()
H A Dlibslp_findsrvtypes.c374 pcScopeList = SLPPropertyGet("net.slp.useScopes", 0, 0); in SLPFindSrvTypes()
H A Dlibslp_reg.c373 handle->params.reg.scopelist = SLPPropertyGet("net.slp.useScopes", 0, 0); in SLPReg()
H A Dlibslp_findsrvs.c445 pcScopeList = SLPPropertyGet("net.slp.useScopes", 0, 0); in SLPFindSrvs()