summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2013-03-16 20:08:52 +0100
committerJiri Pirko <jiri@resnulli.us>2013-03-17 11:11:48 +0100
commit650e30d185fd0b4ef5fcdebf6720e87a08ec90a3 (patch)
tree64283615084a55b7bd52540e7f7582b3436c826a /include
parent993764c3b2defdf053facbc29eadc0a4abeddb0d (diff)
downloadlibndp-650e30d185fd0b4ef5fcdebf6720e87a08ec90a3.tar.gz
lib: add support for sending ND messages
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Diffstat (limited to 'include')
-rw-r--r--include/ndp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ndp.h b/include/ndp.h
index 2adec98..cf5fadb 100644
--- a/include/ndp.h
+++ b/include/ndp.h
@@ -101,6 +101,7 @@ struct ndp_msgr *ndp_msgr(struct ndp_msg *msg);
enum ndp_msg_type ndp_msg_type(struct ndp_msg *msg);
struct in6_addr *ndp_msg_addrto(struct ndp_msg *msg);
uint32_t ndp_msg_ifindex(struct ndp_msg *msg);
+int ndp_msg_send(struct ndp *ndp, struct ndp_msg *msg);
typedef int (*ndp_msgrcv_handler_func_t)(struct ndp *ndp, struct ndp_msg *msg,
void *priv);