| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| netscope.c | 41 isc_uint32_t zone; local 61 zone = (isc_uint32_t)ifid; 69 zone = (isc_uint32_t)(llz & 0xffffffffUL); 70 if (zone != llz) 76 *zoneid = zone;
|
| /src/external/mpl/bind/dist/lib/isc/ |
| netscope.c | 34 uint32_t zone = 0; local 59 zone = (uint32_t)ifid; 68 zone = (uint32_t)(llz & 0xffffffffUL); 69 if (zone != llz) { 76 *zoneid = zone;
|
| getaddresses.c | 70 uint32_t zone = 0; local 89 &in6, &zone); 97 isc_netaddr_setzone(&na, zone);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| netscope.c | 34 uint32_t zone = 0; local 59 zone = (uint32_t)ifid; 68 zone = (uint32_t)(llz & 0xffffffffUL); 69 if (zone != llz) { 76 *zoneid = zone;
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/ |
| netaddr.h | 47 isc_uint32_t zone; member in struct:isc_netaddr 119 isc_netaddr_setzone(isc_netaddr_t *netaddr, isc_uint32_t zone);
|
| /src/external/gpl2/rcs/dist/src/ |
| partime.h | 63 long zone; member in struct:partime
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| netaddr.h | 48 uint32_t zone; member in struct:isc_netaddr 120 isc_netaddr_setzone(isc_netaddr_t *netaddr, uint32_t zone);
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| util.py | 13 import dns.zone namespace 18 zone: dns.zone.Zone, rrset: dns.rrset.RRset, compare_ttl=False 20 """Check if a zone contains RRset""" 30 for _, node in zone.nodes.items():
|
| name.py | 18 import dns.zone namespace 35 Categorize names in zone and provide list of ENTs: 40 - reachable - non-empty authoritative nodes in zone 45 - have NS RR on it, are not zone's apex, and are not occluded 52 - Zone must be constant. 58 zonedb = dns.zone.from_file(zf, origin, relativize=False) 61 def __init__(self, zone: dns.zone.Zone): 62 self.zone = zon [all...] |
| /src/lib/libc/compat/gen/ |
| compat_timezone.c | 64 static char czone[TZ_MAX_CHARS]; /* space for zone name */ 67 timezone(int zone, int dst) 83 return(_tztab(zone,dst)); /* default: table or created zone */ 86 static const struct zone { struct 111 * check static tables or create a new zone name; broken out so that 112 * we can make a guess as to what the zone is if the standard tables 117 _tztab(int zone, int dst) 119 const struct zone *zp; 123 if (zp->offset == zone) { [all...] |
| /src/lib/libutil/ |
| parsedate.y | 138 | zone { param->yyHaveZone++; } 325 zone: label 623 { "eet", tZONE, -HOUR(2) }, /* Eastern Europe, USSR Zone 1 */ 624 { "bt", tZONE, -HOUR(3) }, /* Baghdad, USSR Zone 2 */ 626 { "zp4", tZONE, -HOUR(4) }, /* USSR Zone 3 */ 627 { "zp5", tZONE, -HOUR(5) }, /* USSR Zone 4 */ 629 { "zp6", tZONE, -HOUR(6) }, /* USSR Zone 5 */ 634 { "sst", tZONE, -HOUR(7) }, /* South Sumatra, USSR Zone 6 */ 644 { "cct", tZONE, -HOUR(8) }, /* China Coast, USSR Zone 7 */ 647 { "jst", tZONE, -HOUR(9) }, /* Japan Standard, USSR Zone 8 * [all...] |
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| netaddr.h | 42 uint32_t zone; member in struct:isc_netaddr 116 isc_netaddr_setzone(isc_netaddr_t *netaddr, uint32_t zone);
|
| /src/external/mpl/bind/dist/tests/dns/ |
| zonemgr_test.c | 34 #include <dns/zone.h> 54 /* create zone manager */ 69 /* manage and release a zone */ 72 dns_zone_t *zone = NULL; local 79 result = dns_test_makezone("foo", &zone, NULL, false); 85 result = dns_zonemgr_managezone(myzonemgr, zone); 90 dns_zonemgr_releasezone(myzonemgr, zone); 91 dns_zone_detach(&zone); 102 /* create and release a zone */ 105 dns_zone_t *zone = NULL local 131 dns_zone_t *zone = NULL; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| callbacks.h | 49 * format zone file. 58 dns_zone_t *zone; member in struct:dns_rdatacallbacks
|
| /src/external/mpl/bind/dist/bin/tests/system/chain/ans3/ |
| ans.py | 21 import dns.zone namespace 33 zone: dns.zone.Zone, name: dns.name.Name 35 node = zone.get_node(name) 47 prepared from zone data. 55 assert qctx.zone 56 assert qctx.zone.origin 58 relative_qname = qctx.qname.relativize(qctx.zone.origin) 63 dname_rrset = get_dname_rrset_at_name(qctx.zone, dname_owner [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/nsec/ |
| tests_excessive_rrsigs.py | 17 import dns.zone namespace 45 zone = "excessive-nsec-rrsigs" 46 infile = f"{zone}.db.in" 47 signedfile = f"{zone}.db.signed" 49 isctest.log.info(f"{zone}: generate ksk and zsk") 50 ksk_name = keygen(f"-f KSK {zone}").out.strip() 51 keygen(f"{zone}").out.strip() 54 isctest.log.info(f"{zone}: sign zone") 55 signer(f"-P -x -O full -o {zone} -f {signedfile} {infile}", cwd="ns2" [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| callbacks.h | 62 dns_zone_t *zone; member in struct:dns_rdatacallbacks
|
| /src/external/mpl/bind/dist/bin/tests/system/optout/ |
| tests_optout.py | 20 import dns.zone namespace 40 def has_nsec3param(zone, response): 41 match = rf"{re.escape(zone)}\.\s+\d+\s+IN\s+NSEC3PARAM\s+1\s+0\s+0\s+-" 58 xfr = dns.zone.Zone(origin=f"{qname}.", relativize=False) 65 def verify_zone(zone, transfer): 69 filename = f"{zone}.out" 74 verify_cmd = [verify, "-z", "-o", zone, filename] 79 isctest.log.error(f"dnssec-verify {zone} failed") 85 zone = "test [all...] |
| /src/external/bsd/nsd/dist/ |
| nsd-checkzone.c | 37 fprintf(stderr, "Usage: nsd-checkzone [-p] <zone name> <zone file>\n"); 38 fprintf(stderr, "\t-p\tprint the zone if the zone is ok\n"); 39 fprintf(stderr, "\t-i <old zone file>\tcreate an IXFR from the differences between the\n\t\told zone file and the new zone file. Writes to \n\t\t<zonefile>.ixfr and renames other <zonefile>.ixfr files to\n\t\t<zonefile>.ixfr.num+1.\n"); 52 zone_type* zone; local 61 error("cannot parse zone name '%s'", name); 67 zone = namedb_zone_create(nsd->db, dname, zo) [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| getdate.y | 152 /* tm_isdst flag for the local zone. */ 155 /* Time zone, in minutes east of UTC. */ 188 /* Table of local time zone abbrevations, terminated by a null entry. */ 252 | zone 353 zone: label 686 /* The universal time zone table. These labels can be used even for 697 /* The time zone table. This table is necessarily incomplete, as time 698 zone abbreviations are ambiguous; e.g. Australians interpret "EST" 700 You cannot rely on getdate to handle arbitrary time zone 754 /* Military time zone table. * [all...] |
| /src/external/mpl/bind/dist/lib/ns/ |
| notify.c | 24 #include <dns/zone.h> 81 dns_zone_t *zone = NULL; local 115 /* The zone section must have exactly one name. */ 152 &zone); 154 dns_zonetype_t zonetype = dns_zone_gettype(zone); 164 "received notify for zone '%s'%s", namebuf, 166 result = dns_zone_notifyreceive(zone, from, to, 174 "received notify for zone '%s'%s: %s", namebuf, tsigbuf, 178 if (zone != NULL) { 179 dns_zone_detach(&zone); [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ans2/ |
| ans.py | 19 import dns.zone namespace 30 EXAMPLE = dns.zone.from_file("example.signed.db", origin="example.", relativize=False) 35 # can validate down to the zone and reach the DS query. 36 SECURE = dns.zone.from_file("secure.signed.db", origin="secure.", relativize=False) 40 zone: dns.zone.Zone, 51 node = zone.get_node(name) 63 """Serve a signed zone faithfully, but answer queries for the configured 66 def __init__(self, zone: dns.zone.Zone, cname_qtypes) -> None [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ |
| tests_cname_rejection.py | 22 import dns.zone namespace 35 flags=Flag.ZONE | Flag.SEP, 38 zone = dns.zone.from_file(db_in, origin=origin) 39 with zone.writer() as txn: 41 zone=zone, 48 zone.to_file(signed_out) 159 'secure.' is a properly signed zone (so validation reaches the DS query),
|
| /src/external/mpl/bind/dist/bin/tests/system/xferquota/ |
| tests_xferquota.py | 24 import dns.zone namespace 32 "ns1/zone*.example.db", 35 "ns2/zone*.example.bk", 42 # Changing test zone ensuring that the time stamp changes 53 # Iterate through zone files and count matching lines (records) 55 zone = dns.zone.from_file( 58 for name, _ttl, rdata in zone.iterate_rdatas(rdtype="A"): 60 re.fullmatch("xyzzy.zone[0-9]+.example.", name.to_text()) 116 zone = dns.zone.Zone("quota." [all...] |
| /src/sys/fs/filecorefs/ |
| filecore_bmap.c | 138 u_long frag, sect, zone, izone, a, b, m, n; local 151 zone = frag / fcmp->idspz; 153 zone = fcmp->drec.nzones / 2; 154 izone = zone; 155 if (zone != 0) 156 zaddr=((8<<fcmp->drec.log2secsize)-fcmp->drec.zone_spare)*zone 164 error=bread(fcmp->fc_devvp, fcmp->map + zone, 168 fcmp->map+zone, 1 << fcmp->drec.log2secsize, bp, error); 174 ptr = (u_long *)(bp->b_data) + 1; /* skip map zone header */ 175 if (zone == 0 [all...] |