12 #include <arpa/inet.h>
13 #include "rtrlib/lib/ipv6.h"
14 #include "rtrlib/lib/ipv4.h"
15 #include "rtrlib/rtr/rtr.h"
18 static const unsigned int RTR_MAX_PDU_LEN = 3248;
19 static const unsigned int RTR_RECV_TIMEOUT = 60;
20 static const unsigned int RTR_SEND_TIMEOUT = 60;
23 int rtr_sync(struct rtr_socket *rtr_socket);
24 int rtr_wait_for_sync(struct rtr_socket *rtr_socket);
25 int rtr_send_serial_query(struct rtr_socket *rtr_socket);
26 int rtr_send_reset_query(struct rtr_socket *rtr_socket);
rtr_socket_state
States of the RTR socket.
Definition: rtr.h:45
A RTR socket.
Definition: rtr.h:106