Home
last modified time | relevance | path

Searched defs:nlFamily (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/NetlinkInterceptor/current/android/hardware/net/nlinterceptor/
DIInterceptor.aidl37 int createSocket(in int nlFamily, in int clientNlPid, in String clientName); in createSocket()
38 void closeSocket(in int nlFamily, in int interceptorNlPid); in closeSocket()
39 void subscribeGroup(in int nlFamily, in int interceptorNlPid, in int nlGroup); in subscribeGroup()
40 void unsubscribeGroup(in int nlFamily, in int interceptorNlPid, in int nlGroup); in unsubscribeGroup()
/hardware/interfaces/wifi/netlinkinterceptor/libnlinterceptor/include/libnlinterceptor/
Dlibnlinterceptor.h35 uint32_t nlFamily; member
110 uint32_t nlFamily; member
/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/android.hardware.net.nlinterceptor/current/android/hardware/net/nlinterceptor/
DIInterceptor.aidl37 …android.hardware.net.nlinterceptor.InterceptedSocket createSocket(in int nlFamily, in int clientNl… in createSocket()
/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/android.hardware.net.nlinterceptor/1/android/hardware/net/nlinterceptor/
DIInterceptor.aidl37 …android.hardware.net.nlinterceptor.InterceptedSocket createSocket(in int nlFamily, in int clientNl… in createSocket()
/hardware/interfaces/wifi/netlinkinterceptor/aidl/android/hardware/net/nlinterceptor/
DIInterceptor.aidl53 InterceptedSocket createSocket(in int nlFamily, in int clientNlPid, in String clientName); in createSocket()
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
DInterceptorRelay.cpp33 InterceptorRelay::InterceptorRelay(uint32_t nlFamily, uint32_t clientNlPid, in InterceptorRelay()
DNetlinkInterceptor.cpp27 auto nlFamily = static_cast<uint32_t>(nlFamilyAidl); in createSocket() local
/hardware/interfaces/wifi/netlinkinterceptor/libnlinterceptor/
Dlibnlinterceptor.cpp39 InterceptedSocket::InterceptedSocket(uint32_t nlFamily, uint32_t portId) in InterceptedSocket()