Searched defs:family (Results 1 – 7 of 7) sorted by relevance
/system/extras/tests/net_test/ |
D | net_test.py | 101 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
|
D | iproute.py | 226 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/ |
D | FwmarkClient.cpp | 34 bool FwmarkClient::shouldSetFwmark(int family) { in shouldSetFwmark()
|
D | NetdClient.cpp | 57 int family; in netdClientAccept4() local
|
/system/netd/server/ |
D | NetdConstants.cpp | 145 int parsePrefix(const char *prefix, uint8_t *family, void *address, int size, uint8_t *prefixlen) { in parsePrefix()
|
D | RouteController.cpp | 356 uint8_t family; in modifyIpRoute() local
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 336 int family = rtm->rtm_family; in parseRtMessage() local
|