Home
last modified time | relevance | path

Searched refs:ndmsg (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Drtnetlink.h353 struct ndmsg struct
375 #define NDA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg)))) argument
376 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
/linux-2.4.37.9/net/core/
Dneighbour.c1346 struct ndmsg *ndm = NLMSG_DATA(nlh); in neigh_delete()
1398 struct ndmsg *ndm = NLMSG_DATA(nlh); in neigh_add()
1473 struct ndmsg *ndm; in neigh_fill_info()
1932 int size = NLMSG_SPACE(sizeof(struct ndmsg)+256); in neigh_app_ns()
1952 int size = NLMSG_SPACE(sizeof(struct ndmsg)+256); in neigh_app_notify()
Drtnetlink.c88 NLMSG_LENGTH(sizeof(struct ndmsg)),