Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dneighbour.h10 struct ndmsg { struct
11 __u8 ndm_family;
12 __u8 ndm_pad1;
13 __u16 ndm_pad2;
14 __s32 ndm_ifindex;
15 __u16 ndm_state;
16 __u8 ndm_flags;
17 __u8 ndm_type;
/kernel/linux/linux-5.10/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;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dneighbour.h23 struct ndmsg { struct
24 __u8 ndm_family;
25 __u8 ndm_pad1;
26 __u16 ndm_pad2;
27 __s32 ndm_ifindex;
28 __u16 ndm_state;
29 __u8 ndm_flags;
30 __u8 ndm_type;
/kernel/linux/linux-5.10/net/ipv6/
Dndisc.c1129 struct nduseroptmsg *ndmsg; in ndisc_ra_useropt() local