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

1 23 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /external/iptables/extensions/
libip6t_ipv6header.c 33 u_int8_t proto; member in struct:numflag
71 proto_to_name(u_int8_t proto, int nolookup)
75 if (proto && !nolookup) {
76 struct protoent *pent = getprotobynumber(proto);
82 if (chain_protos[i].num == proto)
91 unsigned int proto=0; local
95 proto = pent->p_proto;
102 proto = chain_protos[i].num;
113 return (u_int16_t)proto;
117 add_proto_to_mask(int proto){
    [all...]
libipt_policy.c 35 "[!] --proto proto match protocol (ah/esp/ipcomp)\n"
80 .name = "proto",
219 if (e->match.proto)
221 "policy match: double --proto option");
223 e->proto = parse_protocol(argv[optind-1]);
224 if (e->proto != IPPROTO_AH && e->proto != IPPROTO_ESP &&
225 e->proto != IPPROTO_COMP)
228 e->match.proto = 1
    [all...]
  /external/bluetooth/hcidump/parser/
bnep.c 215 uint16_t proto = 0x0000; local
231 proto = get_u16(frm);
232 printf("[proto 0x%04x]\n", proto);
241 proto = get_u16(frm);
242 printf("[proto 0x%04x]\n", proto);
250 proto = get_u16(frm);
251 printf("[proto 0x%04x]\n", proto);
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_policy.h 28 proto:1, member in struct:ipt_policy_spec
48 u_int8_t proto; member in struct:ipt_policy_elem
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_policy.h 24 proto:1, member in struct:ip6t_policy_spec
44 u_int8_t proto; member in struct:ip6t_policy_elem
  /external/webkit/JavaScriptCore/runtime/
InternalFunction.h 43 static PassRefPtr<Structure> createStructure(JSValue proto)
45 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
  /bionic/libc/tools/
genserv.py 18 def __init__(self,name,port,proto):
21 self.proto = proto
30 if self.proto == "tcp":
  /external/chromium/net/socket/
ssl_client_socket.h 52 // *proto is set to the resulting protocol (n.b. that the string may have
54 // kNextProtoUnsupported: *proto is cleared.
55 // kNextProtoNegotiated: *proto is set to the negotiated protocol.
56 // kNextProtoNoOverlap: *proto is set to the first protocol in the
58 virtual NextProtoStatus GetNextProto(std::string* proto) = 0;
  /external/expat/amiga/
launch.c 25 #include <proto/exec.h>
  /external/iproute2/include/linux/
ip6_tunnel.h 23 __u8 proto; /* tunnel protocol */ member in struct:ip6_tnl_parm
  /external/protobuf/
generate_descriptor_proto.sh 31 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
32 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:. google/protobuf/compiler/plugin.proto
  /external/libpcap/
nametoaddr.c 86 #include "os-proto.h"
171 pcap_nametoport(const char *name, int *port, int *proto)
180 * same port number, change the proto to PROTO_UNDEF
189 *proto = IPPROTO_TCP;
192 *proto = PROTO_UNDEF;
205 *proto = IPPROTO_UDP;
212 *proto = PROTO_UNDEF;
225 pcap_nametoportrange(const char *name, int *port1, int *port2, int *proto)
242 if (pcap_nametoport(cpy, port1, proto) == 0) {
246 save_proto = *proto;
    [all...]
gencode.c 99 #include "os-proto.h"
1249 off_nl = -1; /* L3 proto location dep. on cookie type */
4957 int proto = q.proto; local
5319 int proto = q.proto; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 48 ' > testzip.proto
51 testzip.proto || fail 'protoc failed.'
70 if jar c testzip.proto > /dev/null; then
  /external/webkit/JavaScriptCore/bytecode/
Instruction.h 62 Structure* proto; member in union:JSC::PolymorphicAccessStructureList::PolymorphicStubInfo::__anon8048
70 u.proto = 0;
78 u.proto = _proto;
114 if (info.u.proto) {
118 info.u.proto->deref();
  /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...]
  /hardware/ril/mock-ril/
Makefile 15 src_proto=src/proto
47 $(gen_src_cpp)/msgheader.pb.cpp $(gen_src_cpp)/msgheader.pb.h : $(src_proto)/msgheader.proto
53 $(gen_src_desc)/msgheader.desc : $(src_proto)/msgheader.proto
58 $(gen_src_py)/msgheader_pb2.py : $(src_proto)/msgheader.proto
63 $(gen_src_java)/com/android/internal/communication/MsgHeader.java : $(src_proto)/msgheader.proto
68 $(gen_src_cpp)/ril.pb.cpp $(gen_src_cpp)/ril.pb.h : $(src_proto)/ril.proto
74 $(gen_src_desc)/ril.desc : $(src_proto)/ril.proto
79 $(gen_src_py)/ril_pb2.py : $(src_proto)/ril.proto
84 $(gen_src_java)/com/android/internal/telephony/ril_proto/RilCmds.java : $(src_proto)/ril.proto
89 $(gen_src_cpp)/ctrl.pb.cpp $(gen_src_cpp)/ctrl.pb.h : $(src_proto)/ctrl.proto
    [all...]
  /external/tcpdump/
print-chdlc.c 68 u_int proto; local
70 proto = EXTRACT_16BITS(&p[2]);
74 tok2str(ethertype_values, "Unknown", proto),
75 proto,
82 switch (proto) {
114 printf("unknown CHDLC protocol (0x%04x)", proto);
  /external/webkit/JavaScriptCore/API/
JSCallbackObject.h 51 static PassRefPtr<Structure> createStructure(JSValue proto)
53 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), Base::AnonymousSlotCount);
71 virtual bool hasInstance(ExecState* exec, JSValue value, JSValue proto);
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf 104 # key_mgmt, pairwise, group, proto variables
248 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
258 # proto: list of accepted protocols
530 proto=WPA
541 proto=WPA
553 proto=RSN
629 proto=WPA RSN
760 proto=WPA
791 proto=RSN
  /bionic/libc/kernel/common/linux/
if_tun.h 41 unsigned short proto; member in struct:tun_pi
  /development/ndk/platforms/android-3/include/linux/
if_tun.h 41 unsigned short proto; member in struct:tun_pi

Completed in 451 milliseconds

1 23 4 5 6 7 8 91011>>