Home
last modified time | relevance | path

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

/external/android-clat/
Dnetlink_msg.c84 struct nl_msg *nlmsg_alloc_ifaddr(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa) { in nlmsg_alloc_ifaddr() function
156 msg = nlmsg_alloc_ifaddr(type, flags, ifa); in send_ifaddrmsg()
Dnetlink_msg.h22 struct nl_msg *nlmsg_alloc_ifaddr(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa);
Dsetif.c66 nlmsg_alloc_ifaddr(RTM_NEWADDR, NLM_F_ACK | NLM_F_REQUEST | NLM_F_CREATE | NLM_F_REPLACE, &ifa); in add_address()