Home
last modified time | relevance | path

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

/system/core/libnl_2/genl/
Dgenl.c55 struct genlmsghdr *gmh; in genlmsg_put() local
76 gmh = (struct genlmsghdr *) ((char *)nlh + NLMSG_HDRLEN); in genlmsg_put()
77 gmh->cmd = (__u8) cmd; in genlmsg_put()
78 gmh->version = version; in genlmsg_put()
80 return gmh; in genlmsg_put()