blob: 7a5bd2500824c1ff62aded39fb617a68677b1a36 [file] [log] [blame]
Harald Weltee687be52016-05-03 18:49:27 +02001struct osmo_gsup_conn *gsup_route_find(struct osmo_gsup_server *gs,
2 const uint8_t *addr, size_t addrlen);
3
4/* add a new route for the given address to the given conn */
5int gsup_route_add(struct osmo_gsup_conn *conn, const uint8_t *addr, size_t addrlen);
6
7/* delete all routes for the given connection */
8int gsup_route_del_conn(struct osmo_gsup_conn *conn);