Home
last modified time | relevance | path

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

/system/core/libnl_2/genl/
Dfamily.c27 void genl_family_put(struct genl_family *family) in genl_family_put() argument
29 family->ce_refcnt--; in genl_family_put()
30 if (family->ce_refcnt <= 0) in genl_family_put()
31 free(family); in genl_family_put()
34 unsigned int genl_family_get_id(struct genl_family *family) in genl_family_get_id() argument
38 if (!family) in genl_family_get_id()
41 return family->gf_id; in genl_family_get_id()
Dgenl.c46 void *genlmsg_put(struct nl_msg *msg, uint32_t pid, uint32_t seq, int family, in genlmsg_put() argument
62 nlh->nlmsg_type = family; in genlmsg_put()
/system/bluetooth/tools/
Dsock_shutdown_test.c69 int family = -1; in _socket() local
75 family = PF_UNIX; in _socket()
80 family = PF_BLUETOOTH; in _socket()
85 family = PF_BLUETOOTH; in _socket()
90 family = PF_BLUETOOTH; in _socket()
95 family = PF_INET; in _socket()
102 ret = socket(family, typ, protocol); in _socket()
Dasocket_test.c87 int family = -1; in _socket() local
93 family = PF_UNIX; in _socket()
98 family = PF_BLUETOOTH; in _socket()
103 family = PF_BLUETOOTH; in _socket()
108 family = PF_BLUETOOTH; in _socket()
113 family = PF_INET; in _socket()
120 ret = socket(family, typ, protocol); in _socket()
Dsocktest.c86 int family = -1; in _socket() local
92 family = PF_UNIX; in _socket()
97 family = PF_BLUETOOTH; in _socket()
102 family = PF_BLUETOOTH; in _socket()
107 family = PF_BLUETOOTH; in _socket()
112 family = PF_INET; in _socket()
119 ret = socket(family, typ, protocol); in _socket()
/system/core/libnl_2/
DREADME29 family in use. This library was tested using the generic netlink
53 * netlink cache not implemented and only supports one netlink family id
66 * genl/family.c - Generic netlink family id
DAndroid.mk9 genl/family.c \