| /openbsd-src/regress/usr.sbin/bgpd/integrationtests/ |
| H A D | bgpd.ixp.rdomain1.conf | 210 match from group clients set ext-community delete rt 65524:* 219 ext-community delete $INTCOMM_PREF_OK_ROA 220 ext-community delete $INTCOMM_ROUTE_OK_WL 221 ext-community delete $INTCOMM_ORIGIN_OK 222 ext-community delete $INTCOMM_ORIGIN_KO 223 ext-community delete $INTCOMM_PREFIX_OK 224 ext-community delete $INTCOMM_PREFIX_KO 225 ext-community delete $INTCOMM_IRR_REJECT 226 ext-community delete $INTCOMM_RPKI_UNKNOWN 227 ext-community delete $INTCOMM_RPKI_INVALID [all …]
|
| H A D | bgpd.mrt.conf | 12 ext-community rt 127.0.0.1:15 ext-community ovs invalid 25 ext-community rt 127.0.0.1:15 ext-community ovs invalid 43 ext-community rt 127.0.0.1:15 ext-community ovs invalid 56 ext-community rt 127.0.0.1:15 ext-community ovs invalid
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ecoffswap.h | 100 struct hdr_ext ext[1]; in ecoff_swap_hdr_in() local 102 *ext = *(struct hdr_ext *) ext_copy; in ecoff_swap_hdr_in() 104 intern->magic = H_GET_S16 (abfd, ext->h_magic); in ecoff_swap_hdr_in() 105 intern->vstamp = H_GET_S16 (abfd, ext->h_vstamp); in ecoff_swap_hdr_in() 106 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax); in ecoff_swap_hdr_in() 107 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine); in ecoff_swap_hdr_in() 108 intern->cbLineOffset = ECOFF_GET_OFF (abfd, ext->h_cbLineOffset); in ecoff_swap_hdr_in() 109 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax); in ecoff_swap_hdr_in() 110 intern->cbDnOffset = ECOFF_GET_OFF (abfd, ext->h_cbDnOffset); in ecoff_swap_hdr_in() 111 intern->ipdMax = H_GET_32 (abfd, ext->h_ipdMax); in ecoff_swap_hdr_in() [all …]
|
| H A D | libpei.h | 57 #define GET_FCN_LNNOPTR(abfd, ext) \ argument 58 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 62 #define GET_FCN_ENDNDX(abfd, ext) \ argument 63 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx) 67 #define PUT_FCN_LNNOPTR(abfd, in, ext) \ argument 68 H_PUT_32(abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 71 #define PUT_FCN_ENDNDX(abfd, in, ext) \ argument 72 H_PUT_32(abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx) 75 #define GET_LNSZ_LNNO(abfd, ext) \ argument 76 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) [all …]
|
| H A D | coffswap.h | 32 #define GET_FCN_LNNOPTR(abfd, ext) \ argument 33 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 37 #define GET_FCN_ENDNDX(abfd, ext) \ argument 38 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx) 42 #define PUT_FCN_LNNOPTR(abfd, in, ext) \ argument 43 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 46 #define PUT_FCN_ENDNDX(abfd, in, ext) \ argument 47 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx) 50 #define GET_LNSZ_LNNO(abfd, ext) \ argument 51 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ecoffswap.h | 103 struct hdr_ext ext[1]; local 105 *ext = *(struct hdr_ext *) ext_copy; 107 intern->magic = H_GET_S16 (abfd, ext->h_magic); 108 intern->vstamp = H_GET_S16 (abfd, ext->h_vstamp); 109 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax); 110 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine); 111 intern->cbLineOffset = ECOFF_GET_OFF (abfd, ext->h_cbLineOffset); 112 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax); 113 intern->cbDnOffset = ECOFF_GET_OFF (abfd, ext->h_cbDnOffset); 114 intern->ipdMax = H_GET_32 (abfd, ext->h_ipdMax); [all …]
|
| H A D | libpei.h | 57 #define GET_FCN_LNNOPTR(abfd, ext) \ argument 58 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 62 #define GET_FCN_ENDNDX(abfd, ext) \ argument 63 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx) 67 #define PUT_FCN_LNNOPTR(abfd, in, ext) \ argument 68 H_PUT_32(abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 71 #define PUT_FCN_ENDNDX(abfd, in, ext) \ argument 72 H_PUT_32(abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx) 75 #define GET_LNSZ_LNNO(abfd, ext) \ argument 76 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) [all …]
|
| H A D | coffswap.h | 32 #define GET_FCN_LNNOPTR(abfd, ext) \ argument 33 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 37 #define GET_FCN_ENDNDX(abfd, ext) \ argument 38 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx) 42 #define PUT_FCN_LNNOPTR(abfd, in, ext) \ argument 43 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 46 #define PUT_FCN_ENDNDX(abfd, in, ext) \ argument 47 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx) 50 #define GET_LNSZ_LNNO(abfd, ext) \ argument 51 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) [all …]
|
| /openbsd-src/regress/usr.sbin/bgpd/config/ |
| H A D | bgpd.conf.11.ok | 11 match from any ext-community rt 64496:1 12 match from any ext-community soo 64496:2 13 match from any ext-community odi 64496:3 14 match from any ext-community bdc 64496:4 15 match from any ext-community srcas 64496:5 16 match from any ext-community l2vid 64496:6 17 match from any ext-community rt 4200000001:7 18 match from any ext-community soo 4200000001:8 19 match from any ext-community odi 4200000001:9 20 match from any ext-community bdc 4200000001:10 [all …]
|
| H A D | bgpd.conf.11.in | 7 match from any ext-community rt 64496:1 8 match from any ext-community soo 64496:2 9 match from any ext-community odi 64496:3 10 match from any ext-community bdc 64496:4 11 match from any ext-community srcas 64496:5 12 match from any ext-community l2vid 64496:6 14 match from any ext-community rt 4200000001:7 15 match from any ext-community soo 4200000001:8 16 match from any ext-community odi 4200000001:9 17 match from any ext-community bdc 4200000001:10 [all …]
|
| /openbsd-src/lib/libcrypto/x509/ |
| H A D | x509_v3.c | 100 const X509_EXTENSION *ext = X509v3_get_ext(exts, lastpos); in X509v3_get_ext_by_OBJ() local 102 if (OBJ_cmp(ext->object, obj) == 0) in X509v3_get_ext_by_OBJ() 120 const X509_EXTENSION *ext = X509v3_get_ext(exts, lastpos); in X509v3_get_ext_by_critical() local 122 if (X509_EXTENSION_get_critical(ext) == critical) in X509v3_get_ext_by_critical() 145 X509v3_add_ext(STACK_OF(X509_EXTENSION) **out_exts, X509_EXTENSION *ext, int loc) in STACK_OF() 167 if ((new_ext = X509_EXTENSION_dup(ext)) == NULL) in STACK_OF() 205 X509_EXTENSION *ext; in X509_EXTENSION_create_by_OBJ() local 207 if (out_ext == NULL || (ext = *out_ext) == NULL) in X509_EXTENSION_create_by_OBJ() 208 ext = X509_EXTENSION_new(); in X509_EXTENSION_create_by_OBJ() 209 if (ext == NULL) { in X509_EXTENSION_create_by_OBJ() [all …]
|
| H A D | x509_lib.c | 169 X509V3_EXT_get(X509_EXTENSION *ext) in X509V3_EXT_get() argument 173 if ((nid = OBJ_obj2nid(ext->object)) == NID_undef) in X509V3_EXT_get() 182 X509V3_EXT_d2i(X509_EXTENSION *ext) in X509V3_EXT_d2i() argument 187 if ((method = X509V3_EXT_get(ext)) == NULL) in X509V3_EXT_d2i() 189 p = ext->value->data; in X509V3_EXT_d2i() 191 return ASN1_item_d2i(NULL, &p, ext->value->length, method->it); in X509V3_EXT_d2i() 192 return method->d2i(NULL, &p, ext->value->length); in X509V3_EXT_d2i() 208 X509_EXTENSION *ext; in X509V3_get_d2i() local 224 if ((ext = X509v3_get_ext(x509_exts, lastpos)) == NULL) in X509V3_get_d2i() 246 *crit = X509_EXTENSION_get_critical(ext); in X509V3_get_d2i() [all …]
|
| H A D | x509_prn.c | 69 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, 107 X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) in X509V3_EXT_print() argument 116 if (!(method = X509V3_EXT_get(ext))) in X509V3_EXT_print() 117 return unknown_ext_print(out, ext, flag, indent, 0); in X509V3_EXT_print() 118 p = ext->value->data; in X509V3_EXT_print() 120 ext_str = ASN1_item_d2i(NULL, &p, ext->value->length, in X509V3_EXT_print() 123 ext_str = method->d2i(NULL, &p, ext->value->length); in X509V3_EXT_print() 126 return unknown_ext_print(out, ext, flag, indent, 1); in X509V3_EXT_print() 195 unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, in unknown_ext_print() argument 209 ext->value->data, ext->value->length, indent, -1); in unknown_ext_print() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | FindExt.pm | 33 my %ext; 45 @list = grep {!exists $excl{$_}} keys %ext; 49 $ext{$_} = 'static' if $ext{$_} && $ext{$_} eq 'dynamic'; 56 if ($ext{Encode} && $ext{Encode} eq 'static') { 63 $ext{$1} = 'static'; 72 sort grep $ext{$_} eq $key, keys %ext; 81 sort grep $ext{$_} ne 'known', keys %ext; 85 sort keys %ext; 90 return $ext{$_[0]} eq 'static' 123 next if $ext{$this_ext}; [all …]
|
| /openbsd-src/sys/net/ |
| H A D | if_ethersubr.c | 1063 ether_extract_headers(struct mbuf *m0, struct ether_extracted *ext) in ether_extract_headers() 1096 memset(ext, 0, sizeof(*ext)); in ether_extract_headers() 1099 ext->paylen = m0->m_pkthdr.len; in ether_extract_headers() 1101 if (m0->m_len < sizeof(*ext->eh)) { in ether_extract_headers() 1102 DPRINTF("m_len %d, eh %zu", m0->m_len, sizeof(*ext->eh)); in ether_extract_headers() 1105 ext->eh = mtod(m0, struct ether_header *); in ether_extract_headers() 1106 ether_type = ntohs(ext->eh->ether_type); in ether_extract_headers() 1107 hlen = sizeof(*ext->eh); in ether_extract_headers() 1108 if (ext in ether_extract_headers() 1051 ether_extract_headers(struct mbuf * m0,struct ether_extracted * ext) ether_extract_headers() argument [all...] |
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
| H A D | file.c | 43 memcpy(file->ext, file->cat.u.fil.filExtRec, sizeof(ExtDataRec)); in f_selectfork() 48 memcpy(file->ext, file->cat.u.fil.filRExtRec, sizeof(ExtDataRec)); in f_selectfork() 108 memcpy(file->ext, extrec, sizeof(ExtDataRec)); in f_doblock() 119 num = file->ext[i].xdrNumABlks; in f_doblock() 134 return func(file->vol, file->ext[i].xdrStABN + abnum, blnum, bp); in f_doblock() 140 if (v_extsearch(file, fabn, &file->ext, 0) <= 0) in f_doblock() 186 num = file->ext[i].xdrNumABlks; in f_alloc() 208 if (v_extsearch(file, start, &file->ext, &n) <= 0) in f_alloc() 218 file->ext[i].xdrStABN + file->ext[i].xdrNumABlks == blocks.xdrStABN) in f_alloc() 219 file->ext[i].xdrNumABlks += blocks.xdrNumABlks; in f_alloc() [all …]
|
| H A D | low.c | 213 hfsfile *ext = &vol->ext.f; in l_readmdb() local 284 ext->vol = vol; in l_readmdb() 285 ext->parid = 0; in l_readmdb() 286 strcpy(ext->name, "extents overflow"); in l_readmdb() 288 ext->cat.cdrType = cdrFilRec; in l_readmdb() 290 ext->cat.u.fil.filFlags = 0; in l_readmdb() 291 ext->cat.u.fil.filTyp = 0; in l_readmdb() 293 ext->cat.u.fil.filFlNum = HFS_CNID_EXT; in l_readmdb() 294 ext->cat.u.fil.filStBlk = mdb->drXTExtRec[0].xdrStABN; in l_readmdb() 295 ext->cat.u.fil.filLgLen = mdb->drXTFlSize; in l_readmdb() [all …]
|
| /openbsd-src/sbin/ipsecctl/ |
| H A D | pfkdump.c | 249 print_ext(struct sadb_ext *ext, struct sadb_msg *msg, int opts) in print_ext() argument 253 if ((entry = lookup(ext_types, ext->sadb_ext_type)) == NULL) { in print_ext() 255 ext->sadb_ext_type, ext->sadb_ext_len); in print_ext() 260 (*entry->func)(ext, msg, opts); in print_ext() 263 ext->sadb_ext_type, ext->sadb_ext_len); in print_ext() 295 print_sa(struct sadb_ext *ext, struct sadb_msg *msg, int opts) in print_sa() argument 297 struct sadb_sa *sa = (struct sadb_sa *)ext; in print_sa() 314 print_addr(struct sadb_ext *ext, struct sadb_msg *msg, int opts) in print_addr() argument 316 struct sadb_address *addr = (struct sadb_address *)ext; in print_addr() 345 print_key(struct sadb_ext *ext, struct sadb_msg *msg, int opts) in print_key() argument [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/ |
| H A D | m88k.h | 161 #define GET_LNSZ_SIZE(abfd, ext) \ argument 162 H_GET_32 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 163 #define GET_LNSZ_LNNO(abfd, ext) \ argument 164 H_GET_32 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) 165 #define PUT_LNSZ_LNNO(abfd, in, ext) \ argument 166 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 167 #define PUT_LNSZ_SIZE(abfd, in, ext) \ argument 168 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 169 #define GET_SCN_NRELOC(abfd, ext) \ argument 170 H_GET_32 (abfd, ext->x_scn.x_nreloc) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/include/coff/ |
| H A D | m88k.h | 161 #define GET_LNSZ_SIZE(abfd, ext) \ argument 162 H_GET_32 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 163 #define GET_LNSZ_LNNO(abfd, ext) \ argument 164 H_GET_32 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) 165 #define PUT_LNSZ_LNNO(abfd, in, ext) \ argument 166 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 167 #define PUT_LNSZ_SIZE(abfd, in, ext) \ argument 168 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 169 #define GET_SCN_NRELOC(abfd, ext) \ argument 170 H_GET_32 (abfd, ext->x_scn.x_nreloc) [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_user_extensions.c | 16 int i915_user_extensions(struct i915_user_extension __user *ext, in i915_user_extensions() argument 23 while (ext) { in i915_user_extensions() 31 err = check_user_mbz(&ext->flags); in i915_user_extensions() 35 for (i = 0; i < ARRAY_SIZE(ext->rsvd); i++) { in i915_user_extensions() 36 err = check_user_mbz(&ext->rsvd[i]); in i915_user_extensions() 41 if (get_user(name, &ext->name)) in i915_user_extensions() 48 err = tbl[name](ext, data); in i915_user_extensions() 53 if (get_user(next, &ext->next_extension) || in i915_user_extensions() 57 ext = u64_to_user_ptr(next); in i915_user_extensions()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | sh64-media.cpu | 72 (dshmf f-ext "Extension opcode" () 19 4) 189 (+ (f-op 0) rm (f-ext 9) rn rd (f-rsvd 0)) 195 (+ (f-op 0) rm (f-ext 8) rn rd (f-rsvd 0)) 202 (set rd (add rm (ext DI disp10)))) 208 (set rd (ext DI (add (ext SI disp10) (subword SI rm 1))))) 213 (+ (f-op 0) rm (f-ext 12) rn rd (f-rsvd 0)) 219 (+ (f-op 56) rm (f-ext 4) disp6x32 (f-dest 63) (f-rsvd 0)) 225 (+ (f-op 1) rm (f-ext 11) rn rd (f-rsvd 0)) 231 (+ (f-op 1) rm (f-ext 15) rn rd (f-rsvd 0)) 238 (set rd (and rm (ext DI disp10)))) [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | stt.c | 189 ffebld ext; /* Extent of a given dimension. */ in ffestt_dimlist_as_expr() local 274 ext = ffebld_copy (next->upper); in ffestt_dimlist_as_expr() 277 ext = ffebld_new_subtract (next->upper, next->lower); in ffestt_dimlist_as_expr() 284 ffebld_set_info (ext, in ffestt_dimlist_as_expr() 289 ((ffebld_op (ffebld_left (ext)) in ffestt_dimlist_as_expr() 292 (ext)) in ffestt_dimlist_as_expr() 297 ffebld_set_left (ext, in ffestt_dimlist_as_expr() 298 ffeexpr_convert_expr (ffebld_left (ext), in ffestt_dimlist_as_expr() 299 next->t, ext, next->t, in ffestt_dimlist_as_expr() 301 ffebld_set_right (ext, in ffestt_dimlist_as_expr() [all …]
|
| /openbsd-src/sys/dev/microcode/atmel/ |
| H A D | Makefile | 7 FIRM= atu-intersil-int atu-intersil-ext \ 8 atu-rfmd-int atu-rfmd-ext \ 9 atu-rfmd2958-int atu-rfmd2958-ext \ 10 atu-rfmd2958smc-int atu-rfmd2958smc-ext \ 11 atu-at76c503-i3863-int atu-at76c503-i3863-ext \ 12 atu-at76c503-rfmd-acc-int atu-at76c503-rfmd-acc-ext \ 13 atu-at76c505-rfmd-int atu-at76c505-rfmd-ext
|
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | perl2cmd.pl | 32 my $ext = ($new ? '.cmd' : '.tcm'); 34 open OUT, '>', "$dir/$base$ext" or warn, next; 42 chmod 0444, "$dir/$base$ext"; 44 if (compare "$dir/$base$ext", "$dir/$base.cmd") { # different 47 rename "$dir/$base$ext", "$dir/$base.cmd"; 49 chmod 0666, "$dir/$base$ext"; 50 unlink "$dir/$base$ext";
|