Searched defs:ttl (Results 1 - 25 of 83) sorted by relevance

1234

/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 DDNSSDRegistration.java50 @param ttl
57 DNSRecord addRecord( int flags, int rrType, 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 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
/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;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dip.h15 uint8_t ttl; member in struct:iphdr
H A Dpci.c500 int ttl = 48; local
516 while (ttl-- && pos >= 0x40) {
/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/nsswitch/mdns/common/
H A Dmdns_common.h80 int ttl; member in struct:mdns_querydata
/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_newmsg.c158 ns_class rr_class, u_int32_t ttl,
186 NS_PUT32(ttl, t);
156 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, ns_nname_ct name, ns_type type, ns_class rr_class, u_int32_t ttl, u_int16_t rdlen, const u_char *rdata) argument
H A Dns_print.c104 u_long ttl, const u_char *rdata, size_t rdlen,
144 T(x = ns_format_ttl(ttl, buf, buflen));
102 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
/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/cmd/sendmail/src/
H A Dsm_resolve.c212 int type, class, ttl, size, txtlen; local
224 GETLONG(ttl, p);
255 (*rr)->rr_ttl = ttl;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ipsec_pxy.c121 int p, off, dlen, ttl; local
156 ttl = IPF_TTLVAL(ifsipsec->ipsecnattqe->ifq_ttl);
157 ipn->in_tqehead[0] = fr_addtimeoutqueue(&ifs->ifs_nat_utqe, ttl, ifs);
158 ipn->in_tqehead[1] = fr_addtimeoutqueue(&ifs->ifs_nat_utqe, ttl, ifs);
/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.h63 DBM *ttl; /* TTL DBM file */ member in struct:__anon3661
/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc.h87 uint32_t ttl; member in struct:ad_disc_ds
/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/lib/libresolv2/common/sunw/
H A Dsunw_updrec.c219 uint_t ttl) {
224 n = __ISC_res_mkupdrec(section, dname, class, type, ttl);
218 res_mkupdrec(int section, const char *dname, uint_t class, uint_t type, uint_t ttl) argument
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dklookup.c55 int ttl, priority, weight, port, size; local
150 NS_GET32(ttl, ansp); /* ttl */
/illumos-gate/usr/src/uts/common/idmap/
H A Dkidmap_priv.h62 time_t ttl; member in struct:pid2sid
/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c149 int ttl = 255; local
152 (char *)&ttl, sizeof (ttl)) < 0) {
157 (char *)&ttl, sizeof (ttl)) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c457 int32_t ttl; local
555 * class, ttl, and length.
559 + sizeof (ttl)
589 GETINT32(ttl, data);
592 DNS_INDENT "TTL (Time To Live): %d", ttl);

Completed in 130 milliseconds

1234