Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c107 const ASN1_TYPE *atype; in PKCS12_get_friendlyname() local
109 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL) in PKCS12_get_friendlyname()
111 if (atype->type != V_ASN1_BMPSTRING) in PKCS12_get_friendlyname()
113 return OPENSSL_uni2utf8(atype->value.bmpstring->data, in PKCS12_get_friendlyname()
114 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
/freebsd/sys/netgraph/
H A Dng_one2many.h76 #define NG_ONE2MANY_CONFIG_TYPE_INFO(atype) { \ argument
79 { "enabledLinks", (atype) }, \
H A Dng_ppp.h113 #define NG_PPP_MP_STATE_TYPE_INFO(atype) { \ argument
114 { "rseq", (atype) }, \
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_ec.c76 int atype; in ecdh_cms_set_peerkey() local
83 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey()
88 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey()
101 pkpeer = pkey_type2param(atype, aval, in ecdh_cms_set_peerkey()
H A Dcms_dh.c23 int atype; in dh_cms_set_peerkey() local
33 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey()
37 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL) in dh_cms_set_peerkey()
/freebsd/stand/libsa/
H A Dbootparam.c77 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 Dx509_att.c337 int atype = 0; in X509_ATTRIBUTE_set1_data() local
347 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
353 atype = attrtype; in X509_ATTRIBUTE_set1_data()
370 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c285 pci_nvme_async_type atype; member
808 uint32_t atype; in pci_nvme_aen_reset() local
812 for (atype = 0; atype < PCI_NVME_AE_TYPE_MAX; atype++) { in pci_nvme_aen_reset()
813 sc->aen[atype].atype = atype; in pci_nvme_aen_reset()
855 if (atype >= PCI_NVME_AE_TYPE_MAX) { in pci_nvme_aen_post()
860 aen = &sc->aen[atype]; in pci_nvme_aen_post()
882 pci_nvme_async_type atype; in pci_nvme_aen_process() local
888 for (atype = 0; atype < PCI_NVME_AE_TYPE_MAX; atype++) { in pci_nvme_aen_process()
889 aen = &sc->aen[atype]; in pci_nvme_aen_process()
908 switch (atype) { in pci_nvme_aen_process()
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-bgp.c1869 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()
2422 atype = GET_U_1(tptr + 1); in bgp_attr_print()
2438 "Unknown Attribute", atype), in bgp_attr_print()
2439 atype, in bgp_attr_print()
2809 uint8_t aflags, atype, alenlen; in bgp_update_print() local
2822 atype = GET_U_1(p + 1); in bgp_update_print()
2842 tok2str(bgp_attr_values, "Unknown Attribute", atype), in bgp_update_print()
2843 atype, in bgp_update_print()
[all …]
/freebsd/sbin/ipf/ipftest/
H A Dip_fil.c655 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 Dtasn_prn.c459 const ASN1_TYPE *atype = (const ASN1_TYPE *)*fld; in asn1_primitive_print() local
460 utype = atype->type; in asn1_primitive_print()
461 fld = (const ASN1_VALUE **)&atype->value.asn1_value; /* actually is const */ in asn1_primitive_print()
H A Da_int.c462 int atype) in bn_to_asn1_string() argument
468 ret = ASN1_STRING_type_new(atype); in bn_to_asn1_string()
471 ret->type = atype; in bn_to_asn1_string()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c941 ipf_ifpaddr(ipf_main_softc_t *softc, int v, int atype, void *ifptr, in ipf_ifpaddr() argument
988 if (atype == FRI_BROADCAST) in ipf_ifpaddr()
990 else if (atype == FRI_PEERADDR) in ipf_ifpaddr()
998 return (ipf_ifpfillv6addr(atype, (struct sockaddr_in6 *)sock, in ipf_ifpaddr()
1003 return (ipf_ifpfillv4addr(atype, (struct sockaddr_in *)sock, in ipf_ifpaddr()
H A Dfil.c6579 ipf_ifpfillv4addr(int atype, struct sockaddr_in *sin, struct sockaddr_in *mask, argument
6582 if (inpmask != NULL && atype != FRI_NETMASKED)
6585 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6586 if (atype == FRI_NETMASKED) {
6617 ipf_ifpfillv6addr(int atype, struct sockaddr_in6 *sin, argument
6625 if (inpmask != NULL && atype != FRI_NETMASKED) {
6632 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6633 if (atype == FRI_NETMASKED) {
/freebsd/sys/contrib/device-tree/Bindings/dma/ti/
H A Dk3-udma.yaml143 ti,udma-atype:
148 - ti,udma-atype
/freebsd/crypto/heimdal/lib/krb5/
H A Daddr_families.c38 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 Dif_ath_tx.c1564 HAL_PKT_TYPE atype; in ath_tx_normal_setup() local
1649 atype = HAL_PKT_TYPE_BEACON; in ath_tx_normal_setup()
1651 atype = HAL_PKT_TYPE_PROBE_RESP; in ath_tx_normal_setup()
1653 atype = HAL_PKT_TYPE_ATIM; in ath_tx_normal_setup()
1655 atype = HAL_PKT_TYPE_NORMAL; /* XXX */ in ath_tx_normal_setup()
1664 atype = HAL_PKT_TYPE_PSPOLL; /* stop setting of duration */ in ath_tx_normal_setup()
1673 atype = HAL_PKT_TYPE_NORMAL; /* default */ in ath_tx_normal_setup()
1872 bf->bf_state.bfs_atype = atype; in ath_tx_normal_setup()
2148 HAL_PKT_TYPE atype; in ath_tx_raw_start() local
2289 atype = HAL_PKT_TYPE_PSPOLL; in ath_tx_raw_start()
[all …]
/freebsd/sbin/ipfw/
H A Dtables.c2021 const char *atype; in ipfw_list_ta() local
2031 if ((atype = match_value(tabletypes, info->type)) == NULL) in ipfw_list_ta()
2032 atype = "unknown"; in ipfw_list_ta()
2034 printf(" type: %s\n refcount: %u\n", atype, info->refcnt); in ipfw_list_ta()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_io.c3965 READ_TOKEN_U_INT16(buf, len, tok->tt.socket_ex32.atype, tok->len, in fetch_socketex32_tok()
3970 if (tok->tt.socket_ex32.atype != AU_IPv4 && in fetch_socketex32_tok()
3971 tok->tt.socket_ex32.atype != AU_IPv6) in fetch_socketex32_tok()
3979 if (tok->tt.socket_ex32.atype == AU_IPv4) { in fetch_socketex32_tok()
3996 if (tok->tt.socket_ex32.atype == AU_IPv4) { in fetch_socketex32_tok()
4033 print_ip_ex_address(fp, tok->tt.socket_ex32.atype, in print_socketex32_tok()
4037 print_ip_ex_address(fp, tok->tt.socket_ex32.atype, in print_socketex32_tok()
4052 print_ip_ex_address(fp, tok->tt.socket_ex32.atype, in print_socketex32_tok()
4057 print_ip_ex_address(fp, tok->tt.socket_ex32.atype, in print_socketex32_tok()
/freebsd/contrib/openbsm/bsm/
H A Dlibbsm.h564 u_int16_t atype; member
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h562 uint8_t atype; member
H A Dip_fw_table.c2575 if (ti->atype != 0) { in find_table_algo()
2576 if (ti->atype > tcfg->algo_count) in find_table_algo()
2578 return (tcfg->algo[ti->atype]); in find_table_algo()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h856 vdev_t *parent, uint_t id, int atype);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c1852 uint_t id, int atype) in spa_config_parse() argument
1858 if ((error = vdev_alloc(spa, vdp, nv, parent, id, atype)) != 0) in spa_config_parse()
1879 atype)) != 0) { in spa_config_parse()
/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c4880 sli4_abort_type_e atype = SLI_ABORT_MAX; in ocs_hw_io_abort() local
4951 atype = SLI_ABORT_XRI; in ocs_hw_io_abort()
4979 …if (sli_abort_wqe(&hw->sli, io_to_abort->wqe.wqebuf, hw->sli.config.wqe_size, atype, send_abts, id… in ocs_hw_io_abort()

12