Home
last modified time | relevance | path

Searched refs:RTM_NEWADDR (Results 1 – 4 of 4) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Drtnetlink.h37 RTM_NEWADDR = 20, enumerator
38 #define RTM_NEWADDR RTM_NEWADDR macro
/third_party/musl/src/network/
Dnetlink.h33 #define RTM_NEWADDR 20 macro
/third_party/libnl/lib/route/
Daddr.c731 return build_addr_msg(addr, RTM_NEWADDR, NLM_F_CREATE | flags, result); in rtnl_addr_build_add_request()
1188 { RTM_NEWADDR, NL_ACT_NEW, "new" },
/third_party/toybox/toys/pending/
Dip.c1102 ? RTM_NEWADDR: RTM_DELADDR; in ipaddrupdate()
1256 send_nlmesg(RTM_NEWADDR, 0, AF_UNSPEC, (void *)&req, req.nlm.nlmsg_len); in ipaddrupdate()
1449 if ((addr_ptr->nlmsg_type == RTM_NEWADDR)) in ipaddr_print()