Home
last modified time | relevance | path

Searched defs:CreateTunInterface (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/masque/
H A Dmasque_utils.cc73 int CreateTunInterface(const QuicIpAddress& client_address, bool server) { in CreateTunInterface() function
158 int CreateTunInterface(const QuicIpAddress& /*client_address*/, in CreateTunInterface() function
/aosp_15_r20/kernel/tests/net/test/
H A Dmultinetwork_base.py235 def CreateTunInterface(cls, netid): member in MultiNetworkBaseTest