/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.h | 0 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by 35 // Implements the Protocol Compiler front-end such that it may be reused by 62 // This class implements the command-line interface to the protocol compiler. 63 // It is designed to make it very easy to create a custom protocol compiler 65 // create a custom protocol compiler binary which includes both the regular 146 // Run the Protocol Compiler with the given command-line parameters.
|
/external/qemu/ |
shaper.c | 296 uint8_t protocol; member in struct:SessionRec_ 324 const char* format = (session->protocol == _PROTOCOL_TCP) ? "TCP" : "UDP"; 368 info->protocol = data[9]; 412 node->protocol == info->protocol ) 562 session->protocol = info->protocol;
|
/external/wpa_supplicant/ |
l2_packet_ndis.c | 220 * another event if the protocol driver is replaced with somewhat more 330 static int l2_ndisuio_set_ether_type(unsigned short protocol) 332 USHORT proto = htons(protocol); 349 const char *ifname, const u8 *own_addr, unsigned short protocol, 360 l2_ndisuio_global->first_proto = protocol; 382 if (l2_ndisuio_set_ether_type(protocol) < 0) { 389 "filtering ethertype to %04x", protocol);
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_ndis.c | 220 * another event if the protocol driver is replaced with somewhat more 330 static int l2_ndisuio_set_ether_type(unsigned short protocol) 332 USHORT proto = htons(protocol); 349 const char *ifname, const u8 *own_addr, unsigned short protocol, 360 l2_ndisuio_global->first_proto = protocol; 382 if (l2_ndisuio_set_ether_type(protocol) < 0) { 389 "filtering ethertype to %04x", protocol);
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_ndis.c | 226 * another event if the protocol driver is replaced with somewhat more 336 static int l2_ndisuio_set_ether_type(unsigned short protocol) 338 USHORT proto = htons(protocol); 355 const char *ifname, const u8 *own_addr, unsigned short protocol, 366 l2_ndisuio_global->first_proto = protocol; 388 if (l2_ndisuio_set_ether_type(protocol) < 0) { 395 "filtering ethertype to %04x", protocol);
|
/external/wpa_supplicant_8/src/wps/ |
wps.c | 31 * wps_init - Initialize WPS Registration protocol data 35 * This function is used to initialize WPS data for a registration protocol 36 * instance (i.e., each run of registration protocol as a Registrar of 123 * wps_deinit - Deinitialize WPS Registration protocol data 124 * @data: WPS Registration protocol data from wps_init() 152 * @wps: WPS Registration protocol data from wps_init() 175 * @wps: WPS Registration protocol data from wps_init()
|
/system/bluetooth/tools/ |
asocket_test.c | 89 int protocol = -1; local 95 protocol = 0; 100 protocol = BTPROTO_RFCOMM; 105 protocol = BTPROTO_SCO; 110 protocol = BTPROTO_L2CAP; 115 protocol = 0; 120 ret = socket(family, typ, protocol);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
session.cc | 616 if (msg.protocol == PROTOCOL_GINGLE) { 738 if (!ParseSessionInitiate(msg.protocol, msg.action_elem, 767 if (!ParseSessionAccept(msg.protocol, msg.action_elem, 801 if (!ParseSessionTerminate(msg.protocol, msg.action_elem, &term, error)) 816 if (!ParseTransportInfos(msg.protocol, msg.action_elem, 931 SignalingProtocol protocol, const SessionInitiate& init, 936 return WriteSessionInitiate(protocol, init.contents, init.transports, 977 bool Session::WriteSessionAction(SignalingProtocol protocol, 980 WriteSessionTerminate(protocol, term, elems); 989 bool Session::WriteSessionAction(SignalingProtocol protocol, [all...] |
relayport.cc | 42 // Handles a connection to one address/port/protocol combination for a 89 // available protocol. We aim to use each connection for only a 110 // ones. Connections are rated based on protocol in the order of: 111 // UDP, TCP and SSLTCP, where UDP is the most preferred protocol 228 if ((it->address() == addr.address) && (it->protocol() == proto_name)) { 271 if ((address.protocol() != "udp") && (origin != ORIGIN_THIS_PORT)) { 283 if (local.protocol() == address.protocol()) { 465 LOG(LS_WARNING) << "Unknown protocol (" << ra->proto << ")"; 472 // If we failed to get a socket, move on to the next protocol [all...] |
/external/ppp/pppd/ |
pppd.h | 389 * for a particular protocol. 392 u_short protocol; /* PPP protocol number */ member in struct:protent 397 /* Process a received protocol-reject */ 403 /* Open the protocol */ 405 /* Close the protocol */ 413 bool enabled_flag; /* 0 iff protocol is disabled */ 414 char *name; /* Text name of protocol */ 415 char *data_name; /* Text name of corresponding data protocol */ 533 void np_up __P((int, int)); /* a network protocol has come up * [all...] |
ipxcp.c | 2 * ipxcp.c - PPP IPX Control Protocol. 107 NULL, /* Called when Protocol-Reject received */ 109 NULL, /* Called to handle protocol-specific codes */ 110 "IPXCP" /* String name of protocol */ 170 * Protocol entry points. 211 #define CILEN_PROTOCOL 4 /* Minimum length of routing protocol */ 213 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */ 386 f->protocol = PPP_IPXCP; 525 * ipxcp_protrej - A Protocol-Reject was received for IPXCP. 576 /* Always specify a routing protocol unless it was REJected. * 1176 int protocol; local [all...] |
pppd.8 | 25 pppd \- Point-to-Point Protocol Daemon 33 PPP is the protocol used for establishing internet links over dial-up 37 (called the \fIpeer\fR) and to negotiate Internet Protocol (IP) 92 before the PPP protocol can be started; for instance, with a dial-up 164 Note that for the IPv6 protocol, the MRU must be at least 1280. 171 the IPv6 protocol, the MTU must be at least 1280. 465 the IPX protocol will not be started. 481 Set the routing protocol to be received by this option. More than one 606 network control protocol comes up). 658 Enables the use of the PPP multilink protocol. If the peer als [all...] |
upap.c | 2 * upap.c - User/Password Authentication Protocol. 79 * Protocol entry points. 169 upap_sauthreq(u); /* Start protocol */ 287 * upap_protrej - Peer doesn't speak this protocol. 298 error("PAP authentication failed due to protocol-reject"); 302 error("PAP authentication of peer failed (protocol-reject)");
|
/external/quake/quake/src/QW/client/ |
cl_parse.c | 89 "NEW PROTOCOL", 90 "NEW PROTOCOL", 91 "NEW PROTOCOL", 92 "NEW PROTOCOL", 93 "NEW PROTOCOL", 94 "NEW PROTOCOL", 95 "NEW PROTOCOL", 96 "NEW PROTOCOL", 97 "NEW PROTOCOL", 98 "NEW PROTOCOL", [all...] |
/external/webkit/Source/WebKit/chromium/tests/ |
KURLTest.cpp | 53 const char* protocol; member in struct:__anon13309::ComponentCase 69 const char* protocol; member in struct:__anon13309::GetterCase 90 EXPECT_EQ(cases[i].protocol, kurl.protocol()); 104 EXPECT_EQ(cases[i].protocol, kurl.protocol()); 121 // url protocol host port user pass path lastPath query ref 141 EXPECT_EQ(cases[i].protocol, kurl.protocol()); 171 // expects gkurl.protocol() to have been created as ascii 195 const char* protocol; member in struct:__anon13309::ExpectedComponentCase [all...] |
/external/webkit/Source/WebCore/platform/ |
KURL.cpp | 290 inline bool KURL::protocolIs(const String& string, const char* protocol) 292 return WebCore::protocolIs(string, protocol); 412 if (p[1] != '/' && equalIgnoringCase(base.protocol(), String(str, p - str)) && base.isHierarchical()) { 578 String KURL::protocol() const function in class:WebCore::KURL 671 static void assertProtocolIsGood(const char* protocol) 673 const char* p = protocol; 682 bool KURL::protocolIs(const char* protocol) const 684 assertProtocolIsGood(protocol); 688 ASSERT(!equalIgnoringCase(protocol, String("javascript"))); 695 if (!protocol[i] || toASCIILower(m_string[i]) != protocol[i] [all...] |
/external/dbus/doc/ |
dbus-faq.xml | 43 short, it is a system consisting of 1) a wire protocol for exposing a 61 The low-level library "libdbus" and the protocol specification are considered 184 Interprocess communication system or wire protocol 221 You can think of an IPC system primarily as a wire protocol. 383 Like D-Bus, CORBA uses a fast binary protocol (IIOP). Both systems 434 HTTP protocol), where they are processed and returned. XML-RPC is the 435 simple protocol (its spec is only a page or two), and SOAP is the 436 full-featured protocol. 527 was developed for the X Session Management protocol (XSMP), as part of 532 ICE is a binary protocol designed for desktop use, and KDE's DCO [all...] |
/external/kernel-headers/original/linux/ |
wanrouter.h | 19 * Jan 28, 2000 Nenad Corbic Added support for the ASYNC protocol. 74 #define NLPID_IP 0xCC /* Internet Protocol Datagram */ 75 #define NLPID_SNAP 0x80 /* IEEE Subnetwork Access Protocol */ 183 unsigned char ignore_dcd; /* Protocol options: */ 234 union /****** protocol-specific ************/ 311 /* CHDLC Protocol Options */ 410 unsigned char protocol; /* prococol used in this channel (TCPOX25 or X25) */ member in struct:wanif_conf 416 unsigned char ignore_dcd; /* Protocol options: */ 431 unsigned char true_if_encoding; /* Set the dev->type to true board protocol */ 434 unsigned char rts_hs_for_receive; /* async Protocol options * [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 21 ATTRIBUTE Tunneling-Protocol 127 integer 153 VALUE Framed-Protocol ARA 255 154 VALUE Framed-Protocol MPP 256 155 VALUE Framed-Protocol EURAW 257 156 VALUE Framed-Protocol EUUI 258 157 VALUE Framed-Protocol X25 259 158 VALUE Framed-Protocol COMB 260 159 VALUE Framed-Protocol FR 261 160 VALUE Framed-Protocol MP 262 161 VALUE Framed-Protocol FR-CIR 26 [all...] |
/external/quake/quake/src/WinQuake/ |
mpdosock.h | 171 char FAR * s_proto; /* protocol to use */
175 char FAR * p_name; /* official protocol name */
177 short p_proto; /* protocol # */
189 #define IPPROTO_ICMP 1 /* control message protocol */
193 #define IPPROTO_UDP 17 /* user datagram protocol */
357 #define SOCK_RAW 3 /* raw-protocol interface */
458 * Structure used by kernel to pass protocol
463 u_short sp_protocol; /* protocol */
467 * Protocol families, same as address families for now.
736 SOCKET PASCAL FAR socket (int af, int type, int protocol);
[all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
wanrouter.h | 19 * Jan 28, 2000 Nenad Corbic Added support for the ASYNC protocol. 74 #define NLPID_IP 0xCC /* Internet Protocol Datagram */ 75 #define NLPID_SNAP 0x80 /* IEEE Subnetwork Access Protocol */ 183 unsigned char ignore_dcd; /* Protocol options: */ 234 union /****** protocol-specific ************/ 311 /* CHDLC Protocol Options */ 410 unsigned char protocol; /* prococol used in this channel (TCPOX25 or X25) */ member in struct:wanif_conf 416 unsigned char ignore_dcd; /* Protocol options: */ 431 unsigned char true_if_encoding; /* Set the dev->type to true board protocol */ 434 unsigned char rts_hs_for_receive; /* async Protocol options * [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbevents.c | 320 MOUSE_MSC, /* Note: GPM uses the MSC protocol */ 409 /* protocol string, keep it for later */ 456 Set IMPS/2 protocol: 489 /* Returns true if the mouse uses the IMPS/2 protocol */ 514 /* Query for the type of mouse protocol */ 518 /* Get the mouse protocol response */ 616 /* Unknown protocol... */ 618 fprintf(stderr, "GPM mouse using unknown protocol = %s\n", proto); 626 fprintf(stderr, "Using GPM mouse, protocol = %s\n", proto); 824 /* MSC protocol has 0x80 in high byte * [all...] |
/external/quake/quake/src/QW/server/ |
qwsv.mak | 345 ".\../client\protocol.h"\
381 ".\../client\protocol.h"\
427 ".\../client\protocol.h"\
463 ".\../client\protocol.h"\
509 ".\../client\protocol.h"\
545 ".\../client\protocol.h"\
591 ".\../client\protocol.h"\
627 ".\../client\protocol.h"\
673 ".\../client\protocol.h"\
709 ".\../client\protocol.h"\ [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
protocol_manager.h | 9 // A class that implements Chrome's interface with the SafeBrowsing protocol. 125 // for each list is done. If database_error is true, that means the protocol 200 // is true, protocol manager won't schedule next update until 265 // service according to section 5 of the protocol specification. 288 // Runs the protocol parser on received data and update the 409 // When true, protocol manager will not start an update unless
|
/external/clang/test/Analysis/ |
NSString.m | 45 @class NSString, Protocol; 50 @protocol NSObject 56 @protocol NSCopying 59 @protocol NSMutableCopying 62 @protocol NSCoding 71 @protocol NSFastEnumeration
|