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

<<11121314151617181920>>

  /external/curl/docs/cmdline-opts/
login-options.d 9 You can use the login options to specify protocol specific options that may
  /external/deqp/framework/delibs/decpp/
deSocket.cpp 70 void SocketAddress::setProtocol (deSocketProtocol protocol)
72 if (!deSocketAddress_setProtocol(m_address, protocol))
  /external/iproute2/examples/
SYN-DoS.rate.limit 35 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \
  /external/ltp/include/
tst_safe_net.h 29 #define SAFE_SOCKET(domain, type, protocol) \
30 safe_socket(__FILE__, __LINE__, NULL, domain, type, protocol)
  /external/ltp/testcases/network/stress/ns-tools/
ns-echoclient 35 # -f protocol family
73 -f protocol family
117 # Define the protocol family
126 echo "protocol family should be 4 or 6."
  /external/syslinux/gpxe/src/interface/efi/
efi_init.c 87 prot->protocol ) ) == 0 ) {
88 DBGC ( systab, "EFI protocol %s is at %p\n",
89 uuid_ntoa ( &prot->u.uuid ), *(prot->protocol));
91 DBGC ( systab, "EFI does not provide protocol %s\n",
  /external/tensorflow/tensorflow/core/platform/posix/
net.cc 35 const int protocol = is_tcp ? IPPROTO_TCP : 0; local
36 const int fd = socket(AF_INET, is_tcp ? SOCK_STREAM : SOCK_DGRAM, protocol);
  /external/tensorflow/tensorflow/core/platform/windows/
net.cc 37 const int protocol = is_tcp ? IPPROTO_TCP : 0; local
38 SOCKET sock = socket(AF_INET, is_tcp ? SOCK_STREAM : SOCK_DGRAM, protocol);
  /external/tensorflow/tensorflow/python/training/
server_lib_same_variables_clear_container_test.py 41 }, protocol="grpc", start=True)
45 }, protocol="grpc", start=True)
  /hardware/interfaces/gnss/1.0/
IGnssConfiguration.hal 48 * Radio Resource Location Protocol(RRLP).
51 /** Enable LTE Positioning Protocol user plane */
54 /** Enable LTE Positioning Protocol Control plane */
69 /** LTE Positioning Protocol User plane */
95 * must use this version of the SUPL protocol if supported.
137 * This method selects positioning protocol on A-Glonass system.
139 * @param protocol Bitmask that specifies the positioning protocol to be
144 setGlonassPositioningProtocol(bitfield<GlonassPosProtocol> protocol) generates (bool success);
  /hardware/interfaces/gnss/1.0/default/
