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

  /external/android-clat/
netlink_msg.h 22 struct nl_msg *nlmsg_alloc_ifaddr(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa);
netlink_msg.c 76 /* function: nlmsg_alloc_ifaddr
82 struct nl_msg *nlmsg_alloc_ifaddr(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa) { function
159 msg = nlmsg_alloc_ifaddr(type, flags, ifa);
setif.c 57 msg = nlmsg_alloc_ifaddr(RTM_NEWADDR, NLM_F_ACK | NLM_F_REQUEST | NLM_F_CREATE | NLM_F_REPLACE, &ifa);

Completed in 43 milliseconds