Searched refs:nlmsgerr (Results 1 - 25 of 25) sorted by relevance

/external/android-clat/
H A Dnetlink_callbacks.c43 struct nlmsgerr *err, void *arg) {
H A Dgetaddr.c89 __attribute__((unused)) struct nlmsgerr *err,
/external/libnl/include/netlink/
H A Dnetlink-kernel.h155 * The message signals an error and the payload contains a nlmsgerr
182 struct nlmsgerr struct
H A Dhandlers.h51 struct nlmsgerr *nlerr, void *arg);
/external/iproute2/lib/
H A Dlibnetlink.c143 struct nlmsgerr *err = (struct nlmsgerr*)NLMSG_DATA(h);
144 if (h->nlmsg_len < NLMSG_LENGTH(sizeof(struct nlmsgerr)))
232 struct nlmsgerr *err = (struct nlmsgerr*)NLMSG_DATA(h);
233 if (h->nlmsg_len < NLMSG_LENGTH(sizeof(struct nlmsgerr))) {
359 struct nlmsgerr *err = (struct nlmsgerr*)NLMSG_DATA(h);
360 if (l < sizeof(struct nlmsgerr)) {
/external/libnl/include/linux/
H A Dnetlink.h95 struct nlmsgerr struct
/external/iptables/libipq/
H A Dlibipq.c131 if (len < sizeof(struct nlmsgerr)) {
304 struct nlmsgerr *err = (struct nlmsgerr*)NLMSG_DATA(h);
/external/iproute2/include/linux/
H A Dnetlink.h98 struct nlmsgerr { struct
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h99 struct nlmsgerr { struct
/external/iputils/ninfod/
H A Dni_ifaddrs.c196 struct nlmsgerr *nlerr = (struct nlmsgerr *) NLMSG_DATA(nh);
198 if (nh->nlmsg_len < NLMSG_LENGTH(sizeof(struct nlmsgerr)))
/external/chromium_org/net/base/
H A Daddress_tracker_linux.cc306 const struct nlmsgerr* msg =
307 reinterpret_cast<struct nlmsgerr*>(NLMSG_DATA(header));
/external/dnsmasq/src/
H A Dnetlink.c262 struct nlmsgerr *err = NLMSG_DATA(h);
/external/libnl/lib/
H A Dhandlers.c84 struct nlmsgerr *e, void *arg)
H A Dmsg.c977 hdr->nlmsg_len >= nlmsg_msg_size(sizeof(struct nlmsgerr))) {
979 struct nlmsgerr *err = nlmsg_data(hdr);
H A Dnl.c619 /* Message carries a nlmsgerr */
621 struct nlmsgerr *e = nlmsg_data(hdr);
/external/libselinux/src/
H A Davc_internal.c166 struct nlmsgerr *err = NLMSG_DATA(nlh);
/external/qemu/distrib/libselinux/src/
H A Davc_internal.c166 struct nlmsgerr *err = NLMSG_DATA(nlh);
/external/iproute2/misc/
H A Dss.c1601 struct nlmsgerr *err = (struct nlmsgerr*)NLMSG_DATA(h);
1602 if (h->nlmsg_len < NLMSG_LENGTH(sizeof(struct nlmsgerr))) {
1683 struct nlmsgerr *err = (struct nlmsgerr*)NLMSG_DATA(h);
1684 if (h->nlmsg_len < NLMSG_LENGTH(sizeof(struct nlmsgerr))) {
2140 struct nlmsgerr *err = (struct nlmsgerr*)NLMSG_DATA(h);
2141 if (h->nlmsg_len < NLMSG_LENGTH(sizeof(struct nlmsgerr))) {
/external/dhcpcd/
H A Dif-linux.c211 struct nlmsgerr *err;
221 err = (struct nlmsgerr *)NLMSG_DATA(nlm);
/external/nfacct/
H A Dnfacct.c147 struct nlmsgerr *err = nlmsg_data(hdr);
/external/iproute2/ip/
H A Diplink.c150 struct nlmsgerr *err = (struct nlmsgerr *)NLMSG_DATA(n);
/external/libpcap/
H A Dpcap-netfilter-linux.c310 if (nlh->nlmsg_len < NLMSG_ALIGN(sizeof(struct nlmsgerr))) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c641 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c641 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c641 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err,

Completed in 367 milliseconds