| 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)
 8827 	 *       two_way | not_peer  | = | Flags
 8847 	if ((two_way == 0) && (not_peer == 1)) {
 8923 		if (not_peer == 0) {
 
 |