HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 151 - 175 of 1576) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/netd/server/
LocalNetwork.h 29 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
30 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
InterfaceController.cpp 101 // When sending traffic via a given interface use only addresses configured
102 // on that interface as possible source addresses.
109 int InterfaceController::setEnableIPv6(const char *interface, const int on) {
110 if (!isIfaceName(interface)) {
116 // addresses and routes and disables IPv6 on the interface.
118 return writeValueToPath(ipv6_proc_path, interface, "disable_ipv6", disable_ipv6);
121 int InterfaceController::setIPv6PrivacyExtensions(const char *interface, const int on) {
122 if (!isIfaceName(interface)) {
128 return writeValueToPath(ipv6_proc_path, interface, "use_tempaddr", on ? "2" : "0");
134 int InterfaceController::setIPv6NdOffload(char* interface, const int on)
    [all...]
Network.h 36 // clearInterfaces(), before deleting it. This is because interface removal may fail. If we
43 bool hasInterface(const std::string& interface) const;
47 virtual int addInterface(const std::string& interface) WARN_UNUSED_RESULT = 0;
48 virtual int removeInterface(const std::string& interface) WARN_UNUSED_RESULT = 0;
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 12 @interface NSObject <NSObject> {}
22 @interface PublicClass : NSObject {
36 @interface PublicSubClass : PublicClass
39 @interface PublicParent : NSObject
43 @interface PublicSubClass2 : PublicParent
  /external/clang/test/CodeGenObjC/Inputs/
literal-support.h 6 @interface NSNumber @end
8 @interface NSNumber (NSNumberCreation)
24 @interface NSArray
27 @interface NSArray (NSArrayCreation)
31 @interface NSDictionary
  /external/clang/test/CodeGenObjCXX/Inputs/
literal-support.h 6 @interface NSNumber @end
8 @interface NSNumber (NSNumberCreation)
24 @interface NSArray
27 @interface NSArray (NSArrayCreation)
31 @interface NSDictionary
  /external/dhcpcd-6.8.2/
ipv6nd.h 46 struct interface *iface;
94 void ipv6nd_startrs(struct interface *);
95 ssize_t ipv6nd_env(char **, const char *, const struct interface *);
101 ssize_t ipv6nd_free(struct interface *);
103 int ipv6nd_hasra(const struct interface *);
104 int ipv6nd_hasradhcp(const struct interface *);
105 void ipv6nd_runignoredra(struct interface *);
108 int ipv6nd_dadcompleted(const struct interface *);
109 void ipv6nd_expire(struct interface *, uint32_t);
110 void ipv6nd_drop(struct interface *);
    [all...]
if-sun.c 44 if_init(__unused struct interface *iface)
51 if_conf(__unused struct interface *iface)
82 if_openrawsocket(struct interface *ifp, int protocol)
90 if_sendrawpacket(const struct interface *ifp, int protocol,
99 if_readrawpacket(struct interface *ifp, int protocol,
108 if_address(const struct interface *iface, const struct in_addr *address,
146 if_addrflags6(const struct in6_addr *addr, const struct interface *ifp)
ipv4.h 43 const struct interface *iface;
57 struct interface *iface;
74 int ipv4_ifcmp(const struct interface *, const struct interface *);
84 void ipv4_finaliseaddr(struct interface *);
85 int ipv4_deladdr(struct interface *ifp, const struct in_addr *,
91 struct ipv4_addr *ipv4_iffindaddr(struct interface *,
93 struct ipv4_addr *ipv4_iffindlladdr(struct interface *);
101 void ipv4_free(struct interface *);
  /external/webrtc/talk/app/webrtc/objc/
RTCDataChannel+Internal.h 33 @interface RTCDataBuffer (Internal)
41 @interface RTCDataChannelInit (Internal)
47 @interface RTCDataChannel (Internal)
  /hardware/qcom/display/msm8996/sdm/include/core/
core_interface.h 31 @brief Interface file for core of the display subsystem.
47 /*! @brief Display manager interface version.
61 @warning It is assumed that client upgrades or downgrades display core interface all at once
91 /*! @brief Display core interface.
94 to create/destroy different display devices. This interface is created during display core
102 /*! @brief Method to create and get handle to display core interface.
105 different display devices only through a valid interface handle obtained using this method. An
107 This interface shall be called only once.
112 @param[out] interface \link CoreInterface \endlink
120 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
    [all...]
  /system/connectivity/shill/dbus/
chromeos_dhcpcd_proxy.h 37 void Rebind(const std::string& interface) override;
38 void Release(const std::string& interface) override;
43 const std::string& interface);
  /system/connectivity/shill/test-scripts/
monitor-flimflam 8 def property_changed(name, value, path, interface):
9 iface = interface[interface.rfind(".") + 1:]
25 interface_keyword="interface")
  /system/tools/aidl/
generate_cpp_unittest.cpp 45 interface IComplexTypeInterface {
708 "package foo; interface IFooType {}");
713 unique_ptr<AidlInterface> interface = Parse(); local
714 ASSERT_NE(interface, nullptr);
715 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface);
720 unique_ptr<AidlInterface> interface = Parse(); local
721 ASSERT_NE(interface, nullptr);
722 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface);
727 unique_ptr<AidlInterface> interface = Parse(); local
728 ASSERT_NE(interface, nullptr)
734 unique_ptr<AidlInterface> interface = Parse(); local
741 unique_ptr<AidlInterface> interface = Parse(); local
748 unique_ptr<AidlInterface> interface = Parse(); local
786 const unique_ptr<AidlInterface> interface = Parse(); local
793 const unique_ptr<AidlInterface> interface = Parse(); local
810 const unique_ptr<AidlInterface> interface = Parse(); local
    [all...]
  /external/android-clat/
setif.h 16 * setif.h - network interface configuration
24 int add_anycast_address(int sock, const struct in6_addr *addr, const char *interface);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRLexerRuleReturnScope.h 29 @interface ANTLRLexerRuleReturnScope : NSObject {
ANTLRTreeVisitorAction.h 35 @interface ANTLRTreeVisitorAction : NSObject
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRLexerRuleReturnScope.h 29 @interface ANTLRLexerRuleReturnScope : NSObject {
ANTLRTreeVisitorAction.h 35 @interface ANTLRTreeVisitorAction : NSObject
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRLexerRuleReturnScope.h 29 @interface ANTLRLexerRuleReturnScope : NSObject {
ANTLRTreeVisitorAction.h 35 @interface ANTLRTreeVisitorAction : NSObject
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeVisitorAction.h 35 @interface ANTLRTreeVisitorAction : NSObject
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.h 12 #pragma mark Cyclic DFA interface start DFA4
13 @interface DFA4 : ANTLRDFA {
19 #pragma mark Cyclic DFA interface end DFA4
36 @interface SymbolTableLexer : ANTLRLexer { // line 283
53 @end // end of SymbolTableLexer interface
  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.h 28 @interface tcuIOSAppDelegate : NSObject <UIApplicationDelegate>
tcuIOSViewController.h 28 @interface tcuIOSViewController : UIViewController {

Completed in 878 milliseconds

1 2 3 4 5 67 8 91011>>