| /freebsd/contrib/unbound/util/storage/ |
| H A D | dnstree.c | 4 * 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 < in name_tree_init_parents() 180 name_tree_find(rbtree_type * tree,uint8_t * name,size_t len,int labs,uint16_t dclass) name_tree_find() argument 192 name_tree_lookup(rbtree_type * tree,uint8_t * name,size_t len,int labs,uint16_t dclass) name_tree_lookup() argument [all...] |
| H A D | dnstree.h | 4 * 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 D | val_neg.c | 4 * 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 in neg_find_data() 371 neg_closest_zone_parent(struct val_neg_cache * neg,uint8_t * nm,size_t nm_len,int labs,uint16_t qclass) neg_closest_zone_parent() argument 411 neg_closest_data_parent(struct val_neg_zone * zone,uint8_t * nm,size_t nm_len,int labs) neg_closest_data_parent() argument 450 neg_setup_zone_node(uint8_t * nm,size_t nm_len,int labs,uint16_t dclass) neg_setup_zone_node() argument 483 neg_zone_chain(uint8_t * nm,size_t nm_len,int labs,uint16_t dclass,struct val_neg_zone * parent) neg_zone_chain() argument 536 int labs = dname_count_labels(nm); neg_create_zone() local 603 neg_setup_data_node(uint8_t * nm,size_t nm_len,int labs) neg_setup_data_node() argument 630 neg_data_chain(uint8_t * nm,size_t nm_len,int labs,struct val_neg_data * parent) neg_data_chain() argument 756 int labs = dname_count_labels(nsec->rk.dname); neg_insert_data() local 950 neg_closest_data(struct val_neg_zone * zone,uint8_t * qname,size_t len,int labs,struct val_neg_data ** data) neg_closest_data() argument 1113 int labs; neg_find_nsec() local [all...] |
| /freebsd/contrib/ntp/ |
| H A D | readme.y2kfixes | 6 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/util/data/ |
| H A D | msgencode.c | 4 * 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/unbound/services/ |
| H A D | localzone.c | 4 * 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, in lz_enter_zone_dname() 253 int labs; lz_enter_zone() local 644 int labs; lz_enter_rr_str() local 1047 int labs; lz_setup_implicit() local 1224 local_zones_lookup(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass,uint16_t dtype) local_zones_lookup() argument 1232 local_zones_tags_lookup(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass,uint16_t dtype,uint8_t * taglist,size_t taglen,int ignoretags) local_zones_tags_lookup() argument 1270 local_zones_find(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass) local_zones_find() argument 1284 local_zones_find_le(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass,int * exact) local_zones_find_le() argument 1474 local_data_answer(struct local_zone * z,struct module_env * env,struct query_info * qinfo,struct edns_data * edns,struct comm_reply * repinfo,sldns_buffer * buf,struct regional * temp,int labs,struct local_data ** ldp,enum localzone_type lz_type,int tag,struct config_strlist ** tag_datas,size_t tag_datas_size,char ** tagname,int num_tags) local_data_answer() argument 1609 local_zone_does_not_cover(struct local_zone * z,struct query_info * qinfo,int labs) local_zone_does_not_cover() argument 1845 int labs = dname_count_labels(qinfo->qname); local_zones_answer() local 2031 local_zones_add_zone(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass,enum localzone_type tp) local_zones_add_zone() argument 2085 int labs; local_zones_add_RR() local 2131 del_empty_term(struct local_zone * z,struct local_data * d,uint8_t * name,size_t len,int labs) del_empty_term() argument 2165 local_zones_del_data(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass) local_zones_del_data() argument [all...] |
| H A D | localzone.h | 4 * 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_ [all...] |
| /freebsd/contrib/unbound/doc/ |
| H A D | CREDITS | 1 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 D | README | 2 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 D | unbound-checkconf.8 | 1 .TH "unbound-checkconf" "8" "Jul 16, 2025" "NLnet Labs" "unbound 1.23.1" 5 .\" Copyright (c) 2007, NLnet Labs. All rights reserved.
|
| H A D | LICENSE | 1 Copyright (c) 2007, NLnet Labs. All rights reserved. 16 Neither the name of the NLNET LABS nor the names of its contributors may
|
| /freebsd/lib/libc/stdlib/ |
| H A D | labs.3 | 36 .Nm labs 43 .Fn labs "long j" 46 .Fn labs 59 .Fn labs
|
| /freebsd/contrib/ldns/ |
| H A D | README | 50 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 D | annapurna-alpine.dts | 134 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 D | subnet-whitelist.c | 5 * 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 D | alpine_pci.c | 2 * 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 D | ipsecmod-whitelist.c | 5 * 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 D | al_serdes.h | 2 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 D | iter_priv.c | 4 * 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 D | iter_hints.c | 4 * 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 D | al,alpine.yaml | 7 title: Annapurna Labs Alpine Platform Device Tree Bindings 19 - const: "Annapurna Labs Alpine Dev Board"
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | si470x.txt | 1 * Silicon Labs FM Radio receiver 3 The Silicon Labs Si470x is family of FM radio receivers with receive power scan
|
| H A D | si4713.txt | 1 * 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 D | alpine-db.dts | 2 * Copyright 2015 Annapurna Labs Ltd. 32 model = "Annapurna Labs Alpine Dev Board";
|
| /freebsd/contrib/unbound/ |
| H A D | LICENSE | 1 Copyright (c) 2007, NLnet Labs. All rights reserved. 16 Neither the name of the NLNET LABS nor the names of its contributors may
|