HomeSort by relevance Sort by last modified time
    Searched refs:ndmsg (Results 1 - 24 of 24) sorted by null

  /external/strace/
rtnl_neigh.c 51 const struct ndmsg *const ndmsg = opaque_data; local
53 decode_inet_addr(tcp, addr, len, ndmsg->ndm_family, NULL);
95 struct ndmsg ndmsg = { .ndm_family = family }; local
96 size_t offset = sizeof(ndmsg.ndm_family);
99 PRINT_FIELD_XVAL("{", ndmsg, ndm_family, addrfams, "AF_???");
102 if (len >= sizeof(ndmsg)) {
104 sizeof(ndmsg) - offset,
105 (char *) &ndmsg + offset))
    [all...]
  /external/strace/tests/
nlattr_ndmsg.c 51 struct ndmsg *const msg = NLMSG_DATA(nlh);
52 SET_STRUCT(struct ndmsg, msg,
79 const unsigned int hdrlen = sizeof(struct ndmsg);
netlink_route.c 305 const struct ndmsg msg = {
  /external/strace/tests-m32/
nlattr_ndmsg.c 51 struct ndmsg *const msg = NLMSG_DATA(nlh);
52 SET_STRUCT(struct ndmsg, msg,
79 const unsigned int hdrlen = sizeof(struct ndmsg);
netlink_route.c 305 const struct ndmsg msg = {
  /external/strace/tests-mx32/
nlattr_ndmsg.c 51 struct ndmsg *const msg = NLMSG_DATA(nlh);
52 SET_STRUCT(struct ndmsg, msg,
79 const unsigned int hdrlen = sizeof(struct ndmsg);
netlink_route.c 305 const struct ndmsg msg = {
  /bionic/libc/kernel/uapi/linux/
neighbour.h 23 struct ndmsg { struct
  /external/iproute2/include/uapi/linux/
neighbour.h 8 struct ndmsg { struct
  /external/kernel-headers/original/uapi/linux/
neighbour.h 8 struct ndmsg { struct
  /external/libnl/include/linux-private/linux/
neighbour.h 7 struct ndmsg { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
neighbour.h 7 struct ndmsg { struct
  /external/iproute2/ip/
ipneigh.c 102 struct ndmsg ndm;
105 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)),
197 struct ndmsg *r = NLMSG_DATA(n);
345 struct ndmsg ndm;
349 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)),
ipmonitor.c 105 struct ndmsg *r = NLMSG_DATA(n);
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Netlink.h 162 struct ndmsg metainfo; /* from header */
  /frameworks/base/services/net/java/android/net/netlink/
RtNetlinkNeighborMessage.java 135 final StructNdMsg ndmsg = new StructNdMsg(); local
136 ndmsg.pack(byteBuffer);
244 + "ndmsg{" + (mNdmsg == null ? "" : mNdmsg.toString()) + "}, "
  /external/iproute2/bridge/
fdb.c 97 struct ndmsg *r = NLMSG_DATA(n);
406 struct ndmsg ndm;
409 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)),
  /device/generic/goldfish/wifi/ipv6proxy/
router.cpp 59 struct ndmsg msg;
  /external/iproute2/include/
libnetlink.h 215 ((struct rtattr *)(((char *)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))
218 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct ndmsg))
  /kernel/tests/net/test/
iproute.py 155 NdMsg = cstruct.Struct(
156 "NdMsg", "=BxxxiHBB",
440 "NEIGH": NdMsg,
621 ndmsg = NdMsg((family, dev, state, 0, RTN_UNICAST)).Pack()
622 ndmsg += self._NlAttrIPAddress(NDA_DST, family, addr)
624 ndmsg += self._NlAttr(NDA_LLADDR, lladdr)
626 self._SendNlRequest(command, ndmsg, flags)
639 ndmsg = NdMsg((self._AddressFamily(version), 0, 0, 0, 0)
    [all...]
  /external/iproute2/misc/
arpd.c 267 struct ndmsg ndm;
270 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)),
297 struct ndmsg *ndm = NLMSG_DATA(n);
  /external/libnl/lib/route/
neigh.c 340 struct ndmsg *nm;
567 struct ndmsg nhdr = {
938 .co_hdrsize = sizeof(struct ndmsg),
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Netlink.cpp 94 #define NDA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))
491 neigh_info->metainfo = *((struct ndmsg *)NLMSG_DATA(nlh));
    [all...]
  /external/dhcpcd-6.8.2/
if-linux.c 693 struct ndmsg *r;
    [all...]

Completed in 727 milliseconds