Home
last modified time | relevance | path

Searched refs:name_type (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dvlan_ioctl.c127 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument
133 name_type); in vlan_set_name_type()
143 if_request.u.name_type = name_type; in vlan_set_name_type()
148 __func__, name_type, strerror(errno)); in vlan_set_name_type()
H A Dvlan_util.h18 int vlan_set_name_type(unsigned int name_type);
H A Dvlan_util.c171 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument
/dragonfly/contrib/tcpdump/
H A Dsmbutil.c270 name_type_str(int name_type) in name_type_str() argument
274 switch (name_type) { in name_type_str()
740 int name_type; in smb_fdata1() local
745 name_type = name_extract(ndo, startbuf, ND_BYTES_BETWEEN(buf, startbuf), in smb_fdata1()
747 if (name_type < 0) in smb_fdata1()
753 ND_PRINT("%-15.15s NameType=0x%02X (%s)", nbuf, name_type, in smb_fdata1()
754 name_type_str(name_type)); in smb_fdata1()
757 name_type = GET_U_1(buf + 15); in smb_fdata1()
758 ND_PRINT("%-15.15s NameType=0x%02X (%s)", buf, name_type, in smb_fdata1()
759 name_type_str(name_type)); in smb_fdata1()
H A Dprint-tipc.c116 nd_uint32_t name_type; member
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_constraints.c731 int name_type, include_cn = is_leaf, include_email = is_leaf; in x509_constraints_extract_names() local
743 name_type = x509_constraints_general_to_bytes(name, &bytes, in x509_constraints_extract_names()
745 switch(name_type) { in x509_constraints_extract_names()
930 int name_type; in x509_constraints_validate() local
943 name_type = x509_constraints_general_to_bytes(constraint, &bytes, &len); in x509_constraints_validate()
944 switch (name_type) { in x509_constraints_validate()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dlinux_vlan.h44 unsigned int name_type; member
/dragonfly/crypto/libressl/ssl/
H A Dssl_tlsext.c740 uint8_t name_type; in tlsext_sni_server_parse() local
746 if (!CBS_get_u8(&server_name_list, &name_type)) in tlsext_sni_server_parse()
754 if (name_type != TLSEXT_NAMETYPE_host_name) { in tlsext_sni_server_parse()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Drtti.c876 tree name_type = build_cplus_array_type in tinfo_base_init() local
885 name_decl = build_lang_decl (VAR_DECL, name_name, name_type); in tinfo_base_init()
H A Dparser.c16298 tree name_type = TREE_TYPE (unqualified_name); in cp_parser_direct_declarator() local
16299 if (class_type && same_type_p (name_type, class_type)) in cp_parser_direct_declarator()
16302 && CLASSTYPE_USE_TEMPLATE (name_type)) in cp_parser_direct_declarator()
16311 class_type, name_type); in cp_parser_direct_declarator()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Drtti.c913 tree name_type = build_cplus_array_type in tinfo_base_init() local
922 name_decl = build_lang_decl (VAR_DECL, name_name, name_type); in tinfo_base_init()
H A Dparser.c20387 tree name_type = TREE_TYPE (unqualified_name); in cp_parser_direct_declarator() local
20389 if (!class_type || !same_type_p (name_type, class_type)) in cp_parser_direct_declarator()
20400 && CLASSTYPE_USE_TEMPLATE (name_type)) in cp_parser_direct_declarator()
20409 class_type, name_type); in cp_parser_direct_declarator()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c18964 char name_type; in print_gnu_build_attribute_name() local
18998 switch ((name_type = * name)) in print_gnu_build_attribute_name()
19008 error (_("unrecognised attribute type in name field: %d\n"), name_type); in print_gnu_build_attribute_name()
19085 if (strchr (expected_types, name_type) == NULL) in print_gnu_build_attribute_name()
19086 warn (_("attribute does not have an expected type (%c)\n"), name_type); in print_gnu_build_attribute_name()
19099 switch (name_type) in print_gnu_build_attribute_name()