Home
last modified time | relevance | path

Searched defs:family (Results 1 – 7 of 7) sorted by relevance

/system/extras/tests/net_test/
Dnet_test.py101 def Socket(family, sock_type, protocol): argument
107 def PingSocket(family): argument
120 def TCPSocket(family): argument
134 def UDPSocket(family): argument
138 def RawGRESocket(family): argument
Diproute.py226 def _NlAttrIPAddress(self, nla_type, family, address): argument
242 def _Decode(self, command, family, nla_type, nla_data): argument
321 def _ParseAttributes(self, command, family, data): argument
/system/netd/client/
DFwmarkClient.cpp34 bool FwmarkClient::shouldSetFwmark(int family) { in shouldSetFwmark()
DNetdClient.cpp57 int family; in netdClientAccept4() local
/system/netd/server/
DNetdConstants.cpp145 int parsePrefix(const char *prefix, uint8_t *family, void *address, int size, uint8_t *prefixlen) { in parsePrefix()
DRouteController.cpp356 uint8_t family; in modifyIpRoute() local
/system/core/libsysutils/src/
DNetlinkEvent.cpp336 int family = rtm->rtm_family; in parseRtMessage() local