/external/iproute2/examples/diffserv/ |
Edge1 | 50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1 51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2 52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
|
/external/iproute2/ip/ |
iptunnel.c | 71 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPIP) { 75 p->iph.protocol = IPPROTO_IPIP; 78 if (p->iph.protocol && p->iph.protocol != IPPROTO_GRE) { 82 p->iph.protocol = IPPROTO_GRE; 85 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPV6) { 89 p->iph.protocol = IPPROTO_IPV6; 91 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPV6) [all...] |
/external/apache-http/src/org/apache/http/impl/ |
DefaultConnectionReuseStrategy.java | 42 import org.apache.http.protocol.HTTP; 43 import org.apache.http.protocol.HttpContext; 44 import org.apache.http.protocol.ExecutionContext;
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultUserTokenHandler.java | 41 import org.apache.http.client.protocol.ClientContext; 43 import org.apache.http.protocol.ExecutionContext; 44 import org.apache.http.protocol.HttpContext;
|
/external/chromium_org/remoting/client/jni/ |
chromoting_jni_runtime.h | 16 #include "remoting/protocol/connection_to_host.h" 75 void OnConnectionState(protocol::ConnectionToHost::State state, 76 protocol::ErrorCode error); 109 void UpdateCursorShape(const protocol::CursorShapeInfo& cursor_shape);
|
/external/chromium_org/remoting/host/ |
host_status_logger_unittest.cc | 161 protocol::TransportRoute route; 162 route.type = protocol::TransportRoute::DIRECT; 172 protocol::TransportRoute route; 173 route.type = protocol::TransportRoute::DIRECT; 195 protocol::TransportRoute route1; 196 route1.type = protocol::TransportRoute::DIRECT; 200 protocol::TransportRoute route2; 201 route2.type = protocol::TransportRoute::STUN; 243 protocol::TransportRoute route1; 244 route1.type = protocol::TransportRoute::DIRECT [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/ |
RTCDataChannel.h | 46 @property(nonatomic) NSString* protocol; variable 75 // Protocol for receving data channel state and message events. 76 @protocol RTCDataChannelDelegate<NSObject> 96 @property(nonatomic, readonly) NSString* protocol; variable
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
portallocatorfactory.cc | 71 cricket::ProtocolType protocol; local 72 if (cricket::StringToProto(turn[i].transport_type.c_str(), &protocol)) { 74 turn[i].server, protocol, turn[i].secure));
|
/external/chromium_org/tools/python/google/ |
platform_utils_linux.py | 52 protocol = 'http' 54 protocol = 'https' 55 return "%s://127.0.0.1:%d/%s" % (protocol, port, path)
|
platform_utils_mac.py | 52 protocol = 'http' 54 protocol = 'https' 55 return "%s://127.0.0.1:%d/%s" % (protocol, port, path)
|
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
ebt_ip.h | 40 __u8 protocol; member in struct:ebt_ip_info
|
ebt_ip6.h | 41 __u8 protocol; member in struct:ebt_ip6_info
|
/development/ndk/platforms/android-3/include/linux/ |
smb.h | 43 enum smb_protocol protocol; member in struct:smb_conn_opt
|
/development/ndk/platforms/android-L/include/linux/netfilter_bridge/ |
ebt_ip.h | 40 __u8 protocol; member in struct:ebt_ip_info
|
ebt_ip6.h | 41 __u8 protocol; member in struct:ebt_ip6_info
|
/external/android-clat/ |
checksum.h | 29 uint32_t ipv6_pseudo_header_checksum(const struct ip6_hdr *ip6, uint16_t len, uint8_t protocol);
|
/external/apache-http/src/org/apache/http/auth/params/ |
AuthParams.java | 35 import org.apache.http.protocol.HTTP;
|
/external/apache-http/src/org/apache/http/conn/ |
ClientConnectionOperator.java | 40 import org.apache.http.protocol.HttpContext;
|
/external/apache-http/src/org/apache/http/protocol/ |
HttpRequestHandlerRegistry.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandlerRegistry.java $ 32 package org.apache.http.protocol;
|
RequestConnControl.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestConnControl.java $ 32 package org.apache.http.protocol;
|
RequestDate.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestDate.java $ 32 package org.apache.http.protocol;
|
RequestUserAgent.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestUserAgent.java $ 32 package org.apache.http.protocol;
|
/external/bluetooth/bluedroid/bta/pan/ |
bta_pan_ci.c | 130 void bta_pan_ci_rx_write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, 144 ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol = protocol; 173 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, 180 ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol = protocol; 215 *p_protocol = ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol; 247 ** Description This function is called to set protocol filters 277 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) 282 UNUSED(protocol); [all...] |
/external/chromium_org/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.cc | 74 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol()); 131 if (handler.protocol() == "mailto") 133 if (handler.protocol() == "webcal") 135 return base::UTF8ToUTF16(handler.protocol());
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_state.h | 14 @protocol BookmarkBarState
|