/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/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/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/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/bluetooth/bluez/compat/ |
sdp.c | 385 sdp_list_t *proto[2]; local 416 proto[0] = sdp_list_append(NULL, &l2cap); 418 proto[0] = sdp_list_append(proto[0], p); 419 apseq = sdp_list_append(NULL, proto[0]); 422 proto[1] = sdp_list_append(NULL, &bnep); 424 proto[1] = sdp_list_append(proto[1], v); 443 proto[1] = sdp_list_append(proto[1], pseq) 574 sdp_list_t *proto[2]; local [all...] |
/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 | 111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 192 #define PROTO(type, name, arglist) type name arglist 193 #define EXFUN(name, proto) name proto 231 #define PROTO(type, name, arglist) type name () 232 #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);
|
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/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()
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
ansidecl.h | 111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 192 #define PROTO(type, name, arglist) type name arglist 193 #define EXFUN(name, proto) name proto 231 #define PROTO(type, name, arglist) type name () 232 #define EXFUN(name, proto) name()
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
ansidecl.h | 111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 192 #define PROTO(type, name, arglist) type name arglist 193 #define EXFUN(name, proto) name proto 231 #define PROTO(type, name, arglist) type name () 232 #define EXFUN(name, proto) name()
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/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()
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
ansidecl.h | 111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 192 #define PROTO(type, name, arglist) type name arglist 193 #define EXFUN(name, proto) name proto 231 #define PROTO(type, name, arglist) type name () 232 #define EXFUN(name, proto) name()
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
ansidecl.h | 111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 192 #define PROTO(type, name, arglist) type name arglist 193 #define EXFUN(name, proto) name proto 231 #define PROTO(type, name, arglist) type name () 232 #define EXFUN(name, proto) name()
|
/dalvik/vm/oo/ |
Object.h | 596 const DexProto* proto); 598 const DexProto* proto); 609 const char* methodName, const DexProto* proto); 611 const char* methodName, const DexProto* proto); 613 const DexProto* proto); 621 const char* methodName, const DexProto* proto);
|
/external/bluetooth/hcidump/parser/ |
parser.c | 66 uint32_t proto; member in struct:__anon2123 69 void set_proto(uint16_t handle, uint16_t psm, uint8_t channel, uint32_t proto) 95 proto_table[pos].proto = proto; 107 return proto_table[i].proto; 115 return (pos < 0) ? 0 : proto_table[pos].proto;
|