/external/ppp/pppd/ |
ipv6cp.c | 2 * ipv6cp.c - PPP IPV6 Control Protocol. 98 * ipcp.c - PPP IP Control Protocol. 210 NULL, /* Called when Protocol-Reject received */ 212 NULL, /* Called to handle protocol-specific codes */ 213 "IPV6CP" /* String name of protocol */ 260 * Protocol entry points from main code. 421 f->protocol = PPP_IPV6CP; 500 * ipv6cp_protrej - A Protocol-Reject was received for IPV6CP. [all...] |
ccp.c | 2 * ccp.c - PPP Compression Control Protocol. 165 * Protocol entry points from main code. 357 f->protocol = PPP_CCP; 549 * however the PPP protocol doesn't have such a concept, and pppd [all...] |
ipcp.c | 2 * ipcp.c - PPP IP Control Protocol. 76 /* Hook for a plugin to know when IP protocol has come up */ 79 /* Hook for a plugin to know when IP protocol has come down */ 127 NULL, /* Called when Protocol-Reject received */ 129 NULL, /* Called to handle protocol-specific codes */ 130 "IPCP" /* String name of protocol */ 230 * Protocol entry points from main code. 274 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */ 566 f->protocol = PPP_IPCP; 658 * ipcp_protrej - A Protocol-Reject was received for IPCP [all...] |
sys-linux.c | [all...] |
/external/webkit/WebKit/android/WebCoreSupport/ |
FrameLoaderClientAndroid.cpp | 750 if (request.url().protocol().startsWith("http", false) && [all...] |
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.mm | [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebFrame.mm | 398 if ([documentView conformsToProtocol:@protocol(WebDocumentText)]) 412 if ([documentView conformsToProtocol:@protocol(WebDocumentText)]) 445 // We rely on WebDocumentSelection protocol implementors to call this method when they become first [all...] |
/external/webkit/WebKit/qt/WebCoreSupport/ |
FrameLoaderClientQt.cpp | [all...] |
/external/webkit/WebKitTools/Scripts/ |
prepare-ChangeLog | 657 while (m&((?:[[:word:]]+::)*operator(?:[ \t]*\(\)|[^()]*)|[[:word:]:~]+|[(){}:;])|\@(?:implementation|interface|protocol)\s+(\w+)[^{]*&g) { [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc/rpc_inc/ |
loc_api_common.h | 550 rpc_loc_server_protocol_e_type protocol; member in struct:rpc_loc_server_open_req_s_type [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BrowserActivity.java | 1943 String protocol = urlObj.getProtocol(); local [all...] |
/external/blktrace/ |
blktrace.c | 687 static int my_socket(int domain, int type, int protocol) 692 fd = socket(domain, type, protocol); [all...] |
/external/grub/netboot/ |
tlan.c | [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 39 or to implement receiver side of SRP or another end-to-end protocol
|
/external/webkit/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.mm | 177 @protocol WebKitVideoRenderingDetails [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_linux.c | 921 /* If the protocol uses a data header, apply it */ 1039 /* Get the protocol, maintain skb around eth_type_trans() 1057 skb->protocol = eth_type_trans(skb, skb->dev); 1070 if (ntoh16(skb->protocol) == ETHER_TYPE_BRCM) 1155 /* Use the protocol to get dongle stats */ [all...] |
/prebuilt/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
/external/webkit/WebCore/dom/ |
Element.cpp | 707 if (!base.protocol().isEmpty()) [all...] |
Document.cpp | [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-6356/ |
loc_api_common_xdr.c | 914 if (!xdr_rpc_loc_server_protocol_e_type (xdrs, &objp->protocol)) [all...] |
/external/ping/ |
ping.c | 46 * Using the InterNet Control Message Protocol (ICMP) "ECHO" facility, 478 /* Protocol independent setup and parameter checks. */ [all...] |
/external/webkit/WebCore/bindings/scripts/ |
CodeGeneratorObjC.pm | 240 } elsif ($isProtocol && $line =~ /^\s*\@protocol $class\s*<[^>]+>\s*([A-Z0-9_]*)/) { 401 die "Everything past the first class should be a protocol!" unless IsProtocolType($parentName); 702 # - Begin @interface or @protocol 703 my $interfaceDeclaration = ($isProtocol ? "\@protocol $className" : "\@interface $className : $parentName"); 831 warn "Protocol method $publicInterfaceKey is not in PublicDOMInterfaces.h. Protocols require all methods to be public"; [all...] |
/external/opencore/protocols/rtsp_client_engine/src/ |
pvrtsp_client_engine_node.cpp | [all...] |
/external/webkit/WebCore/loader/ |
FrameLoader.cpp | 640 bool couldSetProtocol = url.setProtocol(m_URL.protocol()); [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2Test.java | [all...] |