diff options
author | Chris Hall (GMCH) <chris.hall@highwayman.com> | 2009-12-10 21:42:20 +0000 |
---|---|---|
committer | Chris Hall (GMCH) <chris.hall@highwayman.com> | 2009-12-10 21:42:20 +0000 |
commit | 302c8d2456ca0a09ac1ff8c07dbd9ba569d85c80 (patch) | |
tree | 6165c4e3f986812545bcbf12952840a314a6d4ac /zebra/irdp.h | |
parent | 224a85d77aea7077ce7aec038d7abe3bb3b049ea (diff) | |
parent | 122e52d3c6f844aceddf1b3b35885d0feae6650a (diff) | |
download | quagga-302c8d2456ca0a09ac1ff8c07dbd9ba569d85c80.tar.bz2 quagga-302c8d2456ca0a09ac1ff8c07dbd9ba569d85c80.tar.xz |
Merge branch 'master' of /git/quagga.euro-ix into pthreads
Diffstat (limited to 'zebra/irdp.h')
-rw-r--r-- | zebra/irdp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zebra/irdp.h b/zebra/irdp.h index 1f0c1ecd..9ce55e58 100644 --- a/zebra/irdp.h +++ b/zebra/irdp.h @@ -146,5 +146,12 @@ extern void irdp_init(void); extern int irdp_sock_init(void); extern void irdp_finish(void); extern void irdp_config_write (struct vty *, struct interface *); +extern int irdp_send_thread(struct thread *t_advert); +extern void irdp_advert_off(struct interface *ifp); +extern void process_solicit (struct interface *ifp); +extern int irdp_read_raw(struct thread *r); +extern void send_packet(struct interface *ifp, struct stream *s, + u_int32_t dst, struct prefix *p, u_int32_t ttl); + #endif /* _IRDP_H */ |