Lines Matching refs:String

48     boolean firewallReplaceUidChain(in @utf8InCpp String chainName,  in firewallReplaceUidChain()
114 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface()
125 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface()
212 void interfaceAddAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, in interfaceAddAddress()
214 void interfaceDelAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, in interfaceDelAddress()
234 @utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in getProcSysNet()
235 in @utf8InCpp String parameter); in getProcSysNet()
236 void setProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in setProcSysNet()
237 in @utf8InCpp String parameter, in @utf8InCpp String value); in setProcSysNet()
259 in @utf8InCpp String sourceAddress, in ipSecAllocateSpi()
260 in @utf8InCpp String destinationAddress, in ipSecAllocateSpi()
295 in @utf8InCpp String sourceAddress, in ipSecAddSecurityAssociation()
296 in @utf8InCpp String destinationAddress, in ipSecAddSecurityAssociation()
301 in @utf8InCpp String authAlgo, in byte[] authKey, in int authTruncBits, in ipSecAddSecurityAssociation()
302 in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits, in ipSecAddSecurityAssociation()
303 in @utf8InCpp String aeadAlgo, in byte[] aeadKey, in int aeadIcvBits, in ipSecAddSecurityAssociation()
322 in @utf8InCpp String sourceAddress, in ipSecDeleteSecurityAssociation()
323 in @utf8InCpp String destinationAddress, in ipSecDeleteSecurityAssociation()
343 in @utf8InCpp String sourceAddress, in ipSecApplyTransportModeTransform()
344 in @utf8InCpp String destinationAddress, in ipSecApplyTransportModeTransform()
373 in @utf8InCpp String tmplSrcAddress, in ipSecAddSecurityPolicy()
374 in @utf8InCpp String tmplDstAddress, in ipSecAddSecurityPolicy()
397 in @utf8InCpp String tmplSrcAddress, in ipSecUpdateSecurityPolicy()
398 in @utf8InCpp String tmplDstAddress, in ipSecUpdateSecurityPolicy()
427 const String IPSEC_INTERFACE_PREFIX = "ipsec";
440 in @utf8InCpp String deviceName, in ipSecAddTunnelInterface()
441 in @utf8InCpp String localAddress, in ipSecAddTunnelInterface()
442 in @utf8InCpp String remoteAddress, in ipSecAddTunnelInterface()
458 in @utf8InCpp String deviceName, in ipSecUpdateTunnelInterface()
459 in @utf8InCpp String localAddress, in ipSecUpdateTunnelInterface()
460 in @utf8InCpp String remoteAddress, in ipSecUpdateTunnelInterface()
470 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
479 …void wakeupAddInterface(in @utf8InCpp String ifName, in @utf8InCpp String prefix, int mark, int ma… in wakeupAddInterface()
487 …void wakeupDelInterface(in @utf8InCpp String ifName, in @utf8InCpp String prefix, int mark, int ma… in wakeupDelInterface()
500 void setIPv6AddrGenMode(in @utf8InCpp String ifName, int mode); in setIPv6AddrGenMode()
512 in @utf8InCpp String ifName, in idletimerAddInterface()
514 in @utf8InCpp String classLabel); in idletimerAddInterface()
526 in @utf8InCpp String ifName, in idletimerRemoveInterface()
528 in @utf8InCpp String classLabel); in idletimerRemoveInterface()
553 @utf8InCpp String clatdStart(in @utf8InCpp String ifName, in @utf8InCpp String nat64Prefix); in clatdStart()
562 void clatdStop(in @utf8InCpp String ifName); in clatdStop()
576 @utf8InCpp String[] ipfwdGetRequesterList(); in ipfwdGetRequesterList()
586 void ipfwdEnableForwarding(in @utf8InCpp String requester); in ipfwdEnableForwarding()
597 void ipfwdDisableForwarding(in @utf8InCpp String requester); in ipfwdDisableForwarding()
607 void ipfwdAddInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdAddInterfaceForward()
617 void ipfwdRemoveInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdRemoveInterfaceForward()
627 void bandwidthSetInterfaceQuota(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceQuota()
636 void bandwidthRemoveInterfaceQuota(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceQuota()
646 void bandwidthSetInterfaceAlert(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceAlert()
655 void bandwidthRemoveInterfaceAlert(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceAlert()
712 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
736 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd()
745 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove()
753 @utf8InCpp String[] tetherInterfaceList(); in tetherInterfaceList()
763 void tetherDnsSet(int netId, in @utf8InCpp String[] dnsAddrs); in tetherDnsSet()
770 @utf8InCpp String[] tetherDnsList(); in tetherDnsList()
775 const String NEXTHOP_NONE = "";
777 const String NEXTHOP_UNREACHABLE = "unreachable";
779 const String NEXTHOP_THROW = "throw";
795 in @utf8InCpp String ifName, in networkAddRoute()
796 in @utf8InCpp String destination, in networkAddRoute()
797 in @utf8InCpp String nextHop); in networkAddRoute()
813 in @utf8InCpp String ifName, in networkRemoveRoute()
814 in @utf8InCpp String destination, in networkRemoveRoute()
815 in @utf8InCpp String nextHop); in networkRemoveRoute()
832 in @utf8InCpp String ifName, in networkAddLegacyRoute()
833 in @utf8InCpp String destination, in networkAddLegacyRoute()
834 in @utf8InCpp String nextHop, in networkAddLegacyRoute()
852 in @utf8InCpp String ifName, in networkRemoveLegacyRoute()
853 in @utf8InCpp String destination, in networkRemoveLegacyRoute()
854 in @utf8InCpp String nextHop, in networkRemoveLegacyRoute()
1022 void firewallSetInterfaceRule(in @utf8InCpp String ifName, int firewallRule); in firewallSetInterfaceRule()
1052 @utf8InCpp String[] interfaceGetList(); in interfaceGetList()
1055 const String IF_STATE_UP = "up";
1056 const String IF_STATE_DOWN = "down";
1058 const String IF_FLAG_BROADCAST = "broadcast";
1059 const String IF_FLAG_LOOPBACK = "loopback";
1060 const String IF_FLAG_POINTOPOINT = "point-to-point";
1061 const String IF_FLAG_RUNNING = "running";
1062 const String IF_FLAG_MULTICAST = "multicast";
1072 InterfaceConfigurationParcel interfaceGetCfg(in @utf8InCpp String ifName); in interfaceGetCfg()
1091 void interfaceSetIPv6PrivacyExtensions(in @utf8InCpp String ifName, boolean enable); in interfaceSetIPv6PrivacyExtensions()
1100 void interfaceClearAddrs(in @utf8InCpp String ifName); in interfaceClearAddrs()
1110 void interfaceSetEnableIPv6(in @utf8InCpp String ifName, boolean enable); in interfaceSetEnableIPv6()
1120 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu()
1128 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward()
1136 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward()
1146 void setTcpRWmemorySize(in @utf8InCpp String rmemValues, in @utf8InCpp String wmemValues); in setTcpRWmemorySize()
1174 void firewallAddUidInterfaceRules(in @utf8InCpp String ifName, in int[] uids); in firewallAddUidInterfaceRules()