HomeSort by relevance Sort by last modified time
    Searched refs:nlmsg_alloc_ifinfo (Results 1 - 3 of 3) sorted by null

  /external/android-clat/
netlink_msg.h 23 struct nl_msg *nlmsg_alloc_ifinfo(uint16_t type, uint16_t flags, struct ifinfomsg *ifi);
netlink_msg.c 87 /* function: nlmsg_alloc_ifinfo
93 struct nl_msg *nlmsg_alloc_ifinfo(uint16_t type, uint16_t flags, struct ifinfomsg *ifi) { function
setif.c 114 msg = nlmsg_alloc_ifinfo(RTM_SETLINK, NLM_F_ACK | NLM_F_REQUEST | NLM_F_ROOT, &ifi);

Completed in 93 milliseconds