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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dnetlink.h77 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dnetlink.c95 if (!NLMSG_OK(p, (size_t) bytes)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dnetlink.c95 if (!NLMSG_OK(p, (size_t) bytes)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/accounting/
H A Dgetdelays.c182 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len))
413 !NLMSG_OK((&msg.n), rep_len)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnetlink.h81 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.c143 while (NLMSG_OK(h, status)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dgetifaddr.c411 while ((NLMSG_OK(nlh, len)) && (nlh->nlmsg_type != NLMSG_DONE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dlibnetlink.c185 while (NLMSG_OK(h, status)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-netfilter-linux.c298 while (len >= NLMSG_SPACE(0) && NLMSG_OK(nlh, len)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgrabmyaddr.c140 while (NLMSG_OK(h, status)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit.c944 while (NLMSG_OK(nlh, len)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Drt_netlink.c227 for (h = (struct nlmsghdr *) buf; NLMSG_OK (h, status);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c1334 if (!NLMSG_OK(n, length) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c1544 while (NLMSG_OK(h, status)) {

Completed in 124 milliseconds