Searched refs:NLM_F_ACK (Results 1 - 9 of 9) sorted by relevance

/external/libnl-headers/netlink/
H A Dnetlink-kernel.h76 #define NLM_F_ACK 4 macro
/external/iproute2/include/linux/
H A Dnetlink.h51 #define NLM_F_ACK 4 /* Reply with ack, with zero or error code */ macro
/external/iproute2/genl/
H A Dctrl.c57 nlh->nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK;
300 nlh->nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK;
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c199 req.nlh.nlmsg_flags = NLM_F_ROOT | NLM_F_MATCH | NLM_F_REQUEST | NLM_F_ACK;
/external/dnsmasq/src/
H A Dnetlink.c146 req.nlh.nlmsg_flags = NLM_F_ROOT | NLM_F_MATCH | NLM_F_REQUEST | NLM_F_ACK;
/external/kernel-headers/original/linux/
H A Dnetlink.h53 #define NLM_F_ACK 4 /* Reply with ack, with zero or error code */ macro
/external/dhcpcd/
H A Dif-linux.c405 hdr->nlmsg_flags |= NLM_F_ACK;
/external/iproute2/lib/
H A Dlibnetlink.c302 n->nlmsg_flags |= NLM_F_ACK;
/external/iproute2/ip/
H A Diplink.c157 req.n.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK;

Completed in 267 milliseconds