OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLMSG_OK
(Results
1 - 18
of
18
) sorted by null
/bionic/libc/kernel/common/linux/
netlink.h
82
#define
NLMSG_OK
(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
/development/ndk/platforms/android-3/include/linux/
netlink.h
77
#define
NLMSG_OK
(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
/external/iproute2/include/linux/
netlink.h
85
#define
NLMSG_OK
(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
77
#define
NLMSG_OK
(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
netlink.h
77
#define
NLMSG_OK
(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
netlink.h
77
#define
NLMSG_OK
(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
netlink.h
77
#define
NLMSG_OK
(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
netlink.h
77
#define
NLMSG_OK
(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
netlink.h
77
#define
NLMSG_OK
(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
/external/dnsmasq/src/
netlink.c
170
for (h = (struct nlmsghdr *)iov.iov_base;
NLMSG_OK
(h, (size_t)len); h = NLMSG_NEXT(h, len))
249
for (h = (struct nlmsghdr *)iov.iov_base;
NLMSG_OK
(h, (size_t)len); h = NLMSG_NEXT(h, len))
/external/dnsmasq/contrib/wrt/
dhcp_release.c
219
for (h = (struct nlmsghdr *)iov.iov_base;
NLMSG_OK
(h, (size_t)len); h = NLMSG_NEXT(h, len))
/external/kernel-headers/original/linux/
netlink.h
85
#define
NLMSG_OK
(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
/libcore/luni/src/main/native/
ifaddrs-android.h
189
for (;
NLMSG_OK
(hdr, (size_t)bytesRead); hdr = NLMSG_NEXT(hdr, bytesRead)) {
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
ipc_event.c
149
if((
NLMSG_OK
(nlHdr, n) == 0) || (nlHdr->nlmsg_type == NLMSG_ERROR)){
/external/iproute2/lib/
libnetlink.c
133
for (h = (struct nlmsghdr *)resp;
NLMSG_OK
(h, status);
212
while (
NLMSG_OK
(h, status)) {
/external/dhcpcd/
if-linux.c
104
NLMSG_OK
(nlm, (size_t)bytes);
/external/ipsec-tools/src/racoon/
grabmyaddr.c
155
while (
NLMSG_OK
(h, status)) {
/external/iproute2/misc/
ss.c
[
all
...]
Completed in 163 milliseconds