Home
last modified time | relevance | path

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

/external/android-clat/
Dnetlink_msg.h24 struct nl_msg *nlmsg_alloc_rtmsg(uint16_t type, uint16_t flags, struct rtmsg *rt);
Dsetroute.c96 msg = nlmsg_alloc_rtmsg(type, flags, &rt); in if_route()
Dgetroute.c129 nlmsg = nlmsg_alloc_rtmsg(RTM_GETROUTE, NLM_F_REQUEST | NLM_F_ROOT, &msg); in get_default_route()
Dnetlink_msg.c102 struct nl_msg *nlmsg_alloc_rtmsg(uint16_t type, uint16_t flags, struct rtmsg *rt) { in nlmsg_alloc_rtmsg() function