| /freebsd/crypto/openssl/crypto/pkcs12/ |
| H A D | p12_attr.c | 112 const ASN1_TYPE *atype; in PKCS12_get_friendlyname() local 114 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL) in PKCS12_get_friendlyname() 116 if (atype->type != V_ASN1_BMPSTRING) in PKCS12_get_friendlyname() 118 return OPENSSL_uni2utf8(atype->value.bmpstring->data, in PKCS12_get_friendlyname() 119 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | hostaddr.c | 82 int atype; in k5_os_hostaddr() local 88 atype = ADDRTYPE_INET; in k5_os_hostaddr() 93 atype = ADDRTYPE_INET6; in k5_os_hostaddr() 104 addrs[i]->addrtype = atype; in k5_os_hostaddr()
|
| /freebsd/sys/netgraph/ |
| H A D | ng_one2many.h | 76 #define NG_ONE2MANY_CONFIG_TYPE_INFO(atype) { \ argument 79 { "enabledLinks", (atype) }, \
|
| H A D | ng_ppp.h | 113 #define NG_PPP_MP_STATE_TYPE_INFO(atype) { \ argument 114 { "rseq", (atype) }, \
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_ec.c | 77 int atype; in ecdh_cms_set_peerkey() local 84 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey() 89 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey() 102 pkpeer = pkey_type2param(atype, aval, in ecdh_cms_set_peerkey()
|
| H A D | cms_dh.c | 24 int atype; in dh_cms_set_peerkey() local 34 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey() 38 if (atype != V_ASN1_UNDEF && atype != V_ASN1_NULL) in dh_cms_set_peerkey()
|
| /freebsd/stand/libsa/ |
| H A D | bootparam.c | 77 uint32_t atype; member 381 xi->atype = htonl(1); in xdr_inaddr_encode() 412 if (xi->atype != htonl(1)) { in xdr_inaddr_decode() 414 ntohl(xi->atype))); in xdr_inaddr_decode()
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x509_att.c | 352 int atype = 0; in X509_ATTRIBUTE_set1_data() local 365 atype = stmp->type; in X509_ATTRIBUTE_set1_data() 372 atype = attrtype; in X509_ATTRIBUTE_set1_data() 393 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_nvme.c | 296 pci_nvme_async_type atype; member 819 uint32_t atype; in pci_nvme_aen_reset() local 823 for (atype = 0; atype < PCI_NVME_AE_TYPE_MAX; atype++) { in pci_nvme_aen_reset() 824 sc->aen[atype].atype = atype; in pci_nvme_aen_reset() 861 pci_nvme_aen_post(struct pci_nvme_softc *sc, pci_nvme_async_type atype, in pci_nvme_aen_post() argument 866 if (atype >= PCI_NVME_AE_TYPE_MAX) { in pci_nvme_aen_post() 871 aen = &sc->aen[atype]; in pci_nvme_aen_post() 893 pci_nvme_async_type atype; in pci_nvme_aen_process() local 899 for (atype = 0; atype < PCI_NVME_AE_TYPE_MAX; atype++) { in pci_nvme_aen_process() 900 aen = &sc->aen[atype]; in pci_nvme_aen_process() [all …]
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-bgp.c | 1869 uint8_t atype, const u_char *pptr, u_int len, in bgp_attr_print() argument 1888 switch (atype) { in bgp_attr_print() 1921 as_size = bgp_attr_get_as_size(ndo, atype, pptr, len); in bgp_attr_print() 2426 atype = GET_U_1(tptr + 1); in bgp_attr_print() 2442 "Unknown Attribute", atype), in bgp_attr_print() 2443 atype, in bgp_attr_print() 2473 else if (!bgp_attr_print(ndo, atype, tptr, alen, attr_set_level + 1)) in bgp_attr_print() 2502 … ND_PRINT("\n\t no Attribute %u decoder", atype); /* we have no decoder for the attribute */ in bgp_attr_print() 2813 uint8_t aflags, atype, alenlen; in bgp_update_print() local 2826 atype = GET_U_1(p + 1); in bgp_update_print() [all …]
|
| /freebsd/sbin/ipf/ipftest/ |
| H A D | ip_fil.c | 655 ipf_ifpaddr(softc, v, atype, ifptr, inp, inpmask) in ipf_ifpaddr() argument 657 int v, atype; 677 return (ipf_ifpfillv4addr(atype, sin, &mask, 689 return (ipf_ifpfillv6addr(atype, sin6, &mask,
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | tasn_prn.c | 456 const ASN1_TYPE *atype = (const ASN1_TYPE *)*fld; in asn1_primitive_print() local 457 utype = atype->type; in asn1_primitive_print() 458 fld = (const ASN1_VALUE **)&atype->value.asn1_value; /* actually is const */ in asn1_primitive_print()
|
| H A D | a_int.c | 466 int atype) in bn_to_asn1_string() argument 472 ret = ASN1_STRING_type_new(atype); in bn_to_asn1_string() 475 ret->type = atype; in bn_to_asn1_string()
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_fil_freebsd.c | 932 ipf_ifpaddr(ipf_main_softc_t *softc, int v, int atype, void *ifptr, in ipf_ifpaddr() argument 979 if (atype == FRI_BROADCAST) in ipf_ifpaddr() 981 else if (atype == FRI_PEERADDR) in ipf_ifpaddr() 989 return (ipf_ifpfillv6addr(atype, (struct sockaddr_in6 *)sock, in ipf_ifpaddr() 994 return (ipf_ifpfillv4addr(atype, (struct sockaddr_in *)sock, in ipf_ifpaddr()
|
| H A D | fil.c | 6647 ipf_ifpfillv4addr(int atype, struct sockaddr_in *sin, struct sockaddr_in *mask, argument 6650 if (inpmask != NULL && atype != FRI_NETMASKED) 6653 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) { 6654 if (atype == FRI_NETMASKED) { 6685 ipf_ifpfillv6addr(int atype, struct sockaddr_in6 *sin, argument 6693 if (inpmask != NULL && atype != FRI_NETMASKED) { 6700 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) { 6701 if (atype == FRI_NETMASKED) {
|
| /freebsd/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/ |
| H A D | oclo.c | 477 int ltype = SOCK_STREAM, atype = 0; in oclo_accept_common() local 487 atype |= SOCK_CLOEXEC; in oclo_accept_common() 489 atype |= SOCK_CLOFORK; in oclo_accept_common() 532 asock = accept4(lsock, NULL, NULL, atype); in oclo_accept_common()
|
| /freebsd/crypto/krb5/src/lib/gssapi/spnego/ |
| H A D | negoex_util.c | 340 uint32_t atype, reason; in parse_alert_message() local 360 atype = k5_input_get_uint32_le(&alerts_in); in parse_alert_message() 369 if (atype == ALERT_TYPE_PULSE && value_len >= ALERT_PULSE_LENGTH) { in parse_alert_message()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | addr_families.c | 38 krb5_address_type atype; member 826 find_atype(krb5_address_type atype) in find_atype() argument 831 if (atype == a->atype) in find_atype()
|
| /freebsd/sys/dev/ath/ |
| H A D | if_ath_tx.c | 1573 HAL_PKT_TYPE atype; in ath_tx_normal_setup() local 1662 atype = HAL_PKT_TYPE_BEACON; in ath_tx_normal_setup() 1664 atype = HAL_PKT_TYPE_PROBE_RESP; in ath_tx_normal_setup() 1666 atype = HAL_PKT_TYPE_ATIM; in ath_tx_normal_setup() 1668 atype = HAL_PKT_TYPE_NORMAL; /* XXX */ in ath_tx_normal_setup() 1677 atype = HAL_PKT_TYPE_PSPOLL; /* stop setting of duration */ in ath_tx_normal_setup() 1686 atype = HAL_PKT_TYPE_NORMAL; /* default */ in ath_tx_normal_setup() 1885 bf->bf_state.bfs_atype = atype; in ath_tx_normal_setup() 2159 HAL_PKT_TYPE atype; in ath_tx_raw_start() local 2304 atype = HAL_PKT_TYPE_PSPOLL; in ath_tx_raw_start() [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | TODO.asn1 | 44 * More compact encoding: For struct atype and struct cntype, we could
|
| /freebsd/sbin/ipfw/ |
| H A D | tables.c | 2018 const char *atype; in ipfw_list_ta() local 2028 if ((atype = match_value(tabletypes, info->type)) == NULL) in ipfw_list_ta() 2029 atype = "unknown"; in ipfw_list_ta() 2031 printf(" type: %s\n refcount: %u\n", atype, info->refcnt); in ipfw_list_ta()
|
| /freebsd/contrib/openbsm/libbsm/ |
| H A D | bsm_io.c | 4003 READ_TOKEN_U_INT16(buf, len, tok->tt.socket_ex32.atype, tok->len, in fetch_socketex32_tok() 4008 if (tok->tt.socket_ex32.atype != AU_IPv4 && in fetch_socketex32_tok() 4009 tok->tt.socket_ex32.atype != AU_IPv6) in fetch_socketex32_tok() 4017 if (tok->tt.socket_ex32.atype == AU_IPv4) { in fetch_socketex32_tok() 4034 if (tok->tt.socket_ex32.atype == AU_IPv4) { in fetch_socketex32_tok() 4071 print_ip_ex_address(fp, tok->tt.socket_ex32.atype, in print_socketex32_tok() 4075 print_ip_ex_address(fp, tok->tt.socket_ex32.atype, in print_socketex32_tok() 4090 print_ip_ex_address(fp, tok->tt.socket_ex32.atype, in print_socketex32_tok() 4095 print_ip_ex_address(fp, tok->tt.socket_ex32.atype, in print_socketex32_tok()
|
| /freebsd/contrib/openbsm/bsm/ |
| H A D | libbsm.h | 564 u_int16_t atype; member
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_table.c | 2007 if (ti->atype != 0) { in find_table_algo() 2008 if (ti->atype > tcfg->algo_count) in find_table_algo() 2010 return (tcfg->algo[ti->atype]); in find_table_algo()
|
| H A D | ip_fw_private.h | 540 uint8_t atype; member
|