Searched defs:subtype (Results 1 - 25 of 73) sorted by relevance

123

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DMediaRange.java48 * | ( type "/" subtype )
65 /** subtype field
67 protected String subtype; field in class:MediaRange
85 return subtype;
97 * Set the subtype member
101 subtype = s;
115 .append(subtype);
H A DAccept.java157 * @param subtype String to set
159 public void setContentSubType(String subtype) { argument
162 mediaRange.setSubtype(subtype);
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DIconGtk.cpp62 1. media-subtype
63 2. gnome-mime-media-subtype
72 String subtype = MIMEType.substring(pos + 1); local
74 String iconName = media + "-" + subtype;
77 iconName = "gnome-mime-" + media + "-" + subtype;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dhs20_supplicant.c111 u8 subtype; local
121 subtype = *pos++;
127 switch (subtype) {
173 wpa_printf(MSG_DEBUG, "HS20: Unsupported subtype %u", subtype);
/external/iptables/include/linux/netfilter/
H A Dxt_osf.h76 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java29 * <li>&lt;sub&gt;: This is the subtype for the application protocol</li>
90 * @param subtype
91 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
98 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final String text) { argument
99 return new ServiceInfoImpl(type, name, subtype, port, 0, 0, false, text);
130 * @param subtype
131 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
142 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final String text) { argument
143 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, text);
174 * @param subtype
186 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final Map<String, ?> props) argument
230 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final byte[] text) argument
278 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final String text) argument
326 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
374 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final byte[] text) argument
[all...]
/external/jpeg/
H A Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
353 subtype = UCH(targaheader[2]);
369 if (subtype > 8) {
373 subtype -= 8;
379 /* Now should have subtype 1, 2, or 3 */
383 switch (subtype) {
/external/qemu/block/
H A Dbochs.c45 char subtype[16]; // "Undoable" / "Volatile" / "Growing" member in struct:bochs_header_v1
65 char subtype[16]; // "Undoable" / "Volatile" / "Growing" member in struct:bochs_header
102 !strcmp(bochs->subtype, GROWING_TYPE) &&
125 strcmp(bochs.subtype, GROWING_TYPE) ||
/external/qemu/distrib/jpeg-6b/
H A Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
353 subtype = UCH(targaheader[2]);
369 if (subtype > 8) {
373 subtype -= 8;
379 /* Now should have subtype 1, 2, or 3 */
383 switch (subtype) {
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_sake_common.h56 u8 subtype; member in struct:eap_sake_hdr
H A Deap_tlv_common.h81 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_sake.c121 int id, size_t length, u8 subtype)
140 sake->subtype = subtype;
375 u8 subtype, session_id; local
385 subtype = req->subtype;
389 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d "
390 "session_id %d", subtype, session_id);
408 switch (subtype) {
423 "unknown subtype
120 eap_sake_build_msg(struct eap_sake_data *data, int id, size_t length, u8 subtype) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_sake.c104 u8 id, size_t length, u8 subtype)
123 sake->subtype = subtype;
261 u8 version, session_id, subtype; local
273 subtype = resp->subtype;
286 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype);
288 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
291 if (data->state == CHALLENGE && subtype
103 eap_sake_build_msg(struct eap_sake_data *data, u8 id, size_t length, u8 subtype) argument
434 u8 subtype; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sake_common.h50 u8 subtype; member in struct:eap_sake_hdr
H A Deap_tlv_common.h75 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_sake.c116 int id, size_t length, u8 subtype)
135 sake->subtype = subtype;
370 u8 subtype, session_id; local
380 subtype = req->subtype;
384 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d "
385 "session_id %d", subtype, session_id);
403 switch (subtype) {
418 "unknown subtype
115 eap_sake_build_msg(struct eap_sake_data *data, int id, size_t length, u8 subtype) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_sake.c99 u8 id, size_t length, u8 subtype)
118 sake->subtype = subtype;
256 u8 version, session_id, subtype; local
268 subtype = resp->subtype;
281 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype);
283 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
286 if (data->state == CHALLENGE && subtype
98 eap_sake_build_msg(struct eap_sake_data *data, u8 id, size_t length, u8 subtype) argument
429 u8 subtype; local
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_build.c17 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token) argument
23 wpabuf_put_u8(buf, subtype); /* OUI Subtype */
29 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype, argument
37 wpabuf_put_u8(buf, subtype); /* OUI Subtype */
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sake_common.h50 u8 subtype; member in struct:eap_sake_hdr
H A Deap_tlv_common.h75 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_sake.c116 int id, size_t length, u8 subtype)
135 sake->subtype = subtype;
370 u8 subtype, session_id; local
380 subtype = req->subtype;
384 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d "
385 "session_id %d", subtype, session_id);
403 switch (subtype) {
418 "unknown subtype
115 eap_sake_build_msg(struct eap_sake_data *data, int id, size_t length, u8 subtype) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_sake.c99 u8 id, size_t length, u8 subtype)
118 sake->subtype = subtype;
256 u8 version, session_id, subtype; local
268 subtype = resp->subtype;
281 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype);
283 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
286 if (data->state == CHALLENGE && subtype
98 eap_sake_build_msg(struct eap_sake_data *data, u8 id, size_t length, u8 subtype) argument
429 u8 subtype; local
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_build.c17 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token) argument
23 wpabuf_put_u8(buf, subtype); /* OUI Subtype */
29 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype, argument
37 wpabuf_put_u8(buf, subtype); /* OUI Subtype */
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sake_common.h50 u8 subtype; member in struct:eap_sake_hdr
H A Deap_tlv_common.h75 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv

Completed in 253 milliseconds

123