Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dneighbour.h7 struct ndmsg { struct
8 __u8 ndm_family;
9 __u8 ndm_pad1;
10 __u16 ndm_pad2;
11 __s32 ndm_ifindex;
12 __u16 ndm_state;
13 __u8 ndm_flags;
14 __u8 ndm_type;
/linux-3.3/net/ipv6/
Dndisc.c1075 struct nduseroptmsg *ndmsg; in ndisc_ra_useropt() local