OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nlmhdr
(Results
1 - 1
of
1
) sorted by null
/system/core/libnl_2/genl/
genl.c
98
struct nlmsghdr
nlmhdr
;
local
111
nlmhdr
.nlmsg_len = sizeof(sendbuf);
112
nlmhdr
.nlmsg_type = NETLINK_GENERIC;
113
nlmhdr
.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | NLM_F_DUMP;
114
nlmhdr
.nlmsg_seq = sock->s_seq_next;
115
nlmhdr
.nlmsg_pid = sock->s_local.nl_pid;
123
memcpy(&sendbuf[0], &
nlmhdr
, sizeof(
nlmhdr
));
124
memcpy(&sendbuf[0]+sizeof(
nlmhdr
), &gmhhdr, sizeof(gmhhdr));
Completed in 270 milliseconds