FreeCalypso > hg > themwi-rtp-lib
comparison include/endp.h @ 22:587437b62ed5
implement twrtp_endp_set_remote_ipv4()
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Jul 2024 04:33:55 +0000 |
parents | 2032201bd034 |
children | 84d427017d2f |
comparison
equal
deleted
inserted
replaced
21:2032201bd034 | 22:587437b62ed5 |
---|---|
59 void twrtp_endp_destroy(struct twrtp_endp *endp); | 59 void twrtp_endp_destroy(struct twrtp_endp *endp); |
60 | 60 |
61 int twrtp_endp_register_fds(struct twrtp_endp *endp); | 61 int twrtp_endp_register_fds(struct twrtp_endp *endp); |
62 int twrtp_endp_bind_ip_port(struct twrtp_endp *endp, const char *ip, | 62 int twrtp_endp_bind_ip_port(struct twrtp_endp *endp, const char *ip, |
63 uint16_t port); | 63 uint16_t port); |
64 | |
65 void twrtp_endp_set_remote_ipv4(struct twrtp_endp *endp, | |
66 const struct in_addr *ip, uint16_t port); |