HomeSort by relevance Sort by last modified time
    Searched defs:ndmsg (Results 1 - 7 of 7) 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...]
  /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()) + "}, "
  /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

Completed in 286 milliseconds