Searched defs:family (Results 1 – 4 of 4) sorted by relevance
119 const int family, in createNlMessage()158 buildCreateRadioMessage(const int family, const uint8_t mac[ETH_ALEN], in buildCreateRadioMessage()
158 WifiRequest(int family) { in WifiRequest()164 WifiRequest(int family, int iface) { in WifiRequest()
557 int WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) { in create()
552 int family = strchr(addr, ':') ? AF_INET6 : AF_INET; in set_Ip_Addr() local