Searched refs:RTM_NEWADDRLABEL (Results 1 - 7 of 7) sorted by relevance

/external/strace/xlat/
H A Dnl_route_types.h110 #if !(defined(RTM_NEWADDRLABEL) || (defined(HAVE_DECL_RTM_NEWADDRLABEL) && HAVE_DECL_RTM_NEWADDRLABEL))
111 # define RTM_NEWADDRLABEL 72 macro
212 XLAT(RTM_NEWADDRLABEL),
/external/iproute2/ip/
H A Dipaddrlabel.c64 if (n->nlmsg_type != RTM_NEWADDRLABEL && n->nlmsg_type != RTM_DELADDRLABEL)
142 if (cmd == RTM_NEWADDRLABEL) {
249 return ipaddrlabel_modify(RTM_NEWADDRLABEL, argc-1, argv+1);
H A Dipmonitor.c97 if (n->nlmsg_type == RTM_NEWADDRLABEL || n->nlmsg_type == RTM_DELADDRLABEL) {
/external/libnl/include/linux-private/linux/
H A Drtnetlink.h111 RTM_NEWADDRLABEL = 72, enumerator in enum:__anon12145
112 #define RTM_NEWADDRLABEL RTM_NEWADDRLABEL macro
/external/strace/
H A Dnetlink_route.c99 [RTM_NEWADDRLABEL - RTM_BASE] = decode_ifaddrlblmsg,
/external/iproute2/include/uapi/linux/
H A Drtnetlink.h112 RTM_NEWADDRLABEL = 72, enumerator in enum:__anon8698
113 #define RTM_NEWADDRLABEL RTM_NEWADDRLABEL macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h112 RTM_NEWADDRLABEL = 72, enumerator in enum:__anon9918
113 #define RTM_NEWADDRLABEL RTM_NEWADDRLABEL macro

Completed in 87 milliseconds