Searched refs:NLMSG_OK (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dnetlink.h77 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dnetlink.c185 if (!NLMSG_OK(nlh, skb->len)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dnetlink.c95 if (!NLMSG_OK(p, (size_t) bytes)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c180 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len))
347 !NLMSG_OK((&msg.n), rep_len)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetlink.h83 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-linux.c227 if (!NLMSG_OK(p, bytes) || bytes < sizeof(struct nlmsghdr) || bytes < p->nlmsg_len) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Difaddrs.c268 NLMSG_OK (nh, read_size);
512 NLMSG_OK (nlh, nlmlen); nlh = NLMSG_NEXT (nlh, nlmlen))
H A Dnetlink.c312 for (nlm = (struct nlmsghdr *)buf; NLMSG_OK(nlm, msg_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.c143 while (NLMSG_OK(h, status)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dlibnetlink.c185 while (NLMSG_OK(h, status)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drt_netlink.c227 for (h = (struct nlmsghdr *) buf; NLMSG_OK (h, status);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c1334 if (!NLMSG_OK(n, length) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c1544 while (NLMSG_OK(h, status)) {

Completed in 94 milliseconds