HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 276 - 300 of 1040) sorted by null

<<11121314151617181920>>

  /external/iptables/iptables/
xshared.h 31 * xtables_afinfo - protocol family dependent information
60 char *protocol; member in struct:iptables_command_state
  /external/kernel-headers/original/linux/
netfilter_ipv4.h 23 /* Protocol. */
30 /* Per-protocol information: only matters if proto match. */
83 unsigned int dataoff, u_int8_t protocol);
netfilter_ipv6.h 26 /* Protocol. */
34 /* Per-protocol information: only matters if proto match. */
79 unsigned int dataoff, u_int8_t protocol);
  /external/nist-sip/java/javax/sip/header/
ViaHeader.java 22 void setProtocol(String protocol) throws ParseException;
  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.idl 43 readonly attribute DOMString protocol;
51 attribute [ConvertNullToNullString] DOMString protocol;
HTMLAreaElement.idl 39 readonly attribute DOMString protocol;
  /external/webkit/Source/WebCore/workers/
WorkerLocation.h 52 String protocol() const;
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainerCheck.h 37 @protocol WebPluginContainerCheckController <NSObject>
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenController.h 34 @protocol WebVideoFullscreenControllerDelegate;
  /external/webkit/Source/WebKit/win/
WebSecurityOrigin.h 52 virtual HRESULT STDMETHODCALLTYPE protocol(
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet.h 53 * @protocol: Ethernet protocol number in host byte order
66 const char *ifname, const u8 *own_addr, unsigned short protocol,
89 * @proto: Protocol/ethertype for the packet in host byte order (only used if
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet.h 47 * @protocol: Ethernet protocol number in host byte order
60 const char *ifname, const u8 *own_addr, unsigned short protocol,
83 * @proto: Protocol/ethertype for the packet in host byte order (only used if
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 148 uint16_t protocol; local
150 ACCESSORY_GET_PROTOCOL, 0, 0, &protocol, sizeof(protocol), 0);
152 printf("device supports protocol version %d\n", protocol);
154 fprintf(stderr, "failed to read protocol version\n");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cm4000_cs.h 25 * I've changed "ptsreq.protocol" from "unsigned long" to "u_int32_t".
31 u_int32_t protocol; /*T=0: 2^0, T=1: 2^1*/ member in struct:ptsreq
netfilter_ipv6.h 25 /* Protocol. */
33 /* Per-protocol information: only matters if proto match. */
74 unsigned int dataoff, u_int8_t protocol);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cm4000_cs.h 25 * I've changed "ptsreq.protocol" from "unsigned long" to "u_int32_t".
31 u_int32_t protocol; /*T=0: 2^0, T=1: 2^1*/ member in struct:ptsreq
netfilter_ipv6.h 25 /* Protocol. */
33 /* Per-protocol information: only matters if proto match. */
74 unsigned int dataoff, u_int8_t protocol);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cm4000_cs.h 25 * I've changed "ptsreq.protocol" from "unsigned long" to "u_int32_t".
31 u_int32_t protocol; /*T=0: 2^0, T=1: 2^1*/ member in struct:ptsreq
netfilter_ipv6.h 25 /* Protocol. */
33 /* Per-protocol information: only matters if proto match. */
74 unsigned int dataoff, u_int8_t protocol);
  /external/iproute2/examples/
SYN-DoS.rate.limit 35 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \
  /external/webkit/Source/WebCore/page/
SecurityOrigin.h 45 static PassRefPtr<SecurityOrigin> create(const String& protocol, const String& host, int port);
62 String protocol() const { return m_protocol; } function in class:WebCore::SecurityOrigin
  /external/webkit/Source/WebCore/page/mac/
WebCoreViewFactory.h 29 @protocol WebCoreViewFactory
  /external/webkit/Source/WebKit/chromium/src/
WebSecurityOrigin.cpp 75 WebString WebSecurityOrigin::protocol() const function in class:WebKit::WebSecurityOrigin
78 return m_private->protocol();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
AccountServiceProxy.java 69 public void reconcileAccounts(final String protocol, final String accountManagerType) {
73 mService.reconcileAccounts(protocol, accountManagerType);
  /sdk/emulator/opengl/host/tools/emugen/
Android.mk 17 # protocol encoders/ decoders. This variable is used by other emugl modules.

Completed in 1662 milliseconds

<<11121314151617181920>>