| /openbsd-src/usr.sbin/bgpd/ |
| H A D | rde_attr.c | 76 attr_optadd(struct rde_aspath *asp, uint8_t flags, uint8_t type, in attr_optadd() argument 88 for (l = 0; l < asp->others_len; l++) { in attr_optadd() 89 if (asp->others[l] == NULL) in attr_optadd() 91 if (type == asp->others[l]->type) { in attr_optadd() 102 for (l = 0; l < asp->others_len; l++) { in attr_optadd() 103 if (asp->others[l] == NULL) { in attr_optadd() 104 asp->others[l] = a; in attr_optadd() 108 if (a->type < asp->others[l]->type) { in attr_optadd() 109 t = asp->others[l]; in attr_optadd() 110 asp in attr_optadd() 131 attr_optget(const struct rde_aspath * asp,uint8_t type) attr_optget() argument 225 attr_free(struct rde_aspath * asp,struct attr * attr) attr_free() argument 242 attr_freeall(struct rde_aspath * asp) attr_freeall() argument 770 aspath_prepend(struct aspath * asp,uint32_t as,int quantum,uint16_t * len) aspath_prepend() argument 847 aspath_override(struct aspath * asp,uint32_t neighbor_as,uint32_t local_as,uint16_t * len) aspath_override() argument [all...] |
| H A D | rde_rib.c | 258 struct rde_aspath *asp = prefix_aspath(p); in rib_free() local 259 if (asp && asp->pftableid) in rib_free() 260 rde_pftable_del(asp->pftableid, p); in rib_free() 656 path_ref(struct rde_aspath *asp) in path_ref() argument 658 if ((asp->flags & F_ATTR_LINKED) == 0) in path_ref() 660 asp->refcnt++; in path_ref() 663 return asp; in path_ref() 667 path_unref(struct rde_aspath *asp) in path_unref() argument 669 if (asp in path_unref() 697 path_link(struct rde_aspath * asp) path_link() argument 709 path_unlink(struct rde_aspath * asp) path_unlink() argument 749 path_prep(struct rde_aspath * asp) path_prep() argument 762 struct rde_aspath *asp; path_get() local 774 path_clean(struct rde_aspath * asp) path_clean() argument 788 path_put(struct rde_aspath * asp) path_put() argument 973 struct rde_aspath *asp, *nasp = &state->aspath; prefix_update() local 1026 prefix_add(struct bgpd_addr * prefix,int prefixlen,struct rib * rib,struct rde_peer * peer,uint32_t path_id,uint32_t path_id_tx,struct rde_aspath * asp,struct rde_community * comm,struct nexthop * nexthop,uint8_t nhflags,uint8_t vstate) prefix_add() argument 1057 prefix_move(struct prefix * p,struct rde_peer * peer,struct rde_aspath * asp,struct rde_community * comm,struct nexthop * nexthop,uint8_t nhflags,uint8_t vstate) prefix_move() argument 1103 struct rde_aspath *asp; prefix_withdraw() local 1130 struct rde_aspath *asp, *nasp; prefix_flowspec_update() local 1232 struct rde_aspath *asp; prefix_adjout_update() local 1561 prefix_link(struct prefix * p,struct rib_entry * re,struct pt_entry * pt,struct rde_peer * peer,uint32_t path_id,uint32_t path_id_tx,struct rde_aspath * asp,struct rde_community * comm,struct nexthop * nexthop,uint8_t nhflags,uint8_t vstate) prefix_link() argument [all...] |
| H A D | rde_update.c | 60 struct rde_aspath *asp; in up_test_update() 65 asp = prefix_aspath(p); in up_test_update() 68 if (asp == NULL || asp->flags & F_ATTR_PARSE_ERR) in up_test_update() 70 if (asp->flags & (F_ATTR_LOOP | F_ATTR_OTC_LEAK)) in up_test_update() 88 (asp->flags & F_PREFIX_ANNOUNCED) == 0) in up_test_update() 411 struct rde_aspath *asp; in up_generate_default() 420 asp = &state.aspath; in up_generate_default() 421 asp->aspath = aspath_get(NULL, 0); in up_generate_default() 422 asp in up_generate_default() 59 struct rde_aspath *asp; up_test_update() local 403 struct rde_aspath *asp; up_generate_default() local 569 up_generate_attr(struct ibuf * buf,struct rde_peer * peer,struct rde_aspath * asp,struct rde_community * comm,struct nexthop * nh,uint8_t aid) up_generate_attr() argument [all...] |
| H A D | rde.c | 378 struct rde_aspath *asp; in rde_dispatch_imsg_session() 485 asp = &netconf_state.aspath; in rde_dispatch_imsg_session() 486 asp->aspath = aspath_get(NULL, 0); in rde_dispatch_imsg_session() 487 asp->origin = ORIGIN_IGP; in rde_dispatch_imsg_session() 488 asp->flags = F_ATTR_ORIGIN | F_ATTR_ASPATH | in rde_dispatch_imsg_session() 503 asp = &netconf_state.aspath; in rde_dispatch_imsg_session() 504 asp->lpref = csr.local_pref; in rde_dispatch_imsg_session() 505 asp->med = csr.med; in rde_dispatch_imsg_session() 506 asp->weight = csr.weight; in rde_dispatch_imsg_session() 507 asp in rde_dispatch_imsg_session() 375 struct rde_aspath *asp; rde_dispatch_imsg_session() local 823 struct rde_aspath *asp; rde_dispatch_imsg_parent() local 2596 rde_aspa_validity(struct rde_peer * peer,struct rde_aspath * asp,uint8_t aid) rde_aspa_validity() argument 2637 rde_reflector(struct rde_peer * peer,struct rde_aspath * asp) rde_reflector() argument 2701 rde_dump_rib_as(struct prefix * p,struct rde_aspath * asp,pid_t pid,int flags,int adjout) rde_dump_rib_as() argument 2846 struct rde_aspath *asp; rde_dump_filter() local 3900 struct rde_aspath *asp; rde_softreconfig_in() local 4038 struct rde_aspath *asp; rde_rpki_softreload() local 4451 struct rde_aspath *asp; network_dump_upcall() local 4562 struct rde_aspath *asp; flowspec_dump_upcall() local [all...] |
| H A D | rde_filter.c | 217 struct rde_aspath *asp = &state->aspath; in rde_filter_match() local 235 if (asp != NULL && f->match.as.type != AS_UNDEF) { in rde_filter_match() 236 if (aspath_match(asp->aspath, &f->match.as, in rde_filter_match() 241 if (asp != NULL && f->match.aslen.type != ASLEN_NONE) in rde_filter_match() 242 if (aspath_lenmatch(asp->aspath, f->match.aslen.type, in rde_filter_match() 300 if (asp != NULL && f->match.originset.ps != NULL) { in rde_filter_match() 302 aspath_origin(asp->aspath)) != ROA_VALID) in rde_filter_match() 430 rde_filterstate_set(struct filterstate *state, struct rde_aspath *asp, in rde_filterstate_set() argument 436 if (asp) in rde_filterstate_set() 437 path_copy(&state->aspath, asp); in rde_filterstate_set()
|
| H A D | rde_peer.c | 313 struct rde_aspath *asp; in peer_flush_upcall() local 335 asp = prefix_aspath(rp); in peer_flush_upcall() 336 if (asp && asp->pftableid) in peer_flush_upcall() 337 rde_pftable_del(asp->pftableid, rp); in peer_flush_upcall()
|
| H A D | rde_decide.c | 487 struct rde_aspath *asp = prefix_aspath(p); in prefix_eligible() local 494 if (asp == NULL || in prefix_eligible() 495 asp->flags & (F_ATTR_LOOP|F_ATTR_OTC_LEAK|F_ATTR_PARSE_ERR)) in prefix_eligible()
|
| /openbsd-src/regress/usr.sbin/bgpd/unittests/ |
| H A D | rde_decide_test.c | 80 struct rde_aspath asp[] = { variable 106 ….p = { .entry.list.re = &dummy_re, .aspath = &asp[0], .peer = &peer1, .nhflags = NEXTHOP_VALID, .l… 109 ….p = { .entry.list.re = &dummy_re, .aspath = &asp[1], .peer = &peer1, .nhflags = NEXTHOP_VALID, .l… 112 ….p = { .entry.list.re = &dummy_re, .aspath = &asp[2], .peer = &peer1, .nhflags = NEXTHOP_VALID, .l… 115 ….p = { .entry.list.re = &dummy_re, .aspath = &asp[0], .peer = &peer1, .nhflags = 0, .lastchange = … 118 ….p = { .entry.list.re = &dummy_re, .aspath = &asp[3], .peer = &peer1, .nhflags = NEXTHOP_VALID, .l… 121 ….p = { .entry.list.re = &dummy_re, .aspath = &asp[4], .peer = &peer1, .nhflags = NEXTHOP_VALID, .l… 124 ….p = { .entry.list.re = &dummy_re, .aspath = &asp[5], .peer = &peer1, .nhflags = NEXTHOP_VALID, .l… 126 ….p = { .entry.list.re = &dummy_re, .aspath = &asp[6], .peer = &peer1, .nhflags = NEXTHOP_VALID, .l… 129 ….p = { .entry.list.re = &dummy_re, .aspath = &asp[7], .peer = &peer1, .nhflags = NEXTHOP_VALID, .l… [all …]
|
| /openbsd-src/usr.bin/vi/common/ |
| H A D | key.h | 112 CHAR_T *asp; /* Allocated string. */ member 116 #define e_asp _u_event._e_str.asp
|
| /openbsd-src/share/man/man4/man4.hppa/ |
| H A D | Makefile | 3 MAN= asp.4 astro.4 cpu.4 dino.4 elroy.4
|
| /openbsd-src/sys/dev/ic/ |
| H A D | ami.c | 1890 off = p->ald[i].asp[s].adv[t].add_channel * in ami_ioctl_inq() 1892 p->ald[i].asp[s].adv[t].add_target; in ami_ioctl_inq() 2108 off = p->ald[i].asp[s].adv[t].add_channel * in ami_ioctl_vol() 2110 p->ald[i].asp[s].adv[t].add_target; in ami_ioctl_vol() 2118 p->ald[i].asp[s].adv[t].add_channel, in ami_ioctl_vol() 2119 p->ald[i].asp[s].adv[t].add_target, 0, in ami_ioctl_vol() 2138 bv->bv_size += p->ald[i].asp[s].ads_length * in ami_ioctl_vol() 2143 bv->bv_size += p->ald[i].asp[s].ads_length; in ami_ioctl_vol() 2147 bv->bv_size += p->ald[i].asp[s].ads_length * in ami_ioctl_vol() 2199 off = p->ald[i].asp[ in ami_ioctl_disk() [all...] |
| H A D | amireg.h | 582 #define asp adl_spans macro
|
| /openbsd-src/sys/arch/hppa/conf/ |
| H A D | files.hppa | 155 device asp: gscbus 156 attach asp at gedoens 157 file arch/hppa/dev/asp.c asp
|
| H A D | RAMDISK | 54 asp* at mainbus0 # this one comes w/ Viper and LEDs 116 gsc0 at asp? # Snakes, old 715, old 725, 735/755 129 com0 at gsc0 offset 0x823000 irq 5 # on asp
|
| H A D | GENERIC | 54 asp* at mainbus0 # this one comes w/ Viper and LEDs 191 gsc0 at asp? # Snakes, old 715, old 725, 735/755 215 com0 at gsc0 offset 0x823000 irq 5 # on asp
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | cad | 20 # http://www.wotsit.org/search.asp
|
| H A D | msdos | 611 # See msdn.microsoft.com/archive/en-us/dnargdi/html/msdn_enhmeta.asp 747 …icrosoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/graphics/reference/DDSFileR…
|
| H A D | archive | 818 # ACE archive (from http://www.wotsit.org/download.asp?f=ace)
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | checkURL.pl | 412 http://msdn.microsoft.com/workshop/author/dhtml/httponly_cookies.asp 416 http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4.asp
|
| /openbsd-src/share/zoneinfo/datfiles/ |
| H A D | southamerica | 136 # http://www.lanacion.com.ar/opinion/nota.asp?nota_id=973037 indicate 146 # http://www.lanacion.com.ar/politica/nota.asp?nota_id=973996 219 # http://www.lanacion.com.ar/04/05/27/de_604825.asp 220 # http://www.lanacion.com.ar/04/05/28/de_605203.asp 236 # http://www.lanacion.com.ar/04/06/10/de_609078.asp ... 278 # http://www.sanluis.gov.ar/notas.asp?idCanal=0&id=22812 297 # http://www.sanluis.gov.ar/notas.asp?idCanal=8141&id=22834 331 # http://www.sanluis.gov.ar/SL/Paginas/NoticiaDetalle.asp?TemaId=1&InfoPrensaId=3102 336 # http://www.lanacion.com.ar/nota.asp?nota_id=1107912 350 # http://www.diputadossanluis.gov.ar/diputadosasp/paginas/verNorma.asp [all...] |
| H A D | antarctica | 50 # http://www.aad.gov.au/default.asp?casid=37079
|
| H A D | asia | 959 # http://subtpg.tpg.gov.tw/og/image2.asp?f=03502F0AKM1AF 960 # http://subtpg.tpg.gov.tw/og/image2.asp?f=0350300AKM1B0 (cont.) 965 # http://subtpg.tpg.gov.tw/og/image2.asp?f=0360310AKZ431 1351 # http://www.sumatera-inc.com/go_to_invest/about_indonesia.asp#standtime 3087 # http://www.dailytimes.com.pk/default.asp?page=2008\05\15\story_15-5-2008_pg1_4 3105 # http://www.thenews.com.pk/daily_detail.asp?id=171280 3127 # http://www.thenews.com.pk/updates.asp?id=87168 3140 # http://www.thenews.com.pk/top_story_detail.asp?Id=24742 4017 # http://wehda.alwehda.gov.sy/_print_veiw.asp?FileName=12521710520070926111247 4068 # http://thawra.alwehda.gov.sy/_View_news2.asp [all...] |
| H A D | africa | 852 # http://www.lematin.ma/Actualite/Express/Article.asp?id=148923 927 # http://www.afriquinfos.com/articles/2014/3/18/maroc-heure-dete-avancez-tous-horloges-247891.asp 1603 # https://www.babnet.net/kiwidetail-15295.asp
|
| H A D | northamerica | 1336 # http://www.exec.gov.nt.ca/currentnews/currentPR.asp?mode=archive 2187 # http://www.canadiangeographic.ca/Magazine/SO98/geomap.asp 2504 # http://www.publico.com.mx/scripts/texto3.asp?action=pagina&pag=21&pos=p&secc=naci&date=01/17/2001 2544 # References: "Diario de Monterrey" <http://www.diariodemonterrey.com/index.asp> 2779 # http://www.nayarit.gob.mx/notes.asp?id=20748 3186 # http://www.prensalatina.com.mx/article.asp?ID={4CC32C1B-A9F7-42FB-8A07-8631AFC923AF}&language=ES 3404 # <http://www.diariocolatino.com/internacionales/detalles.asp?NewsID=8079>,
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
| H A D | user.cfg.in | 516 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
|