HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_HDRLEN (Results 26 - 50 of 50) sorted by null

12

  /external/strace/tests-m32/
netlink_netfilter.c 92 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(num));
115 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN,
test_netlink.h 18 NLMSG_HDRLEN + (data_len_); \
  /external/strace/tests-mx32/
netlink_crypto.c 110 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(alg));
152 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, 4);
netlink_netfilter.c 92 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(num));
115 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN,
test_netlink.h 18 NLMSG_HDRLEN + (data_len_); \
  /external/strace/tests/
test_netlink.h 18 NLMSG_HDRLEN + (data_len_); \
  /external/wpa_supplicant_8/src/drivers/
priv_netlink.h 50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
driver_nl80211.c 386 int len = hdr->nlmsg_len - NLMSG_HDRLEN;
    [all...]
  /external/strace/
netlink.c 620 if (nlmsg_len > NLMSG_HDRLEN)
625 if (nlmsg_len > NLMSG_HDRLEN) {
627 decode_payload(tcp, fd, family, nlmsghdr, addr + NLMSG_HDRLEN,
628 nlmsg_len - NLMSG_HDRLEN);
661 if (nlmsghdr.nlmsg_len >= NLMSG_HDRLEN) {
  /device/generic/goldfish/wifi/wifi_hal/
netlink.cpp 210 if (data + NLMSG_HDRLEN + sizeof(nlmsgerr) <= end) {
  /external/libnl/lib/
msg.c 56 return NLMSG_HDRLEN + payload;
107 return (unsigned char *) nlh + NLMSG_HDRLEN;
123 return nlh->nlmsg_len - NLMSG_HDRLEN;
511 if (n->nm_nlh->nlmsg_len < NLMSG_HDRLEN)
  /external/iproute2/ip/
xfrm_policy.c 859 .n.nlmsg_len = NLMSG_HDRLEN,
901 .n.nlmsg_len = NLMSG_HDRLEN,
xfrm_state.c 1205 .n.nlmsg_len = NLMSG_HDRLEN,
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 2168 milliseconds

12