/openbsd/usr.sbin/bgpd/ |
H A D | rde_attr.c | 119 asp->others_len++; in attr_optadd() 123 asp->others = p; in attr_optadd() 126 asp->others[l] = a; in attr_optadd() 233 asp->others[l - 1] = asp->others[l]; in attr_free() 234 asp->others[asp->others_len - 1] = NULL; in attr_free() 249 free(asp->others); in attr_freeall() 806 memcpy(p, asp->data, asp->len); in aspath_prepend() 807 *len = asp->len; in aspath_prepend() 847 memcpy(p + wpos, asp->data + shift, asp->len - shift); in aspath_prepend() 874 seg = asp->data; in aspath_override() [all …]
|
H A D | rde_rib.c | 259 if (asp && asp->pftableid) in rib_free() 660 asp->refcnt++; in path_ref() 663 return asp; in path_ref() 673 asp->refcnt--; in path_unref() 751 memset(asp, 0, sizeof(*asp)); in path_prep() 755 return (asp); in path_prep() 764 asp = malloc(sizeof(*asp)); in path_get() 796 free(asp); in path_put() 1052 if (asp && asp->pftableid) in prefix_add() 1084 if (asp && asp->pftableid) in prefix_move() [all …]
|
H A D | rde_update.c | 60 struct rde_aspath *asp; in up_test_update() local 65 asp = prefix_aspath(p); in up_test_update() 68 if (asp == NULL || asp->flags & F_ATTR_PARSE_ERR) in up_test_update() 411 struct rde_aspath *asp; in up_generate_default() local 420 asp = &state.aspath; in up_generate_default() 422 asp->origin = ORIGIN_IGP; in up_generate_default() 590 if (asp->others_len > 0) in up_generate_attr() 591 oa = asp->others[oalen++]; in up_generate_attr() 597 oa = asp->others[oalen++]; in up_generate_attr() 655 tmp32 = htonl(asp->med); in up_generate_attr() [all …]
|
H A D | rde.c | 378 struct rde_aspath *asp; in rde_dispatch_imsg_session() local 505 asp->med = csr.med; in rde_dispatch_imsg_session() 507 asp->flags = csr.flags; in rde_dispatch_imsg_session() 833 struct rde_aspath *asp; in rde_dispatch_imsg_parent() local 900 asp = &state.aspath; in rde_dispatch_imsg_parent() 948 asp = &state.aspath; in rde_dispatch_imsg_parent() 2751 attr_free(asp, a); in rde_reflector() 2785 rib.med = asp->med; in rde_dump_rib_as() 2913 struct rde_aspath *asp; in rde_dump_filter() local 2918 asp = prefix_aspath(p); in rde_dump_filter() [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/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… 184 …{ .entry.list.re = &dummy_re, .aspath = &asp[0], .peer = &peer2, .nhflags = NEXTHOP_VALID, .lastch… [all …]
|
/openbsd/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/share/man/man4/man4.hppa/ |
H A D | Makefile | 3 MAN= asp.4 astro.4 cpu.4 dino.4 elroy.4
|
/openbsd/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[s].adv[t].add_channel * in ami_ioctl_disk() [all …]
|
H A D | amireg.h | 582 #define asp adl_spans macro
|
/openbsd/games/quiz/datfiles/ |
H A D | murders | 21 Cleopatra:{the |an }asp
|
/openbsd/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/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/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/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?NormaID=276 [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?FileName=94459258720090318012209
|
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>,
|