HomeSort by relevance Sort by last modified time
    Searched refs:proto (Results 251 - 275 of 802) sorted by null

<<11121314151617181920>>

  /external/smack/src/org/xbill/DNS/
KEYRecord.java 302 * @param proto The protocol that the key was created for
307 KEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg,
310 super(name, Type.KEY, dclass, ttl, flags, proto, alg, key);
316 * @param proto The protocol that the key was created for
323 KEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg,
326 super(name, Type.KEY, dclass, ttl, flags, proto, alg,
338 proto = Protocol.value(protoString);
339 if (proto < 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h 27 __u8 proto; member in struct:xfrm_id
59 __u8 proto; member in struct:xfrm_selector
337 __u8 proto; member in struct:xfrm_usersa_id
396 __u8 proto; member in struct:xfrm_usersa_flush
400 __u8 proto; member in struct:xfrm_user_report
409 __u8 proto; member in struct:xfrm_user_migrate
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 27 __u8 proto; member in struct:xfrm_id
59 __u8 proto; member in struct:xfrm_selector
337 __u8 proto; member in struct:xfrm_usersa_id
396 __u8 proto; member in struct:xfrm_usersa_flush
400 __u8 proto; member in struct:xfrm_user_report
409 __u8 proto; member in struct:xfrm_user_migrate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 27 __u8 proto; member in struct:xfrm_id
59 __u8 proto; member in struct:xfrm_selector
337 __u8 proto; member in struct:xfrm_usersa_id
396 __u8 proto; member in struct:xfrm_usersa_flush
400 __u8 proto; member in struct:xfrm_user_report
409 __u8 proto; member in struct:xfrm_user_migrate
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.cc 61 return protocol_address_->proto;
215 if (addr.proto == PROTO_SSLTCP &&
225 std::string proto_name = ProtoToString(addr.proto);
450 LOG(LS_INFO) << "Connecting to relay via " << ProtoToString(ra->proto) <<
455 if (ra->proto == PROTO_UDP) {
460 } else if (ra->proto == PROTO_TCP || ra->proto == PROTO_SSLTCP) {
463 port_->proxy(), port_->user_agent(), ra->proto == PROTO_SSLTCP);
465 LOG(LS_WARNING) << "Unknown protocol (" << ra->proto << ")";
488 if ((ra->proto == PROTO_TCP) || (ra->proto == PROTO_SSLTCP))
513 ProtocolType proto = PROTO_UDP; local
    [all...]
  /external/iproute2/ip/
xfrm_state.c 70 fprintf(stderr, "Usage: ip xfrm state flush [ proto XFRM_PROTO ]\n");
73 fprintf(stderr, "ID := [ src ADDR ] [ dst ADDR ] [ proto XFRM_PROTO ] [ spi SPI ] [mark MARK [mask MASK]]\n");
109 fprintf(stderr, "UPSPEC := proto PROTO [ [ sport PORT ] [ dport PORT ] |\n");
461 if (!xfrm_xfrmproto_is_ipsec(req.xsinfo.id.proto)) {
462 fprintf(stderr, "\"mode\" is invalid with proto=%s\n",
463 strxf_xfrmproto(req.xsinfo.id.proto));
469 if (!xfrm_xfrmproto_is_ro(req.xsinfo.id.proto)) {
470 fprintf(stderr, "\"mode\" is invalid with proto=%s\n",
471 strxf_xfrmproto(req.xsinfo.id.proto));
    [all...]
ip6tunnel.c 76 p->name, tnl_strproto(p->proto), remote, local);
119 p->proto = IPPROTO_IPV6;
124 p->proto = IPPROTO_IPIP;
127 p->proto = 0;
223 p->proto = IPPROTO_IPV6;
243 (!p1->proto || !p2->proto || p1->proto == p2->proto) &&
333 p.proto = 0; /* default to any *
    [all...]
ipxfrm.c 99 int xfrm_xfrmproto_is_ipsec(__u8 proto)
101 return (proto == IPPROTO_ESP ||
102 proto == IPPROTO_AH ||
103 proto == IPPROTO_COMP);
106 int xfrm_xfrmproto_is_ro(__u8 proto)
108 return (proto == IPPROTO_ROUTING ||
109 proto == IPPROTO_DSTOPTS);
140 const char *strxf_xfrmproto(__u8 proto)
150 if (t->t_type == proto)
154 sprintf(str, "%u", proto);
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Executable.h 68 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, &s_info); }
119 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(LeafType, StructureFlags), AnonymousSlotCount, &s_info); }
235 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, 0); }
282 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, 0); }
375 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, 0);
    [all...]
  /external/kernel-headers/original/linux/
net.h 186 extern int sock_create(int family, int type, int proto,
188 extern int sock_create_kern(int family, int type, int proto,
190 extern int sock_create_lite(int family, int type, int proto,
294 #define MODULE_ALIAS_NETPROTO(proto) \
295 MODULE_ALIAS("net-pf-" __stringify(proto))
297 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \
298 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto))
  /external/ipsec-tools/src/libipsec/
test-policy.c 156 int proto = 0, optname = 0; local
162 proto = IPPROTO_IP;
166 proto = IPPROTO_IPV6;
179 if (setsockopt(so, proto, optname, policy, len) < 0) {
187 if (getsockopt(so, proto, optname, getbuf, &len) < 0) {
  /external/iptables/extensions/
libipt_DNAT.c 157 if (entry->ip.proto == IPPROTO_TCP
158 || entry->ip.proto == IPPROTO_UDP
159 || entry->ip.proto == IPPROTO_SCTP
160 || entry->ip.proto == IPPROTO_DCCP
161 || entry->ip.proto == IPPROTO_ICMP)
libipt_SNAT.c 157 if (entry->ip.proto == IPPROTO_TCP
158 || entry->ip.proto == IPPROTO_UDP
159 || entry->ip.proto == IPPROTO_SCTP
160 || entry->ip.proto == IPPROTO_DCCP
161 || entry->ip.proto == IPPROTO_ICMP)
  /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-juniper.c 130 u_int16_t proto; member in struct:juniper_l2info_t
169 u_int8_t proto; member in struct:juniper_ggsn_header
184 printf("proto %s (%u), vlan %u: ",
185 tok2str(juniper_protocol_values,"Unknown",gh->proto),
186 gh->proto,
189 switch (gh->proto) {
200 printf("unknown GGSN proto (%u)", gh->proto);
303 /* no proto field - lets guess by first byte of IP header*/
337 /* no proto field - lets guess by first byte of IP header*
    [all...]
  /external/protobuf/editors/
proto.vim 35 " 1. cp proto.vim ~/.vim/syntax/
39 " au! BufRead,BufNewFile *.proto setfiletype proto
42 " Or just create a new file called ~/.vim/ftdetect/proto.vim with the
72 " TODO: .proto also supports C-style block comments;
106 let b:current_syntax = "proto"
  /external/valgrind/main/coregrind/m_demangle/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
197 #define PROTO(type, name, arglist) type name arglist
198 #define EXFUN(name, proto) name proto
236 #define PROTO(type, name, arglist) type name ()
237 #define EXFUN(name, proto) name()
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObject.h 131 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
133 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), Base::AnonymousSlotCount, &s_info);
165 virtual bool hasInstance(ExecState* exec, JSValue value, JSValue proto);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
197 #define PROTO(type, name, arglist) type name arglist
198 #define EXFUN(name, proto) name proto
236 #define PROTO(type, name, arglist) type name ()
237 #define EXFUN(name, proto) name()
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
197 #define PROTO(type, name, arglist) type name arglist
198 #define EXFUN(name, proto) name proto
236 #define PROTO(type, name, arglist) type name ()
237 #define EXFUN(name, proto) name()
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
197 #define PROTO(type, name, arglist) type name arglist
198 #define EXFUN(name, proto) name proto
236 #define PROTO(type, name, arglist) type name ()
237 #define EXFUN(name, proto) name()
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
197 #define PROTO(type, name, arglist) type name arglist
198 #define EXFUN(name, proto) name proto
236 #define PROTO(type, name, arglist) type name ()
237 #define EXFUN(name, proto) name()
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
197 #define PROTO(type, name, arglist) type name arglist
198 #define EXFUN(name, proto) name proto
236 #define PROTO(type, name, arglist) type name ()
237 #define EXFUN(name, proto) name()
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
197 #define PROTO(type, name, arglist) type name arglist
198 #define EXFUN(name, proto) name proto
236 #define PROTO(type, name, arglist) type name ()
237 #define EXFUN(name, proto) name()
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
197 #define PROTO(type, name, arglist) type name arglist
198 #define EXFUN(name, proto) name proto
236 #define PROTO(type, name, arglist) type name ()
237 #define EXFUN(name, proto) name()

Completed in 2618 milliseconds

<<11121314151617181920>>