• Home
  • Raw
  • Download

Lines Matching refs:utf8InCpp

44     boolean firewallReplaceUidChain(in @utf8InCpp String chainName,  in firewallReplaceUidChain()
110 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface()
121 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface()
208 void interfaceAddAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, in interfaceAddAddress()
210 void interfaceDelAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, in interfaceDelAddress()
230 @utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in getProcSysNet()
231 in @utf8InCpp String parameter); in getProcSysNet()
232 void setProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in setProcSysNet()
233 in @utf8InCpp String parameter, in @utf8InCpp String value); in setProcSysNet()
255 in @utf8InCpp String sourceAddress, in ipSecAllocateSpi()
256 in @utf8InCpp String destinationAddress, in ipSecAllocateSpi()
291 in @utf8InCpp String sourceAddress, in ipSecAddSecurityAssociation()
292 in @utf8InCpp String destinationAddress, in ipSecAddSecurityAssociation()
297 in @utf8InCpp String authAlgo, in byte[] authKey, in int authTruncBits, in ipSecAddSecurityAssociation()
298 in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits, in ipSecAddSecurityAssociation()
299 in @utf8InCpp String aeadAlgo, in byte[] aeadKey, in int aeadIcvBits, in ipSecAddSecurityAssociation()
318 in @utf8InCpp String sourceAddress, in ipSecDeleteSecurityAssociation()
319 in @utf8InCpp String destinationAddress, in ipSecDeleteSecurityAssociation()
339 in @utf8InCpp String sourceAddress, in ipSecApplyTransportModeTransform()
340 in @utf8InCpp String destinationAddress, in ipSecApplyTransportModeTransform()
369 in @utf8InCpp String tmplSrcAddress, in ipSecAddSecurityPolicy()
370 in @utf8InCpp String tmplDstAddress, in ipSecAddSecurityPolicy()
393 in @utf8InCpp String tmplSrcAddress, in ipSecUpdateSecurityPolicy()
394 in @utf8InCpp String tmplDstAddress, in ipSecUpdateSecurityPolicy()
436 in @utf8InCpp String deviceName, in ipSecAddTunnelInterface()
437 in @utf8InCpp String localAddress, in ipSecAddTunnelInterface()
438 in @utf8InCpp String remoteAddress, in ipSecAddTunnelInterface()
454 in @utf8InCpp String deviceName, in ipSecUpdateTunnelInterface()
455 in @utf8InCpp String localAddress, in ipSecUpdateTunnelInterface()
456 in @utf8InCpp String remoteAddress, in ipSecUpdateTunnelInterface()
466 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
475 …void wakeupAddInterface(in @utf8InCpp String ifName, in @utf8InCpp String prefix, int mark, int ma… in wakeupAddInterface()
483 …void wakeupDelInterface(in @utf8InCpp String ifName, in @utf8InCpp String prefix, int mark, int ma… in wakeupDelInterface()
496 void setIPv6AddrGenMode(in @utf8InCpp String ifName, int mode); in setIPv6AddrGenMode()
508 in @utf8InCpp String ifName, in idletimerAddInterface()
510 in @utf8InCpp String classLabel); in idletimerAddInterface()
522 in @utf8InCpp String ifName, in idletimerRemoveInterface()
524 in @utf8InCpp String classLabel); in idletimerRemoveInterface()
549 @utf8InCpp String clatdStart(in @utf8InCpp String ifName, in @utf8InCpp String nat64Prefix); in clatdStart()
558 void clatdStop(in @utf8InCpp String ifName); in clatdStop()
572 @utf8InCpp String[] ipfwdGetRequesterList(); in ipfwdGetRequesterList()
582 void ipfwdEnableForwarding(in @utf8InCpp String requester); in ipfwdEnableForwarding()
593 void ipfwdDisableForwarding(in @utf8InCpp String requester); in ipfwdDisableForwarding()
603 void ipfwdAddInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdAddInterfaceForward()
613 void ipfwdRemoveInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdRemoveInterfaceForward()
623 void bandwidthSetInterfaceQuota(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceQuota()
632 void bandwidthRemoveInterfaceQuota(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceQuota()
642 void bandwidthSetInterfaceAlert(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceAlert()
651 void bandwidthRemoveInterfaceAlert(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceAlert()
708 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
732 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd()
741 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove()
749 @utf8InCpp String[] tetherInterfaceList(); in tetherInterfaceList()
759 void tetherDnsSet(int netId, in @utf8InCpp String[] dnsAddrs); in tetherDnsSet()
766 @utf8InCpp String[] tetherDnsList(); in tetherDnsList()
791 in @utf8InCpp String ifName, in networkAddRoute()
792 in @utf8InCpp String destination, in networkAddRoute()
793 in @utf8InCpp String nextHop); in networkAddRoute()
809 in @utf8InCpp String ifName, in networkRemoveRoute()
810 in @utf8InCpp String destination, in networkRemoveRoute()
811 in @utf8InCpp String nextHop); in networkRemoveRoute()
828 in @utf8InCpp String ifName, in networkAddLegacyRoute()
829 in @utf8InCpp String destination, in networkAddLegacyRoute()
830 in @utf8InCpp String nextHop, in networkAddLegacyRoute()
848 in @utf8InCpp String ifName, in networkRemoveLegacyRoute()
849 in @utf8InCpp String destination, in networkRemoveLegacyRoute()
850 in @utf8InCpp String nextHop, in networkRemoveLegacyRoute()
1018 void firewallSetInterfaceRule(in @utf8InCpp String ifName, int firewallRule); in firewallSetInterfaceRule()
1048 @utf8InCpp String[] interfaceGetList(); in interfaceGetList()
1068 InterfaceConfigurationParcel interfaceGetCfg(in @utf8InCpp String ifName); in interfaceGetCfg()
1087 void interfaceSetIPv6PrivacyExtensions(in @utf8InCpp String ifName, boolean enable); in interfaceSetIPv6PrivacyExtensions()
1096 void interfaceClearAddrs(in @utf8InCpp String ifName); in interfaceClearAddrs()
1106 void interfaceSetEnableIPv6(in @utf8InCpp String ifName, boolean enable); in interfaceSetEnableIPv6()
1116 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu()
1124 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward()
1132 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward()
1142 void setTcpRWmemorySize(in @utf8InCpp String rmemValues, in @utf8InCpp String wmemValues); in setTcpRWmemorySize()
1170 void firewallAddUidInterfaceRules(in @utf8InCpp String ifName, in int[] uids); in firewallAddUidInterfaceRules()