Home
last modified time | relevance | path

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

/dports/net/openslp/openslp-2.0.0/slpd/
H A Dslpd_property.c81 …G_SlpdProperty.DAActiveDiscoveryInterval = SLPPropertyAsInteger("net.slp.DAActiveDiscoveryInterval… in SLPDPropertyReinit()
90 G_SlpdProperty.staleDACheckPeriod = SLPPropertyAsInteger("net.slp.staleDACheckPeriod"); in SLPDPropertyReinit()
99 G_SlpdProperty.multicastTTL = SLPPropertyAsInteger("net.slp.multicastTTL"); in SLPDPropertyReinit()
100 G_SlpdProperty.multicastMaximumWait = SLPPropertyAsInteger("net.slp.multicastMaximumWait"); in SLPDPropertyReinit()
101 G_SlpdProperty.unicastMaximumWait = SLPPropertyAsInteger("net.slp.unicastMaximumWait"); in SLPDPropertyReinit()
103 G_SlpdProperty.randomWaitBound = SLPPropertyAsInteger("net.slp.randomWaitBound"); in SLPDPropertyReinit()
104 G_SlpdProperty.maxResults = SLPPropertyAsInteger("net.slp.maxResults"); in SLPDPropertyReinit()
125 G_SlpdProperty.DAHeartBeat = SLPPropertyAsInteger("net.slp.DAHeartBeat"); in SLPDPropertyReinit()
143 G_SlpdProperty.port = (uint16_t)SLPPropertyAsInteger("net.slp.port"); in SLPDPropertyReinit()
154 slp_max_ifaces = SLPPropertyAsInteger("net.slp.max_ifaces"); in SLPDPropertyReinit()
/dports/net/openslp/openslp-2.0.0/common/
H A Dslp_property.c205 s_GlobalPropertyMTU = SLPPropertyAsInteger("net.slp.MTU"); in InitializeMTUPropertyValue()
684 int SLPPropertyAsInteger(char const * name) in SLPPropertyAsInteger() function
966 ival = SLPPropertyAsInteger("net.slp.DAHeartBeat"); in main()
979 ival = SLPPropertyAsInteger("net.slp.fake"); in main()
H A Dslp_property.h60 int SLPPropertyAsInteger(const char * name);
H A Dslp_xcast.c98 (uint16_t)SLPPropertyAsInteger("net.slp.port"), 0); in SLPBroadcastSend()
196 …(SetMulticastTTL(family, socks->sock[socks->sock_count], SLPPropertyAsInteger("net.slp.multicastTT… in SLPMulticastSend()
H A Dslp_net.c723 a->sin6_port = htons((uint16_t)SLPPropertyAsInteger("net.slp.port")); in SLPNetGetSrvMcastAddr()
/dports/net/openslp/openslp-2.0.0/libslp/
H A Dlibslp_network.c252 port = (uint16_t)SLPPropertyAsInteger("net.slp.port"); in NetworkGetMcastAddrs()
379 if (!SLPNetSetAddr(peeraddr, AF_INET6, (uint16_t)SLPPropertyAsInteger("net.slp.port"), in NetworkConnectToSlpd()
387 (uint16_t)SLPPropertyAsInteger("net.slp.port"), &tempAddr) == 0) in NetworkConnectToSlpd()
602 maxwait = SLPPropertyAsInteger("net.slp.multicastMaximumWait"); in NetworkRqstRply()
614 maxwait = SLPPropertyAsInteger("net.slp.unicastMaximumWait"); in NetworkRqstRply()
636 maxwait = SLPPropertyAsInteger("net.slp.DADiscoveryMaximumWait"); in NetworkRqstRply()
1075 maxwait = SLPPropertyAsInteger("net.slp.multicastMaximumWait"); in NetworkMcastRqstRply()
1083 maxwait = SLPPropertyAsInteger("net.slp.DADiscoveryMaximumWait"); in NetworkMcastRqstRply()
1262 unicastwait = SLPPropertyAsInteger("net.slp.unicastMaximumWait"); in NetworkMcastRqstRply()
1558 maxwait = SLPPropertyAsInteger("net.slp.unicastMaximumWait"); in NetworkMultiUcastRqstRply()
[all …]
H A Dlibslp_knownda.c211 … destaddrs[numdas].sin_port = htons((uint16_t)SLPPropertyAsInteger("net.slp.port")); in KnownDASpanningListFind()
492 && SLPPropertyAsInteger("net.slp.DADiscoveryMaximumWait")) in KnownDADiscoverFromMulticast()
533 SLPNetSetAddr(&peeraddr, AF_INET, (uint16_t)SLPPropertyAsInteger("net.slp.port"), 0); in KnownDADiscoverFromDHCP()
592 … SLPNetSetParams(&peeraddr, peeraddr.ss_family, (uint16_t)SLPPropertyAsInteger("net.slp.port")); in KnownDADiscoverFromProperties()
817 SLPNetSetPort(peeraddr, (uint16_t)SLPPropertyAsInteger("net.slp.port")); in KnownDAConnect()
H A Dlibslp_handle.c371 if (SLPNetSetPort(&handle->ucaddr, (uint16_t)SLPPropertyAsInteger("net.slp.port")) != 0) in SLPAssociateIP()
H A Dlibslp_findsrvtypes.c83 maxResults = SLPPropertyAsInteger("net.slp.maxResults"); in CollateToSLPSrvTypeCallback()
H A Dlibslp_findsrvs.c81 maxResults = SLPPropertyAsInteger("net.slp.maxResults"); in CollateToSLPSrvURLCallback()