Home
last modified time | relevance | path

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

/external/android-clat/
Dnetlink_msg.h23 struct nl_msg *nlmsg_alloc_ifinfo(uint16_t type, uint16_t flags, struct ifinfomsg *ifi);
Dnetlink_msg.c94 struct nl_msg *nlmsg_alloc_ifinfo(uint16_t type, uint16_t flags, struct ifinfomsg *ifi) { in nlmsg_alloc_ifinfo() function
Dsetif.c119 msg = nlmsg_alloc_ifinfo(RTM_SETLINK, NLM_F_ACK | NLM_F_REQUEST | NLM_F_ROOT, &ifi); in if_up()