HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 476 - 500 of 2282) sorted by null

<<11121314151617181920>>

  /external/iproute2/tc/
tc_filter.c 33 "Usage: tc filter get dev STRING parent CLASSID protocol PROTO handle FILTERID pref PRIO FILTER_TYPE\n"
34 " [ pref PRIO ] protocol PROTO [ chain CHAIN_INDEX ]\n"
60 __u32 protocol = 0; local
70 protocol = htons(ETH_P_ALL);
122 } else if (matches(*argv, "protocol") == 0) {
127 duparg("protocol", *argv);
129 invarg("invalid protocol", *argv);
130 protocol = id;
156 req.t.tcm_info = TC_H_MAKE(prio<<16, protocol);
278 fprintf(fp, "protocol %s "
336 __u32 protocol = 0; local
511 __u32 protocol = 0; local
    [all...]
  /external/libvncserver/libvncserver/
websockets.c 4 * This code should be independent of any changes in the RFB protocol. It is
6 * http://www.whatwg.org/specs/web-socket-protocol/
140 #define SERVER_HANDSHAKE_HIXIE "HTTP/1.1 101 Web Socket Protocol Handshake\r\n\
145 %sWebSocket-Protocol: %s\r\n\
152 Sec-WebSocket-Protocol: %s\r\n\
254 char *path = NULL, *host = NULL, *origin = NULL, *protocol = NULL; local
337 } else if ((strncasecmp("sec-websocket-protocol: ", line, min(llen,24))) == 0) {
338 protocol = line+24;
340 rfbLog("Got protocol: %s\n", protocol);
    [all...]
  /external/python/cpython2/Lib/test/
test_bool.py 330 self.assertEqual(pickle.dumps(True, protocol=0), "I01\n.")
331 self.assertEqual(pickle.dumps(False, protocol=0), "I00\n.")
332 self.assertEqual(cPickle.dumps(True, protocol=0), "I01\n.")
333 self.assertEqual(cPickle.dumps(False, protocol=0), "I00\n.")
334 self.assertEqual(pickle.dumps(True, protocol=1), "I01\n.")
335 self.assertEqual(pickle.dumps(False, protocol=1), "I00\n.")
336 self.assertEqual(cPickle.dumps(True, protocol=1), "I01\n.")
337 self.assertEqual(cPickle.dumps(False, protocol=1), "I00\n.")
338 self.assertEqual(pickle.dumps(True, protocol=2), b'\x80\x02\x88.')
339 self.assertEqual(pickle.dumps(False, protocol=2), b'\x80\x02\x89.'
    [all...]
  /external/python/cpython3/Lib/asyncio/
streams.py 73 protocol = StreamReaderProtocol(reader, loop=loop)
75 lambda: protocol, host, port, **kwds)
76 writer = StreamWriter(transport, protocol, reader, loop)
109 protocol = StreamReaderProtocol(reader, client_connected_cb,
111 return protocol
126 protocol = StreamReaderProtocol(reader, loop=loop)
128 lambda: protocol, path, **kwds)
129 writer = StreamWriter(transport, protocol, reader, loop)
141 protocol = StreamReaderProtocol(reader, client_connected_cb,
143 return protocol
    [all...]
  /external/strace/
sg_io_v4.c 61 static const size_t skip_iid = offsetof(struct sg_io_v4, protocol);
65 &sg_io.protocol)) {
70 PRINT_FIELD_XVAL("", sg_io, protocol, bsg_protocol, "BSG_PROTOCOL_???");
  /external/syslinux/core/lwip/src/core/
raw.c 3 * Implementation of raw protocol PCBs for low-level handling of
93 if ((pcb->protocol == proto) &&
171 * raw PCB's protocol and binding.
175 * packet will not be passed to other raw PCBs or other protocol layers.
177 * against further PCBs and/or forwarded to another protocol layers.
269 err = ip_output_if (q, src_ip, ipaddr, pcb->ttl, pcb->tos, pcb->protocol, netif);
330 * @param proto the protocol number of the IPs payload (e.g. IP_PROTO_ICMP)
346 pcb->protocol = proto;
  /external/webrtc/talk/app/webrtc/
datachannel.h 144 virtual std::string protocol() const { return config_.protocol; } function in class:webrtc::DataChannel
288 PROXY_CONSTMETHOD0(std::string, protocol)
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclientsettings.h 81 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; }
90 cricket::ProtocolType protocol() const { return protocol_; } function in class:buzz::XmppClientSettings
  /external/webrtc/webrtc/p2p/base/
tcpport.h 58 bool SupportsProtocol(const std::string& protocol) const override {
59 return protocol == TCP_PROTOCOL_NAME || protocol == SSLTCP_PROTOCOL_NAME;
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerVideoCallScreen.java 28 import com.android.incallui.video.protocol.VideoCallScreen;
29 import com.android.incallui.video.protocol.VideoCallScreenDelegate;
30 import com.android.incallui.video.protocol.VideoCallScreenDelegateFactory;
  /packages/apps/Dialer/java/com/android/incallui/incall/impl/
InCallFragment.java 58 import com.android.incallui.incall.protocol.InCallButtonIds;
59 import com.android.incallui.incall.protocol.InCallButtonIdsExtension;
60 import com.android.incallui.incall.protocol.InCallButtonUi;
61 import com.android.incallui.incall.protocol.InCallButtonUiDelegate;
62 import com.android.incallui.incall.protocol.InCallButtonUiDelegateFactory;
63 import com.android.incallui.incall.protocol.InCallScreen;
64 import com.android.incallui.incall.protocol.InCallScreenDelegate;
65 import com.android.incallui.incall.protocol.InCallScreenDelegateFactory;
66 import com.android.incallui.incall.protocol.PrimaryCallState;
67 import com.android.incallui.incall.protocol.PrimaryCallState.ButtonState
    [all...]
  /packages/apps/Email/tests/src/com/android/email/service/
EmailBroadcastProcessorServiceTests.java 60 * Create a simple HostAuth with protocol
62 private HostAuth setupSimpleHostAuth(String protocol) {
63 HostAuth hostAuth = ProviderTestUtils.setupHostAuth(protocol, "name", false, mContext);
64 hostAuth.mProtocol = protocol;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
netcontext.py 29 # for the DCCP protocol.
129 return self.qpol_symbol.protocol(self.policy)
145 A portcon protocol type.
147 The possible values are equivalent to protocol
150 corresponding protocol string (udp, tcp).
165 raise ValueError("{0} is not a supported IP protocol. "
183 return "portcon {0.protocol} {1} {0.context}".format(self, low)
185 return "portcon {0.protocol} {1}-{2} {0.context}".format(self, low, high)
188 return hash("portcon|{0.protocol}|{1.low}|{1.high}".format(self, self.ports))
191 def protocol(self) member in class:Portcon
    [all...]
  /system/core/adb/
shell_service.cpp 22 // protocol to wrap packets. The protocol allows separating stdout/stderr and
25 // Type Protocol | Exit code? Separate stdout/stderr?
33 // Non-protocol subprocesses work by passing subprocess stdin/out/err through
55 // The protocol requires the thread to intercept stdin/out/err in order to
56 // wrap/unwrap data with shell protocol packets.
62 // stdin/out <---> Protocol <---> LocalSocket
63 // stderr ---> Protocol ---> LocalSocket
66 // Exit ---> Exit code protocol ---> LocalSocket
72 // An alternate approach is to put the protocol wrapping/unwrapping in the mai
    [all...]
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 40 import org.apache.http.protocol.HTTP;
82 * A version of the protocol to parse.
83 * The version is typically not relevant, but the protocol name.
85 protected final ProtocolVersion protocol; field in class:BasicLineParser
89 * Creates a new line parser for the given HTTP-like protocol.
91 * @param proto a version of the protocol to parse, or
93 * is not relevant, only the protocol name.
99 this.protocol = proto;
144 final String protoname = this.protocol.getProtocol();
157 ("Not a valid protocol version: "
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 189 this._protocol = map.get(Fields.Protocol);
252 String protocol = ""; local
285 protocol = casePreservedType.substring(start, end);
287 if (protocol.length() > 0) {
288 index = aType.indexOf("_" + protocol.toLowerCase() + ".");
289 int start = index + protocol.length() + 2;
304 qualifiedNameMap.put(Fields.Protocol, protocol);
322 // Optional protocol
323 String protocol = (qualifiedNameMap.containsKey(Fields.Protocol) ? qualifiedNameMap.get(Fields.Protocol) : "tcp") local
378 String protocol = this.getProtocol(); local
428 String protocol = this.getProtocol(); local
    [all...]
  /external/mtpd/
mtpd.c 42 extern struct protocol l2tp;
43 extern struct protocol pptp;
44 static struct protocol *protocols[] = {&l2tp, &pptp, NULL};
45 static struct protocol *the_protocol;
65 struct protocol *p = protocols[i];
67 log_print(INFO, "Using protocol %s", p->name);
76 struct protocol *p = protocols[i];
  /external/protobuf/csharp/src/Google.Protobuf/
InvalidJsonException.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
39 /// a non-string property key, or including a redundant comma. Parsing a protocol buffer
43 /// is thrown when the JSON may be valid in and of itself, but cannot be parsed as a protocol buffer
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 103 unsigned short protocol)
128 protocol);
228 const char *ifname, const u8 *own_addr, unsigned short protocol,
250 if (l2_packet_init_libpcap(l2, protocol)) {
261 unsigned short protocol,
266 return l2_packet_init(br_ifname, own_addr, protocol, rx_callback,

Completed in 811 milliseconds

<<11121314151617181920>>