Searched refs:nlmsg_alloc_ifaddr (Results 1 – 3 of 3) sorted by relevance
84 struct nl_msg *nlmsg_alloc_ifaddr(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa) { in nlmsg_alloc_ifaddr() function156 msg = nlmsg_alloc_ifaddr(type, flags, ifa); in send_ifaddrmsg()
22 struct nl_msg *nlmsg_alloc_ifaddr(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa);
66 nlmsg_alloc_ifaddr(RTM_NEWADDR, NLM_F_ACK | NLM_F_REQUEST | NLM_F_CREATE | NLM_F_REPLACE, &ifa); in add_address()