Searched refs:ttl (Results 1 - 25 of 108) sorted by relevance

12345

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSRecord.java41 @param ttl
44 void update( int flags, byte[] rData, int ttl) argument
H A DDNSSDRecordRegistrar.java49 @param ttl
58 int rrclass, byte[] rdata, int ttl)
57 registerRecord( int flags, int ifIndex, String fullname, int rrtype, int rrclass, byte[] rdata, int ttl) argument
H A DDNSSDRegistration.java50 @param ttl
57 DNSRecord addRecord( int flags, int rrType, byte[] rData, int ttl) argument
H A DQueryListener.java53 @param ttl
57 int rrtype, int rrclass, byte[] rdata, int ttl);
56 queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, int rrtype, int rrclass, byte[] rdata, int ttl) argument
H A DDNSSD.java739 public void update( int flags, byte[] rData, int ttl) argument
742 this.ThrowOnErr( this.Update( flags, rData, ttl));
760 protected native int Update( int flags, byte[] rData, int ttl); argument
777 public DNSRecord addRecord( int flags, int rrType, byte[] rData, int ttl) argument
782 this.ThrowOnErr( this.AddRecord( flags, rrType, rData, ttl, newRecord));
797 protected native int AddRecord( int flags, int rrType, byte[] rData, int ttl, AppleDNSRecord destObj); argument
812 int rrclass, byte[] rdata, int ttl)
817 this.ThrowOnErr( this.RegisterRecord( flags, ifIndex, fullname, rrtype, rrclass, rdata, ttl, newRecord));
826 int rrclass, byte[] rdata, int ttl, AppleDNSRecord destObj);
811 registerRecord( int flags, int ifIndex, String fullname, int rrtype, int rrclass, byte[] rdata, int ttl) argument
825 RegisterRecord( int flags, int ifIndex, String fullname, int rrtype, int rrclass, byte[] rdata, int ttl, AppleDNSRecord destObj) argument
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_ldap.c132 int ttl; local
148 ttl = (lrand48() % interval);
150 ttl = t->initTtlLo;
153 rootDirTtl = t->ttl;
155 ttl = rootDirTtl = 3600;
158 ttl = rootDirTtl;
161 rootDirExpire = now.tv_sec + ttl;
H A Ddb_table.cc239 m->ttl = (ldapDBTableMapping.ttl > 0) ?
240 ldapDBTableMapping.ttl : 3600;
587 time_t lo, hi, ttl; local
593 ttl = mapping.ttl;
595 if (ttl == 0)
596 ttl = -1;
614 ttl = t->ttl;
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dttl_utils.c69 datum ttl; local
75 if ((map == NULL) || (map->ttl == NULL))
79 ttl = dbm_fetch(map->ttl, *key);
81 if (NULL == ttl.dptr) {
111 if (ttl.dsize != sizeof (struct timeval)) {
119 map->map_name, dbm_error(map->ttl));
144 bcopy(ttl.dptr, &old_time, sizeof (struct timeval));
192 int ttl; local
198 ttl
[all...]
H A Dshim.c129 /* Delete from and ttl map. Not a huge disaster if it fails. */
130 dbm_delete(map->ttl, key);
271 dbm_close(map->ttl);
583 value = dbm_fetch(map->ttl, key);
613 dbm_store(map->ttl, key, value, DBM_REPLACE);
H A Dmap_ctrl.c105 map->ttl = NULL;
234 "ttl path derived from %s", name);
250 map->ttl = NULL;
359 if (NULL != map->ttl) {
360 dbm_close(map->ttl);
361 map->ttl = NULL;
484 map->ttl = dbm_open(map->ttl_path, O_RDWR | O_CREAT, 0644);
485 if (NULL == map->ttl) {
/illumos-gate/usr/src/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c57 static int ttl, valid; local
91 ttl += rv;
93 if (ttl < 10000) {
98 printf("enabled %d probes; resetting device.\n", ttl);
111 ttl = 0;
139 ttl += rv;
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_ttl.c98 u_long ttl, tmp; local
101 ttl = 0;
126 ttl += tmp;
135 ttl += tmp;
138 *dst = ttl;
H A Dns_parse.c179 rr->ttl = 0;
185 NS_GET32(rr->ttl, handle->_msg_ptr);
241 rr->ttl = 0;
247 NS_GET32(rr->ttl, handle->_msg_ptr);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dip.h15 uint8_t ttl; member in struct:iphdr
H A Dgrub.h83 extern void build_ip_hdr P((unsigned long destip, int ttl, int protocol,
86 unsigned int srcsock, unsigned int destsock, int ttl,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h77 uchar_t ttl; /* ttl packet left with */ member in struct:outdata
H A Dtraceroute_aux.c195 int seq, int ttl, struct timeval *tp, int packlen)
230 outip->ip_ttl = ttl;
239 if (setsockopt(sndsock, IPPROTO_IP, IP_TTL, (char *)&ttl,
240 sizeof (ttl)) < 0) {
261 outdata->ttl = ttl;
194 send_probe(int sndsock, struct sockaddr *to, struct ip *outip, int seq, int ttl, struct timeval *tp, int packlen) argument
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingQueryListener.java63 int rrtype, int rrclass, byte[] rdata, int ttl)
72 fTTL = ttl;
62 queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, int rrtype, int rrclass, byte[] rdata, int ttl) argument
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c434 if (result->ttl > now) {
464 if (result->ttl > now) {
483 time_t ttl = CACHE_TTL + gethrestime_sec(); local
502 result->uid_ttl = ttl;
508 new->uid_ttl = ttl;
542 result->ttl = ttl;
548 new->ttl = ttl;
572 time_t ttl local
660 time_t ttl = CACHE_TTL + gethrestime_sec(); local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_cache.c344 entry.addr_list.refresh_ttl = entry.addr_list.ttl =
365 addr->ttl = name_addr->ttl;
373 addr->ttl = name_addr->ttl;
457 if (addr->ttl < 1) {
459 addr->ttl = addr->refresh_ttl;
461 addr->refresh_ttl = addr->ttl =
541 if (addr->ttl > 0) {
542 addr->ttl
[all...]
H A Dsmbns_netbios_name.c264 TO_MILLISECONDS(answer->ttl) :
336 uint32_t ttl; local
356 if (answer->ttl)
357 addr->ttl = answer->ttl;
359 addr->ttl = DEFAULT_TTL;
360 addr->refresh_ttl = TO_SECONDS(addr->ttl);
361 addr->ttl = addr->refresh_ttl;
414 ttl = (answer && answer->ttl)
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c113 int ttl; local
136 &rcode, false, &ttl);
137 renew = curtime() + ttl;
232 int ttl = 0; local
357 GETLONG(ttl, cp);
418 if (ttl > 0 && pttl != NULL)
419 *pttl = ttl;
803 int ttl = 0; local
1017 GETLONG(ttl, ap);
1164 if (ttl >
[all...]
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c797 time_t ttl = CACHE_TTL + time(NULL); local
816 result->uid_ttl = ttl;
828 new->uid_ttl = ttl;
866 result->sid_ttl = ttl;
878 new->sid_ttl = ttl;
909 time_t ttl = CACHE_TTL + time(NULL); local
928 result->gid_ttl = ttl;
942 new->gid_ttl = ttl;
978 result->sid_ttl = ttl;
990 new->sid_ttl = ttl;
1019 time_t ttl = CACHE_TTL + time(NULL); local
1198 time_t ttl = CACHE_TTL + time(NULL); local
1328 time_t ttl = CACHE_TTL + time(NULL); local
[all...]
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.h80 int ttl; member in struct:mdns_querydata
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h1260 * ttl: The time to live of the resource record, in seconds.
1276 uint32_t ttl
1301 * ttl: The time to live of the updated resource record, in seconds.
1316 uint32_t ttl
1603 * with a ttl of 0, i.e. "Remove" events.
1623 * ttl: If the client wishes to cache the result for performance reasons,
1648 uint32_t ttl,
1729 * ttl: If the client wishes to cache the result for performance reasons,
1751 uint32_t ttl,
1893 * ttl
[all...]

Completed in 134 milliseconds

12345