OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nlmsg_alloc_rtmsg
(Results
1 - 4
of
4
) sorted by null
/external/android-clat/
netlink_msg.h
24
struct nl_msg *
nlmsg_alloc_rtmsg
(uint16_t type, uint16_t flags, struct rtmsg *rt);
netlink_msg.c
96
/* function:
nlmsg_alloc_rtmsg
102
struct nl_msg *
nlmsg_alloc_rtmsg
(uint16_t type, uint16_t flags, struct rtmsg *rt) {
function
getroute.c
129
nlmsg =
nlmsg_alloc_rtmsg
(RTM_GETROUTE, NLM_F_REQUEST | NLM_F_ROOT, &msg);
setroute.c
96
msg =
nlmsg_alloc_rtmsg
(type, flags, &rt);
Completed in 46 milliseconds