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

1 2 34 5 6 7 8 91011

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/lockd/
xdr.h 68 u32 proto; member in struct:nlm_reboot
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/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
if_tun.h 66 __be16 proto; member in struct:tun_pi
  /dalvik/vm/oo/
Object.cpp 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 366 sdp_list_t *proto[2]; local
390 proto[0] = sdp_list_append(NULL, &l2cap);
391 apseq = sdp_list_append(NULL, proto[0]);
394 proto[1] = sdp_list_append(NULL, &rfcomm);
396 proto[1] = sdp_list_append(proto[1], channel);
397 apseq = sdp_list_append(apseq, proto[1]);
407 sdp_list_free(proto[0], NULL);
408 sdp_list_free(proto[1], NULL);
  /external/chromium/net/socket/
ssl_client_socket_pool.cc 354 std::string proto; local
359 status = ssl_socket_->GetNextProto(&proto);
365 SSLClientSocket::NextProtoFromString(proto);
ssl_client_socket_pool_unittest.cc 379 std::string proto; local
380 ssl_socket->GetNextProto(&proto);
381 EXPECT_EQ(SSLClientSocket::NextProtoFromString(proto),
411 std::string proto; local
412 ssl_socket->GetNextProto(&proto);
413 EXPECT_EQ(SSLClientSocket::NextProtoFromString(proto),
710 std::string proto; local
711 ssl_socket->GetNextProto(&proto);
712 EXPECT_EQ(SSLClientSocket::NextProtoFromString(proto),
  /external/iproute2/include/linux/
if_tun.h 76 __be16 proto; member in struct:tun_pi
  /external/iptables/extensions/
libxt_multiport.c 66 proto_to_name(uint8_t proto)
68 switch (proto) {
85 parse_multi_ports(const char *portstring, uint16_t *ports, const char *proto)
97 ports[i] = xtables_parse_port(cp, proto);
107 const char *proto)
129 multiinfo->ports[i] = xtables_parse_port(cp, proto);
132 multiinfo->ports[++i] = xtables_parse_port(range, proto);
147 const char *proto; local
153 if ((proto = proto_to_name(pnum)) != NULL)
154 return proto;
167 const char *proto; local
213 const char *proto; local
    [all...]
  /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
if_tun.h 76 __be16 proto; member in struct:tun_pi
  /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);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 237 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; local
247 proto = "WPA";
251 proto = "WPA";
255 proto = "WPA2";
259 proto = "WPA2";
272 if (proto)
273 setNetworkParam(id, "proto", proto, false);
509 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d proto", network_id);

Completed in 1226 milliseconds

1 2 34 5 6 7 8 91011