diff options
Diffstat (limited to 'pimd/pim_sock.h')
| -rw-r--r-- | pimd/pim_sock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_sock.h b/pimd/pim_sock.h index f905c661dd..aaf82e862a 100644 --- a/pimd/pim_sock.h +++ b/pimd/pim_sock.h @@ -36,6 +36,8 @@ #define PIM_SOCK_ERR_NAME (-10) /* Socket name (getsockname) */ #define PIM_SOCK_ERR_BIND (-11) /* Can't bind to interface */ +int pim_socket_bind (int fd, struct interface *ifp); +int pim_socket_ip_hdr (int fd); int pim_socket_raw(int protocol); int pim_socket_mcast(int protocol, struct in_addr ifaddr, int ifindex, u_char loop); int pim_socket_join(int fd, struct in_addr group, |
