sctp_output.c | 8689 uint8_t two_way=0, not_peer=0; local in function:sctp_send_str_reset_ack 8802 sctp_send_str_reset_req(stcb, number_entries, list, two_way, not_peer); 8819 int number_entrys, uint16_t *list, uint8_t two_way, uint8_t not_peer) 8822 * if the request is to reset all streams. If two_way is true then we 8827 * two_way | not_peer | = | Flags 8847 if ((two_way == 0) && (not_peer == 1)) { 8920 if (two_way == 0) {
|