Home
last modified time | relevance | path

Searched full:labs (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/freebsd/contrib/unbound/util/storage/
H A Ddnstree.c4 * Copyright (c) 2008, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
57 return dname_lab_cmp(x->name, x->labs, y->name, y->labs, &m); in name_tree_compare()
98 uint8_t* name, size_t len, int labs, uint16_t dclass) in name_tree_insert() argument
103 node->labs = labs; in name_tree_insert()
163 (void)dname_lab_cmp(prev->name, prev->labs, node->name, in name_tree_init_parents()
164 node->labs, &m); /* we know prev is smaller */ in name_tree_init_parents()
168 if(p->labs <= m) { in name_tree_init_parents()
180 size_t len, int labs, uint16_t dclass) in name_tree_find() argument
186 key.labs = labs; in name_tree_find()
[all …]
H A Ddnstree.h4 * Copyright (c) 2008, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
65 int labs; member
104 * @param labs: labels in name
109 uint8_t* name, size_t len, int labs, uint16_t dclass);
123 * @param labs: labels in name
128 size_t len, int labs, uint16_t dclass);
135 * @param labs: labels in name
140 size_t len, int labs, uint16_t dclass);
/freebsd/contrib/unbound/validator/
H A Dval_neg.c4 * Copyright (c) 2008, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
70 return dname_canon_lab_cmp(x->name, x->labs, y->name, y->labs, &m); in val_neg_data_compare()
83 return dname_canon_lab_cmp(x->name, x->labs, y->name, y->labs, &m); in val_neg_zone_compare()
288 lookfor.labs = dname_count_labels(lookfor.name); in neg_find_zone()
301 * @param labs: labels in nm
305 uint8_t* nm, size_t len, int labs) in neg_find_data() argument
312 lookfor.labs = labs; in neg_find_data()
366 * @param labs: labelcount of nm.
371 uint8_t* nm, size_t nm_len, int labs, uint16_t qclass) in neg_closest_zone_parent() argument
[all …]
/freebsd/contrib/unbound/util/data/
H A Dmsgencode.c4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
92 int labs; member
101 * @param labs: number of labels in domain name.
112 int labs, struct compress_tree_node** match, int* matchlabels, in compress_tree_search() argument
120 if((c = dname_lab_cmp(dname, labs, p->dname, p->labs, &n)) in compress_tree_search()
146 * @param labs: number of labels in domain name.
152 int labs, struct compress_tree_node*** insertpt) in compress_tree_lookup() argument
156 if(labs <= 1) in compress_tree_lookup()
158 if(compress_tree_search(tree, dname, labs, &p, &m, insertpt)) { in compress_tree_lookup()
[all …]
/freebsd/contrib/ntp/
H A Dreadme.y2kfixes6 been certified by AT&T Labs as part of the "Freeware Y2K
11 For its own internal business purposes AT&T Labs has
15 AT&T Labs is freely releasing this information to the
17 for what AT&T Labs considers an "application".
19 For use outside of AT&T, AT&T Labs is not certifying this
41 Various Y2K updates and tests provided by AT&T Labs.
57 y2k@y2k.labs.att.com
129 See http://y2k.labs.att.com/freeware. There will be no ongoing
131 you may email us at: y2k@y2k.labs.att.com
/freebsd/contrib/unbound/services/
H A Dlocalzone.c4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
170 parse_dname(const char* str, uint8_t** res, size_t* len, int* labs) in parse_dname() argument
173 *labs = 0; in parse_dname()
178 *labs = dname_count_size_labels(*res, len); in parse_dname()
184 local_zone_create(uint8_t* nm, size_t len, int labs, in local_zone_create() argument
196 z->namelabs = labs; in local_zone_create()
212 int labs, enum localzone_type t, uint16_t c) in lz_enter_zone_dname() argument
214 struct local_zone* z = local_zone_create(nm, len, labs, t, c); in lz_enter_zone_dname()
234 z = local_zones_find(zones, nm, len, labs, c); in lz_enter_zone_dname()
[all …]
H A Dlocalzone.h4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
258 * @param labs: labelcount of name.
268 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype,
277 * @param labs: labelcount of name.
284 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype);
373 * @param labs: labelcount of name.
378 uint8_t* name, size_t len, int labs, uint16_t dclass);
386 * @param labs: labelcount of name.
393 uint8_t* name, size_t len, int labs, uint16_t dclass,
[all …]
/freebsd/contrib/unbound/doc/
H A DREADME2 Copyright 2007 NLnet Labs
116 o Unbound was written in portable C by Wouter Wijngaards (NLnet Labs).
120 o Other code origins are from the NSD (NLnet Labs) and LDNS (NLnet Labs)
127 NLnet Labs offers all of its software products as open source, most are
129 NLnet Labs website but also through the various OS distributions for
142 financially. NLnet Labs is a recognized not-for-profit charity foundation
147 see http://www.nlnetlabs.nl/labs/contributors/.
H A DCREDITS1 Unbound was developed at NLnet Labs by Wouter Wijngaards.
6 Late in 2006, NLnet Labs joined the effort, writing an implementation in C
7 based on the existing prototype and using experience NLnet Labs gained
10 At NLnet Labs, Jelte Jansen, Mark Santcroos and Matthijs Mekking
H A Dunbound-checkconf.81 .TH "unbound-checkconf" "8" "Feb 10, 2022" "NLnet Labs" "unbound 1.15.0"
5 .\" Copyright (c) 2007, NLnet Labs. All rights reserved.
H A Dunbound-checkconf.8.in1 .TH "unbound-checkconf" "8" "Oct 17, 2024" "NLnet Labs" "unbound 1.22.0"
5 .\" Copyright (c) 2007, NLnet Labs. All rights reserved.
/freebsd/lib/libc/stdlib/
H A Dlabs.336 .Nm labs
43 .Fn labs "long j"
46 .Fn labs
59 .Fn labs
/freebsd/contrib/ldns/
H A DREADME50 ldns is developed by the ldns team at NLnet Labs. This team currently
110 NLnet Labs offers all of its software products as open source, most
112 NLnet Labs website but also through the various OS distributions for
125 financially. NLnet Labs is a recognized not-for-profit charity foundation
130 see http://www.nlnetlabs.nl/labs/contributors/.
/freebsd/sys/dts/arm/
H A Dannapurna-alpine.dts134 compatible = "annapurna-labs,al-cpu-resume";
139 compatible = "annapurna-labs,al-ccu";
145 compatible = "annapurna-labs,al-nb-service";
162 compatible = "annapurna-labs,al-serdes";
179 compatible = "annapurna-labs,al-msix";
188 compatible = "annapurna-labs,al-internal-pcie";
215 compatible = "annapurna-labs,al-external-pcie";
240 compatible = "annapurna-labs,al-external-pcie";
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnet-whitelist.c5 * Copyright (c) 2013, NLnet Labs. All rights reserved.
20 * Neither the name of the NLNET LABS nor the names of its contributors may
191 int labs; in ecs_is_whitelisted() local
195 labs = dname_count_labels(qname); in ecs_is_whitelisted()
196 return name_tree_lookup(&whitelist->dname, qname, qname_len, labs, in ecs_is_whitelisted()
/freebsd/sys/arm/annapurna/alpine/
H A Dalpine_pci.c2 * Copyright (c) 2015,2016 Annapurna Labs Ltd. and affiliates
63 {"annapurna-labs,al-internal-pcie", true},
64 {"annapurna-labs,alpine-internal-pcie", true},
96 "Annapurna-Labs Integrated Internal PCI-E Controller"); in al_pcib_probe()
/freebsd/contrib/unbound/ipsecmod/
H A Dipsecmod-whitelist.c5 * Copyright (c) 2017, NLnet Labs. All rights reserved.
20 * Neither the name of the NLNET LABS nor the names of its contributors may
75 n->labs = dname_count_labels(nm); in whitelist_str_cfg()
77 if(!name_tree_insert(whitelist, n, nm, len, n->labs, n->dclass)) { in whitelist_str_cfg()
/freebsd/sys/contrib/alpine-hal/
H A Dal_serdes.h2 Copyright (C) 2013 Annapurna Labs Ltd.
4 This file is licensed under the terms of the Annapurna Labs' Commercial License
7 systems developed by or for Annapurna Labs.
/freebsd/contrib/unbound/iterator/
H A Diter_priv.c4 * Copyright (c) 2008, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
195 int labs; in priv_lookup_name() local
199 labs = dname_count_size_labels(decomp, &len); in priv_lookup_name()
201 return name_tree_lookup(&priv->n, decomp, len, labs, dclass) != NULL; in priv_lookup_name()
H A Diter_hints.c4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
488 int labs = dname_count_size_labels(qname, &len); in hints_find() local
492 qname, len, labs, qclass); in hints_find()
510 int labs; in hints_lookup_stub() local
514 labs = dname_count_size_labels(qname, &len); in hints_lookup_stub()
518 len, labs, qclass); in hints_lookup_stub()
601 int labs = dname_count_size_labels(nm, &len); in hints_delete_stub() local
605 nm, len, labs, c))) { in hints_delete_stub()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dal,alpine.yaml7 title: Annapurna Labs Alpine Platform Device Tree Bindings
19 - const: "Annapurna Labs Alpine Dev Board"
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dsi470x.txt1 * Silicon Labs FM Radio receiver
3 The Silicon Labs Si470x is family of FM radio receivers with receive power scan
H A Dsi4713.txt1 * Silicon Labs FM Radio transmitter
3 The Silicon Labs Si4713 is an FM radio transmitter with receive power scan
/freebsd/sys/contrib/device-tree/src/arm/amazon/
H A Dalpine-db.dts2 * Copyright 2015 Annapurna Labs Ltd.
32 model = "Annapurna Labs Alpine Dev Board";
/freebsd/contrib/unbound/
H A DLICENSE1 Copyright (c) 2007, NLnet Labs. All rights reserved.
16 Neither the name of the NLNET LABS nor the names of its contributors may

12345678910>>...27