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

/external/libnl/include/netlink/
H A Dnetlink-kernel.h76 #define NLM_F_ACK 4 macro
/external/android-clat/
H A Dsetif.c60 msg = nlmsg_alloc_ifaddr(RTM_NEWADDR, NLM_F_ACK | NLM_F_REQUEST | NLM_F_CREATE | NLM_F_REPLACE, &ifa);
114 msg = nlmsg_alloc_ifinfo(RTM_SETLINK, NLM_F_ACK | NLM_F_REQUEST | NLM_F_ROOT, &ifi);
/external/libnl/include/linux/
H A Dnetlink.h51 #define NLM_F_ACK 4 /* Reply with ack, with zero or error code */ macro
/external/iproute2/include/linux/
H A Dnetlink.h53 #define NLM_F_ACK 4 /* Reply with ack, with zero or error code */ macro
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h54 #define NLM_F_ACK 4 /* Reply with ack, with zero or error code */ macro
/external/nfacct/
H A Dnfacct.c269 NLM_F_CREATE | NLM_F_ACK | NLM_F_REQUEST,
352 NLM_F_ACK | NLM_F_REQUEST,
432 NLM_F_ACK | NLM_F_REQUEST,
508 NLM_F_ACK | NLM_F_REQUEST,
/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/libnl/lib/
H A Dnl.c44 * // flags NLM_F_REQUEST and NLM_F_ACK (if not disabled in the socket)
308 nlh->nlmsg_flags |= NLM_F_ACK;
578 if (hdr->nlmsg_flags & 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/iproute2/ip/
H A Dipl2tp.c103 req.n.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK;
136 req.n.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK;
159 req.n.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK;
201 req.n.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK;
H A Diplink.c172 req.n.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK;
H A Diproute.c1521 n->nlmsg_flags |= NLM_F_REQUEST | NLM_F_CREATE | NLM_F_ACK;
/external/dhcpcd/
H A Dif-linux.c424 hdr->nlmsg_flags |= NLM_F_ACK;
/external/iproute2/lib/
H A Dlibnetlink.c304 n->nlmsg_flags |= NLM_F_ACK;
/external/libpcap/
H A Dpcap-netfilter-linux.c260 nlh->nlmsg_flags = NLM_F_REQUEST | (ack ? NLM_F_ACK : 0);

Completed in 380 milliseconds