Home
last modified time | relevance | path

Searched defs:ndmsg (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/uapi/linux/
Dneighbour.h8 struct ndmsg { struct
9 __u8 ndm_family;
10 __u8 ndm_pad1;
11 __u16 ndm_pad2;
12 __s32 ndm_ifindex;
13 __u16 ndm_state;
14 __u8 ndm_flags;
15 __u8 ndm_type;
/external/libnl/include/linux-private/linux/
Dneighbour.h8 struct ndmsg { struct
9 __u8 ndm_family;
10 __u8 ndm_pad1;
11 __u16 ndm_pad2;
12 __s32 ndm_ifindex;
13 __u16 ndm_state;
14 __u8 ndm_flags;
15 __u8 ndm_type;
/external/kernel-headers/original/uapi/linux/
Dneighbour.h8 struct ndmsg { struct
9 __u8 ndm_family;
10 __u8 ndm_pad1;
11 __u16 ndm_pad2;
12 __s32 ndm_ifindex;
13 __u16 ndm_state;
14 __u8 ndm_flags;
15 __u8 ndm_type;
/external/strace/
Drtnl_neigh.c51 const struct ndmsg *const ndmsg = opaque_data; in decode_neigh_addr() local
95 struct ndmsg ndmsg = { .ndm_family = family }; in DECL_NETLINK_ROUTE_DECODER() local