HomeSort by relevance Sort by last modified time
    Searched defs:proto (Results 176 - 200 of 272) sorted by null

1 2 3 4 5 6 78 91011

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h 35 u_int16_t proto; member in struct:ipt_ip
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 36 u_int16_t proto; member in struct:ip6t_ip6
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 35 u_int16_t proto; member in struct:ipt_ip
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 36 u_int16_t proto; member in struct:ip6t_ip6
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 725 int proto = HCI_UART_H4; local
731 if (ioctl(uart_fd, HCIUARTSETPROTO, proto) < 0) {
  /bionic/libc/kernel/common/linux/
mod_devicetable.h 108 __u8 proto; member in struct:serio_device_id
  /dalvik/vm/reflect/
Annotation.cpp 260 DexProto proto; local
261 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
268 resMethod = dvmFindDirectMethod(resClass, name, &proto);
276 resMethod = dvmFindMethodHier(resClass, name, &proto);
1574 DexProto proto; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 108 __u8 proto; member in struct:serio_device_id
  /external/bluetooth/bluez/audio/
control.c 210 sdp_list_t *aproto, *proto[2]; local
231 proto[0] = sdp_list_append(0, &l2cap);
233 proto[0] = sdp_list_append(proto[0], psm);
234 apseq = sdp_list_append(0, proto[0]);
237 proto[1] = sdp_list_append(0, &avctp);
239 proto[1] = sdp_list_append(proto[1], version);
240 apseq = sdp_list_append(apseq, proto[1]);
258 sdp_list_free(proto[0], 0)
274 sdp_list_t *aproto, *proto[2]; local
    [all...]
manager.c 241 sdp_list_t *aproto, *proto[2]; local
264 proto[0] = sdp_list_append(0, &l2cap_uuid);
265 apseq = sdp_list_append(0, proto[0]);
268 proto[1] = sdp_list_append(0, &rfcomm_uuid);
270 proto[1] = sdp_list_append(proto[1], channel);
271 apseq = sdp_list_append(apseq, proto[1]);
279 sdp_list_free(proto[0], 0);
280 sdp_list_free(proto[1], 0);
297 sdp_list_t *aproto, *proto[2] local
352 sdp_list_t *aproto, *proto[2]; local
    [all...]
  /external/bluetooth/bluez/health/
hdp_util.c 880 int proto; local
890 proto = sdp_uuid_to_proto(&iter->val.uuid);
891 if (proto != type)
  /external/bluetooth/bluez/serial/
proxy.c 150 sdp_list_t *apseq, *aproto, *profiles, *proto[2], *root, *svclass_id; local
178 proto[0] = sdp_list_append(NULL, &l2cap);
179 apseq = sdp_list_append(NULL, proto[0]);
182 proto[1] = sdp_list_append(NULL, &rfcomm);
184 proto[1] = sdp_list_append(proto[1], ch);
185 apseq = sdp_list_append(apseq, proto[1]);
195 sdp_list_free(proto[0], NULL);
196 sdp_list_free(proto[1], NULL);
  /external/ipsec-tools/src/racoon/
racoonctl.c 170 int proto; member in struct:proto_tag
363 make_request(u_int16_t cmd, u_int16_t proto, size_t len)
376 head->ac_proto = proto;
414 int proto; local
419 proto = get_proto(*av);
420 if (proto == -1)
423 return make_request(ADMIN_SHOW_SA, proto, 0);
457 int proto; local
462 proto = get_proto(*av);
463 if (proto == -1
475 int proto; local
523 u_int16_t proto; local
548 u_int16_t proto; local
    [all...]
  /external/iptables/iptables/
xtables.c 472 int xtables_service_to_port(const char *name, const char *proto)
476 if ((service = getservbyname(name, proto)) != NULL)
482 uint16_t xtables_parse_port(const char *port, const char *proto)
487 (portnum = xtables_service_to_port(port, proto)) != (unsigned)-1)
1807 unsigned int proto, i; local
    [all...]
  /external/kernel-headers/original/linux/
mod_devicetable.h 175 __u8 proto; member in struct:serio_device_id
  /external/libpcap/
gencode.h 262 unsigned char proto; member in struct:qual
  /external/openssl/apps/
s_client.c 1828 const unsigned char *proto; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 173 // // in "foo.proto"
179 // // in "bar.proto"
186 // Also, we have an empty file "baz.proto". This file's purpose is to
187 // make sure that even though it has the same package as foo.proto,
188 // searching it for members of foo.proto won't work.
191 foo_file.set_name("foo.proto");
200 bar_file.set_name("bar.proto");
202 bar_file.add_dependency("foo.proto");
211 baz_file.set_name("baz.proto");
266 EXPECT_EQ("foo.proto", foo_file_->name())
1847 FieldDescriptorProto proto; local
    [all...]
  /external/tcpdump/
print-isakmp.c 571 u_int32_t proto, int depth _U_)
587 switch (proto) {
639 u_int32_t proto _U_, int depth _U_)
662 u_int32_t proto _U_, int depth _U_)
692 printf(" [phase=%d doi=%d proto=%d]", phase, doi, proto);
905 u_int32_t proto _U_, int depth _U_)
928 u_int32_t proto _U_, int depth _U_)
953 u_int32_t proto _U_, int depth _U_)
982 u_int32_t proto; local
1122 u_int32_t proto; local
    [all...]
  /external/v8/src/
deoptimizer.cc 162 Object* proto = object->GetPrototype(); local
163 ASSERT(proto->IsJSGlobalObject());
165 GlobalObject::cast(proto)->global_context(), visitor);
    [all...]
ic.cc 420 Object* proto = holder->GetPrototype(); local
421 if (proto->IsNull()) {
426 object = proto;
    [all...]
stub-cache.cc 1689 Object* proto = holder->GetPrototype(); local
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp 1293 v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate(); local
    [all...]
  /external/wpa_supplicant/
config_ssid.h 183 * proto - Bitfield of allowed protocols, WPA_PROTO_*
185 int proto; member in struct:wpa_ssid
765 * following network block options: proto=WPA, key_mgmt=WPA-NONE,
wpa_supplicant.c 150 * @proto: Ethertype in host byte order
156 u16 proto, const u8 *buf, size_t len)
159 return l2_packet_send(wpa_s->l2, dest, proto, buf, len);
162 return wpa_drv_send_eapol(wpa_s, dest, proto, buf, len);
1224 int sel, proto; local
    [all...]

Completed in 2517 milliseconds

1 2 3 4 5 6 78 91011