Lines Matching defs:pc
163 init_peer_connection(struct peer_connection *pc) in init_peer_connection()
196 lock_peer_connection(struct peer_connection *pc) in lock_peer_connection()
206 unlock_peer_connection(struct peer_connection *pc) in unlock_peer_connection()
216 find_channel_by_i_stream(struct peer_connection *pc, uint16_t i_stream) in find_channel_by_i_stream()
226 find_channel_by_o_stream(struct peer_connection *pc, uint16_t o_stream) in find_channel_by_o_stream()
236 find_free_channel(struct peer_connection *pc) in find_free_channel()
253 find_free_o_stream(struct peer_connection *pc) in find_free_o_stream()
283 request_more_o_streams(struct peer_connection *pc) in request_more_o_streams()
417 send_deferred_messages(struct peer_connection *pc) in send_deferred_messages()
456 open_channel(struct peer_connection *pc, uint8_t unordered, uint16_t pr_policy, uint32_t pr_value) in open_channel()
506 send_user_message(struct peer_connection *pc, struct channel *channel, char *message, size_t length) in send_user_message()
548 reset_outgoing_stream(struct peer_connection *pc, uint16_t o_stream) in reset_outgoing_stream()
562 send_outgoing_stream_reset(struct peer_connection *pc) in send_outgoing_stream_reset()
595 close_channel(struct peer_connection *pc, struct channel *channel) in close_channel()
610 handle_open_request_message(struct peer_connection *pc, in handle_open_request_message()
694 handle_open_response_message(struct peer_connection *pc, in handle_open_response_message()
730 handle_open_ack_message(struct peer_connection *pc, in handle_open_ack_message()
760 handle_data_message(struct peer_connection *pc, in handle_data_message()
788 handle_message(struct peer_connection *pc, char *buffer, size_t length, uint32_t ppid, uint16_t i_s… in handle_message()
986 handle_stream_reset_event(struct peer_connection *pc, struct sctp_stream_reset_event *strrst)
1054 handle_stream_change_event(struct peer_connection *pc, struct sctp_stream_change_event *strchg)
1139 handle_notification_rtcweb(struct peer_connection *pc, union sctp_notification *notif, size_t n)
1191 print_status(struct peer_connection *pc)
1294 struct peer_connection *pc; local