Searched refs:ndmsg (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dneighbour.h7 struct ndmsg { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h447 struct ndmsg struct
470 #define NDA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))
471 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipneigh.c104 struct ndmsg ndm;
115 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg));
192 struct ndmsg *r = NLMSG_DATA(n);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dndisc.c1092 struct nduseroptmsg *ndmsg; local
1110 ndmsg = nlmsg_data(nlh);
1111 ndmsg->nduseropt_family = AF_INET6;
1112 ndmsg->nduseropt_ifindex = ra->dev->ifindex;
1113 ndmsg->nduseropt_icmp_type = icmp6h->icmp6_type;
1114 ndmsg->nduseropt_icmp_code = icmp6h->icmp6_code;
1115 ndmsg->nduseropt_opts_len = opt->nd_opt_len << 3;
1117 memcpy(ndmsg + 1, opt, opt->nd_opt_len << 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Darpd.c267 struct ndmsg ndm;
274 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg));
300 struct ndmsg *ndm = NLMSG_DATA(n);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c1526 struct ndmsg *ndm;
1592 struct ndmsg *ndm;
2041 struct ndmsg *ndm;
2525 return NLMSG_ALIGN(sizeof(struct ndmsg))

Completed in 128 milliseconds