Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dbionic_netlink.cpp74 request.hdr.nlmsg_type = type; in SendRequest()
86 if (hdr->nlmsg_type == NLMSG_DONE) return true; in ReadResponses()
87 if (hdr->nlmsg_type == NLMSG_ERROR) { in ReadResponses()
Difaddrs.cpp163 if (hdr->nlmsg_type == RTM_NEWLINK) { in __getifaddrs_callback()
193 } else if (hdr->nlmsg_type == RTM_NEWADDR) { in __getifaddrs_callback()
Dnet_if.cpp98 if (hdr->nlmsg_type == RTM_NEWLINK) { in __if_nameindex_callback()
/bionic/libc/kernel/uapi/linux/
Dnetlink.h56 __u16 nlmsg_type; member