HomeSort by relevance Sort by last modified time
    Searched defs:proto (Results 51 - 75 of 202) sorted by null

1 23 4 5 6 7 8 9

  /external/ppp/pppd/
demand.c 302 demand_rexmit(proto)
303 int proto;
312 if (PPP_PROTOCOL(pkt->data) == proto) {
337 int proto, i; local
342 proto = PPP_PROTOCOL(p);
352 if (protp->protocol < 0xC000 && (protp->protocol & ~0x8000) == proto) {
  /external/webkit/JavaScriptCore/jit/
JITCall.cpp 76 int proto = instruction[5].u.operand; local
82 emitPutJITStubArgFromVirtualRegister(proto, 3, regT2, regT3);
335 int proto = instruction[5].u.operand; local
342 stubCall.addArgument(proto);
470 int proto = instruction[5].u.operand;
477 emitPutJITStubArgFromVirtualRegister(proto, 3, regT2);
630 int proto = instruction[5].u.operand;
634 emitPutJITStubArgFromVirtualRegister(proto, 3, regT2);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_policy.h 24 proto:1, member in struct:xt_policy_spec
44 u_int8_t proto; member in struct:xt_policy_elem
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs4_mount.h 51 int proto; /* 1 */ member in struct:nfs4_mount_data
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /bionic/libc/kernel/common/linux/
if_arcnet.h 40 uint8_t proto; member in struct:arc_rfc1201
49 uint8_t proto; member in struct:arc_rfc1051
56 uint8_t proto; member in struct:arc_eth_encap
64 uint8_t proto; member in struct:arc_cap
  /dalvik/vm/analysis/
Optimize.c 762 DexProto proto; local
763 dexProtoSetFromMethodId(&proto, pDvmDex->pDexFile, pMethodId);
767 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx), &proto);
771 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx), &proto);
969 DexProto proto; local
    [all...]
  /dalvik/vm/oo/
Object.c 212 const DexProto* proto; local
218 proto = &method->prototype;
220 if (strcmp(returnType, dexProtoGetReturnType(proto)) != 0) {
224 if (dexProtoGetParameterCount(proto) != argCount) {
228 dexParameterIteratorInit(&iterator, proto);
426 MethodType wantedType, bool isHier, const char* name, const DexProto* proto)
437 if (dvmCompareNameProtoAndMethod(name, proto, method) == 0) {
445 if (dvmCompareNameProtoAndMethod(name, proto, method) == 0) {
512 const DexProto* proto)
515 proto);
    [all...]
  /development/ndk/platforms/android-3/include/linux/
if_arcnet.h 40 uint8_t proto; member in struct:arc_rfc1201
49 uint8_t proto; member in struct:arc_rfc1051
56 uint8_t proto; member in struct:arc_eth_encap
64 uint8_t proto; member in struct:arc_cap
  /external/bluetooth/bluez/plugins/
pnat.c 362 sdp_list_t *proto[2]; local
386 proto[0] = sdp_list_append(NULL, &l2cap);
387 apseq = sdp_list_append(NULL, proto[0]);
390 proto[1] = sdp_list_append(NULL, &rfcomm);
392 proto[1] = sdp_list_append(proto[1], channel);
393 apseq = sdp_list_append(apseq, proto[1]);
403 sdp_list_free(proto[0], NULL);
404 sdp_list_free(proto[1], NULL);
  /external/kernel-headers/original/linux/
if_arcnet.h 60 uint8_t proto; /* protocol ID field - varies */ member in struct:arc_rfc1201
73 uint8_t proto; /* ARC_P_RFC1051_ARP/RFC1051_IP */ member in struct:arc_rfc1051
85 uint8_t proto; /* Always ARC_P_ETHER */ member in struct:arc_eth_encap
94 uint8_t proto; member in struct:arc_cap
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 185 // Get the DebugString from the proto.
209 // Get the DebugString from the proto.
665 scoped_ptr<unittest::TestAllTypes> proto(new unittest::TestAllTypes);
666 ExpectFailure(input, message, line, col, proto.get());
670 int col, Message* proto) {
671 ExpectMessage(input, message, line, col, proto, false);
675 int col, Message* proto, bool expected_result) {
679 EXPECT_EQ(parser.ParseFromString(input, proto), expected_result);
836 // We require that group names be exactly as they appear in the .proto.
994 unittest::TestAllTypes proto; local
1011 unittest::TestAllTypes proto; local
1045 protobuf_unittest::TestMessageSetContainer proto; local
1058 protobuf_unittest::TestMessageSetContainer proto; local
    [all...]
  /external/tcpdump/
print-dccp.c 71 u_char proto; member in struct:phu::phdr
81 phu.ph.proto = IPPROTO_DCCP;
print-ip.c 378 struct protoent *proto; local
485 ND_PRINT((ndo, " (ipip-proto-4)"));
523 if ((proto = getprotobynumber(ipds->nh)) != NULL)
524 ND_PRINT((ndo, " %s", proto->p_name));
526 ND_PRINT((ndo, " ip-proto-%d", ipds->nh));
564 struct protoent *proto; local
645 (void)printf(", id %u, offset %u, flags [%s], proto %s (%u)",
699 if ((proto = getprotobynumber(ipds->ip->ip_p)) != NULL)
700 (void)printf(" %s", proto->p_name);
702 (void)printf(" ip-proto-%d", ipds->ip->ip_p)
    [all...]
  /external/wpa_supplicant/
l2_packet_ndis.c 97 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
129 eth->h_proto = htons(proto);
332 USHORT proto = htons(protocol); local
336 IOCTL_NDISUIO_SET_ETHER_TYPE, &proto,
337 sizeof(proto), NULL, 0, &written, NULL)) {
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui.h 135 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; local
145 proto = "WPA";
149 proto = "WPA";
153 proto = "WPA2";
157 proto = "WPA2";
170 if (proto)
171 setNetworkParam(id, "proto", proto, false);
320 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d proto", network_id);
  /external/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 166 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; local
176 proto = "WPA";
180 proto = "WPA";
184 proto = "WPA2";
188 proto = "WPA2";
201 if (proto)
202 setNetworkParam(id, "proto", proto, false);
359 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d proto", network_id);
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 157 * proto - Bitfield of allowed protocols, WPA_PROTO_*
159 int proto; member in struct:wpa_ssid
277 * following network block options: proto=WPA, key_mgmt=WPA-NONE,
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_ndis.c 97 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
129 eth->h_proto = htons(proto);
332 USHORT proto = htons(protocol); local
336 IOCTL_NDISUIO_SET_ETHER_TYPE, &proto,
337 sizeof(proto), NULL, 0, &written, NULL)) {
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui.h 138 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; local
148 proto = "WPA";
152 proto = "WPA";
156 proto = "WPA2";
160 proto = "WPA2";
173 if (proto)
174 setNetworkParam(id, "proto", proto, false);
334 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d proto", network_id);

Completed in 1754 milliseconds

1 23 4 5 6 7 8 9