GnssConfiguration.cpp 78 Return<bool> GnssConfiguration::setGlonassPositioningProtocol(uint8_t protocol) {
85 std::to_string(protocol) + "\n";
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
ipa_nat_test022.c 64 ipv4_rule.protocol = IPPROTO_TCP;
72 ipv4_rule.protocol = IPPROTO_UDP;
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageShadowTask.java 59 * @param protocol the blocking implementation that will keep this shadow
72 ImageShadowTask(ImageBackend.BlockSignalProtocol protocol,
74 mProtocol = protocol;
  /packages/apps/Dialer/java/com/android/incallui/videotech/empty/
EmptyVideoTech.java 24 import com.android.incallui.video.protocol.VideoCallScreen;
25 import com.android.incallui.video.protocol.VideoCallScreenDelegate;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
WindowsLoader.java 33 public static Window[] loadWindows(IDevice device, int protocol, int server) {
37 System.out.println("protocol = " + protocol);
  /system/core/base/include/android-base/
unique_fd.h 125 inline bool Socketpair(int domain, int type, int protocol, unique_fd* left, unique_fd* right) {
127 if (socketpair(domain, type, protocol, sockfd) != 0) {
  /development/tools/axl/
axl.py 26 from twisted.internet import protocol, reactor, defer
27 from twisted.internet.protocol import ServerFactory, Protocol
31 class BaseProtocol(Protocol):
242 for protocol in Drop, ReadAndDrop, GarbageStatus, BadHeader, PauseHeader, \
246 factory.protocol = protocol
247 reactor.listenTCP(protocol.PORT, factory)
  /external/clang/test/Index/
complete-method-decls.m 4 @protocol P1
11 @protocol P1;
12 @protocol P2<P1>
  /external/curl/lib/
memdebug.h 55 CURL_EXTERN curl_socket_t curl_socket(int domain, int type, int protocol,
64 CURL_EXTERN int curl_socketpair(int domain, int type, int protocol,
116 #define socket(domain,type,protocol)\
117 curl_socket(domain, type, protocol, __LINE__, __FILE__)
122 #define socketpair(domain,type,protocol,socket_vector)\
123 curl_socketpair(domain, type, protocol, socket_vector, __LINE__, __FILE__)
  /external/libnl/lib/
cache_mngt.c 111 static struct nl_cache_ops *__cache_ops_associate(int protocol, int msgtype)
117 if (ops->co_protocol != protocol)
129 * Associate protocol and message type to cache operations
130 * @arg protocol netlink protocol
140 struct nl_cache_ops *nl_cache_ops_associate(int protocol, int msgtype)
145 ops = __cache_ops_associate(protocol, msgtype);
152 * Associate protocol and message type to cache operations
153 * @arg protocol netlink protocol
    [all...]
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 19 import com.squareup.okhttp.Protocol;
42 private final List<Protocol> framedProtocols =
43 Util.immutableList(Protocol.HTTP_2, Protocol.SPDY_3);
64 Protocol protocol = protocolString != null ? Protocol.get(protocolString) : null; local
65 if (protocol == null || !framedProtocols.contains(protocol)) {
66 throw new ProtocolException("Protocol " + protocol + " unsupported")
    [all...]
  /external/v8/src/inspector/
v8-inspector-impl.h 37 #include "src/inspector/protocol/Protocol.h"
118 protocol::HashMap<int, std::unique_ptr<InspectedContext>>;
142 using MuteExceptionsMap = protocol::HashMap<int, int>;
146 protocol::HashMap<int, std::unique_ptr<ContextByIdMap>>;
149 using SessionMap = protocol::HashMap<int, V8InspectorSessionImpl*>;
153 protocol::HashMap<int, std::unique_ptr<V8ConsoleMessageStorage>>;
156 protocol::HashMap<int, int> m_contextIdToGroupIdMap;
  /external/selinux/gui/
portsPage.py 101 col = Gtk.TreeViewColumn(_("Protocol"), Gtk.CellRendererText(), text=PROTOCOL_COL)
175 protocol = store.get_value(iter, PROTOCOL_COL)
178 while iter != None and liststore.get_value(iter, 0) != protocol:
193 protocol = store.get_value(iter, 1)
196 (rc, out) = getstatusoutput("semanage port -d -p %s %s" % (protocol, port))
217 protocol = list_model.get_value(iter, 0)
219 (rc, out) = getstatusoutput("semanage port -a -p %s -r %s -t %s %s" % (protocol, mls, target, port_number))
228 self.store.set_value(iter, PROTOCOL_COL, protocol)
237 protocol = list_model.get_value(iter, 0)
239 (rc, out) = getstatusoutput("semanage port -m -p %s -r %s -t %s %s" % (protocol, mls, target, port_number)
    [all...]
  /system/bt/stack/bnep/
bnep_api.cc 315 * protocol - protocol type of the packet
330 BT_HDR* p_buf, uint16_t protocol,
351 if (bnep_is_packet_allowed(p_bcb, p_dest_addr, protocol, fw_ext_present,
377 if (protocol != BNEP_802_1_P_PROTOCOL)
378 protocol = 0;
399 bnepu_build_bnep_hdr(p_bcb, p_buf, protocol, p_src_addr, &p_dest_addr,
417 * protocol - protocol type of the packet
433 uint8_t* p_data, uint16_t len, uint16_t protocol,
    [all...]
  /external/iproute2/ip/
iptunnel.c 52 if (p->iph.protocol && p->iph.protocol != proto) {
57 p->iph.protocol = proto;
196 if (p->iph.protocol == 0) {
198 p->iph.protocol = IPPROTO_GRE;
200 p->iph.protocol = IPPROTO_IPIP;
202 p->iph.protocol = IPPROTO_IPV6;
204 p->iph.protocol = IPPROTO_IPV6;
207 p->iph.protocol = IPPROTO_IPIP;
214 (p->iph.protocol != IPPROTO_GRE))
    [all...]

Completed in 1966 milliseconds

<<11121314151617181920>>